Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Communication Paths Diagram

...

LOS → SM

Probably defined here or in a child page:

...

Code Block
typedef struct CommandsFromSM{

   WaypointType waypoint_type;
    TelemWaypointDataCommandsFromTM telemetry_waypointcommands;
    CommandsFromTMJetsonToZpMovementCommand telemetryjetson_commands; 
   JetsonToZpMovementCommand LandingInitiationCommand jetsonlanding_move_commandinitiation; 
    LosSFData sf_data;
} CommandsFromSM;

...