In the RTclient environment, run-time commands can be executed in several ways:
Most supported RTclient commands are initialized by default. However, an RTclient process must call the API function TipcInitCommands to enable access to the connect
, disconnect
, subscribe
, and unsubscribe
commands. The commands created with TipcInitCommands cannot be used with the SmartSockets multiple connections API.
The commands supported for an RTclient are:
alias
create an alias for a commandcd
change the current working directoryconnect
connect to RTserverdisconnect
disconnect from RTserverecho
display text in the output window of the processedit
invoke a text editor to edit a filehelp
display usage information about commandshelpopt
display usage information about optionssetopt
view or set the value of an optionsetnopt
view or set the value of a named optionsh
execute a shell commandsource
read commands from a filestats
output CPU and memory usage statistics for RTclientsubscribe
list active subjects or start subscribing to one or more subjectsunalias
delete an alias unsetopt
unset an RTclient optionunsubscribe
stop subscribing to one or more subjects
TIBCO SmartSockets™ User’s Guide Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |