7#include <ControlDeck2/ControlDeck2.h>
26 void initialize_data_requests();
42 cd_control_module *fsw_orbit_meas_builder(
const char *name);
This module outputs a state vector.
Definition: fsw_orbit_meas.h:22
void handle_event(int code)
Take the simulation values for position and velocity and stack them to produce an orbit state vector.
Definition: fsw_orbit_meas.cc:33
CD_REQUEST_REF position_sim_ref
Simulated position (3x1)
Definition: fsw_orbit_meas.h:34
CD_CREATE_REF od_state_ref
Orbit state output (6x1)
Definition: fsw_orbit_meas.h:31
CD_REQUEST_REF velocity_sim_ref
Simulated velocity (3x1)
Definition: fsw_orbit_meas.h:36
void initialize_data()
Request event notification for FSW_ORBIT_DETERMINATION_TRIGGER.
Definition: fsw_orbit_meas.cc:15
Define the data names used throughout the control system.
Define the trigger and variables names for the software system.