create() or open() the TransportShm for each pair of devices.
metaonly config TransportShmSetup.common$ // module-wide |
 |
Common module configuration parameters
XDCscript usage |
meta-domain |
DETAILS
All modules have this configuration parameter. Its name
contains the '$' character to ensure it does not conflict with
configuration parameters declared by the module. This allows
new configuration parameters to be added in the future without
any chance of breaking existing modules.
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