metaonly module xdc.rov.testserver.Main |
 |
 |
 |
Command implementation
The DSlite port must be known at the time the server is started. Therefore,
when starting CCS, the environment variable TI_DS_WEBSOCKET_PORT must be set
and that same port number must be supplied to xdc.rov.testserver.
[
more ... ]
var Main = xdc.useModule('xdc.rov.testserver.Main');
module-wide config parameters
' ',
'Usage',
'[--exec <executable>]',
'[--port <DSLite Websocket port>]',
'[-v <debug level>]',
'[--help]',
' '
];
module-wide functions
per-instance config parameters
per-instance functions
DETAILS
The DSlite port must be known at the time the server is started. Therefore,
when starting CCS, the environment variable TI_DS_WEBSOCKET_PORT must be set
and that same port number must be supplied to xdc.rov.testserver.
Commands:
Start the server -
xs xdc.rov.testserver --exec <full path> --port <port_number>
Get a list of Modules and Tabs
l
Get a Module's View
v Module View
Issue the command "Run" to the debugger
r
Issue the command "Pause" to the debugger
p
Exit xdc.rov.testserver
e
generated on Fri, 22 Feb 2019 01:33:21 GMT