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 terminated, 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 Fri, 09 Nov 2012 18:47:40 GMT