ASTi Telestra Target Operations & Maintenance Manual (Ver. 2, Rev. M)
20
Copyright © 2020 Advanced Simulation Technology inc.
Objects
lists the number of transmitter and entity objects on the HLA network. For trans-
mitters, the
local
counter reflects the number of local transmitter objects while the
rti
counter reflects the number of remote objects. For entities, the
local
counter reflects the
number of entities the federate has detected on the HLA network. The
attached
counter
reflects the number of local radios that are attached to existing entities.
BYE
This command can be entered at any time to gracefully leave the HLA federate application. If
joined, the Target will not resign before exiting.
DEBUG {value}
This command can be entered at any time and is used to display or set the current debug level.
If the command is entered without a value it will display the current debug level. If entered
with a level that debug level will be set.
The debug level parameter determines which combination of debug messages are printed to
the file. The value is derived from a debug mask described in the following table.
Remote Control Debug Levels
Level
Debug Mask Position Description
0
Off
1
General (required to print any debug
messages)
2
RTI Object Activity
4
New Ethernet Object Info
8
Name Information
16
Ethernet Activity
32
RTI Activity
64
Handle
128
Translate
256
Timeouts
512
Convert
1024
Context
For example, to log “Name Info”, you would set the debug level to 9, which is 8 (Name Info)
plus 1 (turn logging on). Setting the debug level to 8 would not work, because it represents 8
(Name Information) plus 0 (logging off).
If you wanted to log “RTI Object Activity”, “New Ethernet Object Info”, “Ethernet Activity”,
and “RTI Activity”, but NOT “Name Info”, you would set the debug level to 55 (32 + 16 + 4