7#include <ControlDeck2/ControlDeck2.h>
10#ifndef FSW_SUN_SENSOR_PROCESSING
11#define FSW_SUN_SENSOR_PROCESSING
57 cd_control_module *fsw_sun_sensor_processing_builder(
const char *name);
Processes the sun sensor.
Definition: fsw_sun_sensor_processing.h:16
void handle_event(int code)
Load the data from the simulation and assign it to the output variables.
Definition: fsw_sun_sensor_processing.cc:43
CD_CREATE_REF sun_sensor_pitch_ref
Measured pitch angle.
Definition: fsw_sun_sensor_processing.h:40
CD_CREATE_REF sun_sensor_q_body_to_sensor_ref
Measured sun data.
Definition: fsw_sun_sensor_processing.h:50
CD_REQUEST_REF sun_sensor_roll_sim_ref
Simulation roll angle.
Definition: fsw_sun_sensor_processing.h:31
CD_CREATE_REF sun_sensor_roll_ref
Measured roll angle.
Definition: fsw_sun_sensor_processing.h:42
CD_CREATE_REF sun_sensor_valid_ref
Measurement valid flag.
Definition: fsw_sun_sensor_processing.h:44
CD_REQUEST_REF sun_sensor_valid_sim_ref
Simulation data valid flag.
Definition: fsw_sun_sensor_processing.h:33
void initialize_data()
Request event notification for FSW_SUN_SENSOR_PROCESSING_TRIGGER.
Definition: fsw_sun_sensor_processing.cc:15
CD_REQUEST_REF sun_sensor_pitch_sim_ref
Simulation pitch angle.
Definition: fsw_sun_sensor_processing.h:29
Define the trigger and variables names for the software system.