metaonly module ti.syslink.ipc.rtos.Syslink
XDCscript usage meta-domain sourced in ti/syslink/ipc/rtos/Syslink.xdc
var Syslink = xdc.useModule('ti.syslink.ipc.rtos.Syslink');
module-wide config parameters
 
 
config Syslink.terminateEventId  // module-wide

Notify event id to be used for the terminate event

XDCscript usage meta-domain
Syslink.terminateEventId = UInt32 30;
 
DETAILS
When a SysLink application is termiated, the SysLink driver will send a notify terminate event to all attached slaves to inform them that the application has terminated. The event id used for this terminate event is specified by this config param.
The payload of the terminate event is the runtime id of the terminated application.
 
config Syslink.terminateEventLineId  // module-wide

Notify line id to be used for the terminate event

XDCscript usage meta-domain
Syslink.terminateEventLineId = UInt16 0;
 
DETAILS
The SysLink driver uses Notify_sendEvent to send the terminate event. This config param specifies which lineId to use when sending this event.
generated on Tue, 24 Jul 2012 20:26:28 GMT