7#include <ControlDeck2/ControlDeck2.h>
26 double control_time_last;
40 cd_control_module *l2_timer_builder(
const char *name);
This is the timer module for the L2 mission using optical navigation.
Definition: l2_timer.h:18
CD_REQUEST_REF acs_control_period_command_ref
ACS control period; Format: double.
Definition: l2_timer.h:30
void handle_event(int code)
Trigger the specified set of events every control period.
Definition: l2_timer.cc:35
void initialize_data()
Request event notification for CD_SIMULATION_STEP_EVENT.
Definition: l2_timer.cc:17