package xdc.rov.testserver

The xdc.rov.testserver displays ROV views to clients on the command line. The server expects that a CCS debugger is already started and an application is loaded

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 ... ]
XDCspec declarations sourced in xdc/rov/testserver/package.xdc
requires xdc.rov;
requires xdc.rta;
 
package xdc.rov.testserver {
 
    module DummyCallBack;
    module Main;
    // Command implementation
    module Support;
}
USAGE
xs xdc.rov.testserver [--help]
    
    Usage
    [--exec <executable>]
    [--port <DSLite Websocket port>]
    [-v <debug level>]
    [--help]
    
OPTIONS
--exec
Executable to run ROV on
--port
DSLite port

Corresponds to the value in the environment variable TI_DS_WEBSOCKET_PORT. The variable must be set at the time CCS is started.

-v
Defines the amount of debug info
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