interface ti.sdo.ipc.interfaces.ITransportSetup |
 |
 |
interface ITransportSetup { ...
interface ITransportSetup {
module-wide config parameters
module-wide functions
}
metaonly config ITransportSetup.common$ // module-wide |
 |
Common module configuration parameters
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.
ITransportSetup.attach() // module-wide |
 |
ion that will be called in MessageQ_attach
Int attach(UInt16 remoteProcId, Ptr sharedAddr);
ITransportSetup.detach() // module-wide |
 |
nction that will be called in MessageQ_detach
Int detach(UInt16 remoteProcId);
ITransportSetup.isRegistered() // module-wide |
 |
termines if a transport has been registered to a remote processor
Bool isRegistered(UInt16 remoteProcId);
ITransportSetup.sharedMemReq() // module-wide |
 |
ared memory required
SizeT sharedMemReq(Ptr sharedAddr);
generated on Mon, 02 May 2011 23:29:27 GMT