7#include <ControlDeck2/ControlDeck2.h>
9#ifndef CS_MAGNETOMETER_PROCESSING
10#define CS_MAGNETOMETER_PROCESSING
20 void handle_event(
int code);
40 cd_control_module *cs_magnetometer_processing_builder(
const char *name);
Processes the magnetometer.
Definition: cs_magnetometer_processing.h:15
CD_CREATE_REF b_field_ref
Measured b-field.
Definition: cs_magnetometer_processing.h:27
void initialize_data()
Request event notification for CS_MAGNETOMETER_PROCESSING_TRIGGER.
Definition: cs_magnetometer_processing.cc:16
CD_REQUEST_REF b_field_sim_ref
Field value from the simulation.
Definition: cs_magnetometer_processing.h:34