TReK Python  5.3.2
Telemetry/Command API
CommandTrack Class Reference

Contains one or more track items for command uplink history. More...

Public Member Functions

Initialize / Finalize

Functions handling class initialization and finalization.

def CommandTrack () -> def 
 Class initializer.
 
def copy (copy_from: object) -> None 
 Copies the contents of the provided 'copy_from' CommandTrack. More...
 
TrackItems

Functions handling TrackItems.

def find (token: int) -> Optional[TrackItem
 Gets the track item for the specified token. More...
 
def get_all_track_items () -> TrackItemArray 
 Gets all of the track items.
 
def remove_all_items_from_map () -> None 
 Removes all items from the internal track map.
 
def update_command_track ( CommandTrack command_track) -> None 
 Updates the track with each track item in the input. More...
 
def update_track_item ( TrackItem track_item) -> None 
 Updates the specficied track item. More...
 

Detailed Description

Contains one or more track items for command uplink history.

Member Function Documentation

◆ copy()

copy (copy_from : object