TReK Python
5.3.2
Telemetry/Command API
|
This class holds all of the responses associated with a single command uplink. More...
Public Member Functions | |
Initialize / Finalize | |
Functions handling class initialization and finalization. | |
def | TrackItem ( Optional[c_void_p] native_ptr=None) -> None |
Default constructor. More... | |
TrackItem Properties | |
Functions handling TrackItem properties. | |
def | get_command_name () -> str |
Returns the command name associated with the uplink. More... | |
def | get_token () -> int |
Returns the token associated with the command uplink. | |
def | get_uplink_time ( TrekTime time) -> None |
Returns the time associated with the command uplink. More... | |
def | set_command_name (name: str) -> None |
Set the command name. More... | |
def | set_token (token: int) -> None |
Set the current token. More... | |
Responses | |
Functions handling responses. | |
def | get_number_of_responses () -> int |
Returns the number of responses available. More... | |
def | get_response (index: int) -> ResponseItem |
Gets the information about the specified response. More... | |
This class holds all of the responses associated with a single command uplink.
Only methods that are expected to be used by user applications are documented.
TrackItem | ( | native_ptr | : Optional[c_void_p] |