| module ti.sdo.ipc.transports.TransportShmSetup |
 |
 |
Manages the setup of TransportShm instances
create() or open() the TransportShm for each pair of devices.
#include <ti/sdo/ipc/transports/TransportShmSetup.h>
Functions common to all ITransportSetup modules |
Int | |
Int | |
Bool | |
SizeT | |
Functions common to all target modules |
|
|
Constants |
extern const UInt | |
| config TransportShmSetup_priority // module-wide |
 |
priority of the transport
extern const UInt TransportShmSetup_priority;
| TransportShmSetup_attach() // module-wide |
 |
Function that will be called in MessageQ_attach
Int TransportShmSetup_attach(UInt16 remoteProcId, Ptr sharedAddr);
| TransportShmSetup_detach() // module-wide |
 |
Function that will be called in MessageQ_detach
Int TransportShmSetup_detach(UInt16 remoteProcId);
| TransportShmSetup_isRegistered() // module-wide |
 |
Determines if a transport has been registered to a remote processor
Bool TransportShmSetup_isRegistered(UInt16 remoteProcId);
| TransportShmSetup_sharedMemReq() // module-wide |
 |
Shared memory required
SizeT TransportShmSetup_sharedMemReq(Ptr sharedAddr);
| Module-Wide Built-Ins |
 |
// Get this module's unique id
Bool TransportShmSetup_Module_startupDone();
// Test if this module has completed startup
// The heap from which this module allocates memory
Bool TransportShmSetup_Module_hasMask();
// Test whether this module has a diagnostics mask
Bits16 TransportShmSetup_Module_getMask();
// Returns the diagnostics mask for this module
Void TransportShmSetup_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module
var TransportShmSetup = xdc.useModule('ti.sdo.ipc.transports.TransportShmSetup');
module-wide config parameters
generated on Thu, 29 Jan 2015 19:16:35 GMT