package ti.sdo.ipc

Inter processor communication

Contains modules are that OS independent and support streaming messaging between threads and/or processors.
XDCspec declarations sourced in ti/sdo/ipc/package.xdc
package ti.sdo.ipc [1, 0, 0, 0] {
 
    module Build;
    module GateMP;
    // Multiple processor gate that provides local and remote context protection
    module Ipc;
    // IPC Master Manager
    module ListMP;
    // Shared memory linked list
    module MessageQ;
    // Message-passing with queuing
    module Notify;
    // Notification manager
    module SharedRegion;
    // Shared memory manager and address translator
}
generated on Fri, 21 Aug 2015 19:35:36 GMT