interface ti.sdo.ipc.interfaces.ITransport

Base interface for all message transports

XDCspec summary sourced in ti/sdo/ipc/interfaces/ITransport.xdc
interface ITransport {  ...
// inherits xdc.runtime.IModule
instance:  ...
XDCspec declarations sourced in ti/sdo/ipc/interfaces/ITransport.xdc
 
interface ITransport {
module-wide config parameters
 
 
instance:
}
 
metaonly config ITransport.common$  // module-wide

Common module configuration parameters

XDCspec declarations sourced in ti/sdo/ipc/interfaces/ITransport.xdc
metaonly config Types.Common$ common$;
 
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.
generated on Fri, 21 Aug 2015 19:35:42 GMT