|
TReK Python
5.3.3
Telemetry/Command API
|
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 -> def -> def ) -> def |
| Class initializer. | |
| def | copy (copy_from: object -> None -> def -> def ) -> def |
| Copies the contents of the provided 'copy_from' CommandTrack. More... | |
TrackItems | |
Functions handling TrackItems. | |
| def | find (token: int -> Optional[TrackItem] -> def -> def ) -> def |
| Gets the track item for the specified token. More... | |
| def | get_all_track_items ( -> TrackItemArray -> def -> def ) -> def |
| Gets all of the track items. | |
| def | remove_all_items_from_map ( -> None -> def -> def ) -> def |
| Removes all items from the internal track map. | |
| def | update_command_track ( CommandTrack command_track -> None -> def -> def ) -> def |
| Updates the track with each track item in the input. More... | |
| def | update_track_item ( TrackItem track_item -> None -> def -> def ) -> def |
| Updates the specficied track item. More... | |
Contains one or more track items for command uplink history.
| ( | copy_from | : object |