Spacecraft Control Bundle 1
|
Processes the magnetometer. More...
#include <cs_magnetometer_processing.h>
Public Member Functions | |
cs_magnetometer_processing (const char *mod_name) | |
void | initialize_data () |
Request event notification for CS_MAGNETOMETER_PROCESSING_TRIGGER. More... | |
void | initialize () |
void | handle_event (int code) |
Protected Attributes | |
Outputs | |
| |
CD_CREATE_REF | b_field_ref |
Measured b-field. More... | |
Inputs | |
This would be replaced with an interface to the actual hardware.
| |
CD_REQUEST_REF | b_field_sim_ref |
Field value from the simulation. More... | |
Processes the magnetometer.
void cs_magnetometer_processing::initialize_data | ( | ) |
Request event notification for CS_MAGNETOMETER_PROCESSING_TRIGGER.
References b_field_ref, and CS_MAGNETOMETER_PROCESSING_TRIGGER.
|
protected |
Measured b-field.
Referenced by initialize_data().
|
protected |
Field value from the simulation.