7#include <ControlDeck2/ControlDeck2.h>
25 double control_time_last;
43 cd_control_module *cs_timer_builder(
const char *name);
This times and sends triggers to all modules.
Definition: cs_timer.h:16
CD_REQUEST_REF acs_control_period_command_ref
ACS control period - Command format: double.
Definition: cs_timer.h:29
void handle_event(int code)
Trigger the sequence of events.
Definition: cs_timer.cc:55
void initialize()
Initialize. Set the time variables to zero.
Definition: cs_timer.cc:28
double get_met()
Get the mission elapsed time.
Definition: cs_timer.cc:100
void initialize_data_requests()
Request the acs_control_period_command which will be used to kick off the event sequence.
Definition: cs_timer.cc:22
void initialize_data()
Request notification of CD_SIMULATION_STEP_EVENT.
Definition: cs_timer.cc:16
Define the trigger and variables names for the software system.