Spacecraft Control Bundle 1
cs_magnetometer_processing Class Reference

Processes the magnetometer. More...

#include <cs_magnetometer_processing.h>

Inheritance diagram for cs_magnetometer_processing:

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...
 

Detailed Description

Processes the magnetometer.

Member Function Documentation

◆ initialize_data()

void cs_magnetometer_processing::initialize_data ( )

Request event notification for CS_MAGNETOMETER_PROCESSING_TRIGGER.

References b_field_ref, and CS_MAGNETOMETER_PROCESSING_TRIGGER.

Member Data Documentation

◆ b_field_ref

CD_CREATE_REF cs_magnetometer_processing::b_field_ref
protected

Measured b-field.

Referenced by initialize_data().

◆ b_field_sim_ref

CD_REQUEST_REF cs_magnetometer_processing::b_field_sim_ref
protected

Field value from the simulation.


The documentation for this class was generated from the following files: