7#include <ControlDeck2/ControlDeck2.h>
9#ifndef CS_RWA_INTERFACE
10#define CS_RWA_INTERFACE
27 void handle_event(
int code);
57 cd_control_module *cs_rwa_interface_builder(
const char *name);
The RWA interface producing wheel voltages from torque demand.
Definition: cs_rwa_interface.h:22
CD_REQUEST_REF rwa_voltage_demand_ref
RWA Voltage Demand to send to hardware.
Definition: cs_rwa_interface.h:39
CD_REQUEST_REF acs_torque_demand_ref
The torque demand for all attitude control.
Definition: cs_rwa_interface.h:33
void initialize_data()
Request an event notification for CS_RWA_INTERFACE_TRIGGER.
Definition: cs_rwa_interface.cc:19
CD_CREATE_REF acs_rwa_pinv_command_ref
Pseudo-inverse for reaction wheels.
Definition: cs_rwa_interface.h:49
CD_CREATE_REF acs_actuator_selection_command_ref
Command to use different actuators (int).
Definition: cs_rwa_interface.h:47