package ti.sdo.ipc.interfaces

IPC-related interfaces

Contains interfaces for communication between processors.
XDCspec declarations sourced in ti/sdo/ipc/interfaces/package.xdc
package ti.sdo.ipc.interfaces [1, 0, 1] {
 
    interface IGateMPSupport;
    interface IMessageQTransport;
    // Interface for the transports used by MessageQ
    interface INetworkTransport;
    // Interface for the network type of transports
    interface INotifyDriver;
    // Notify driver interface
    interface INotifySetup;
    interface ITransport;
    // Base interface for all message transports
    interface ITransportSetup;
}
generated on Fri, 21 Aug 2015 19:35:42 GMT