
ASTi Telestra Remote Control Interface User Guide (Version 1, Revision A)
Copyright © 1999-2000 Advanced Simulation Technology inc. 4
A sample output looks like this:
Receiver Viper3.UHF1.rx handle: 65538 0x10002
Receiver Viper3.UHF2.rx handle: 65542 0x10006
Receiver Viper3.VHF1.rx handle: 65540 0x10004
Receiver Viper3.VHF2.rx handle: 65546 0x10010
Receiver local GeoCntr-6.Radio021.rx handle: 196630 0x30016
Receiver local GeoCntr-6.Radio022.rx handle: 196628 0x30014
Transmitter Viper3.UHF1.tx handle: 65537 0x10001
Transmitter Viper3.UHF2.tx handle: 65541 0x10005
Transmitter Viper3.VHF1.tx handle: 65539 0x10003
Transmitter Viper3.VHF2.tx handle: 65545 0x10009
Transmitter local GeoCntr-6.Radio021.tx handle: 196609 0x30001
Transmitter local GeoCntr-6.Radio022.tx handle: 196613 0x30005
ENDLIST
When issued with an argument, the OBJECT command will only return a subset of the objects
- either transmitters, receivers, entities, or local objects.
Note theASTi naming convention:
EntityName.RadioName.tx
, where
EntityName
is
the entity the radio is attached to.
RadioName
is the name given to the radio object in the
model, and
.tx
and
.rx
designate transmitters and receivers. This naming convention is used
to make the output to debugging tools more “human readable”. Other radios that do not fol-
low this naming convention will still be interoperable with the ASTi system.
The host entity name for a radio is also published as an attribute of the transmitters and receiv-
ers. See the ASTi SOM for more details.
ACTIVITY
This command returns activity counters from the Telestra system. A sample output would be:
lifeCounter = 68
Attributes Updates rx:10 tx:441 rx ignored:0
Interactions rx:7437 tx:4198
Number of Transmitters local:11 rti:5
Number Entities total:0 attached:0
The “
lifeCounter
” increments once a second while the entity is joined to a federation. It is
a general indicator of federate health. “
Attribute Updates
” reports the cumulative num-
ber of attribute updates sent and received by the federate. “
rx ignored
” is the number
received and ignored - this happens when the federate receives an update to an entity object
that none of it’s radios are attached to. Note, attributes are object parameters such as power
status, frequency, etc, and an attribute update occurs when one of these changes in some way.
“
Interactions
” is the number of interactions sent and received. Currently, this only
includes audio packet interactions. “
Number of Transmitters
” returns the number of
transmitters owned by the Telestra federate (local), and the number discovered from the RTI.
“
Number Entities
” returns the total number of discovered entities, and the number of
entities that the Telestra federate has radios attached to.
The Telestra federate does not generate any type of entity objects.