12#include <ControlDeck2/ControlDeck2.h>
14#ifndef LUNAR_LANDER_TIMER
15#define LUNAR_LANDER_TIMER
26 void initialize_data();
28 void handle_event(
int code);
37 double control_time_last;
47 cd_control_module *lunar_lander_timer_builder(
const char *name);
This module calls each module in sequence based on the acs_control_period_command.
Definition: lunar_lander_timer.h:23
CD_REQUEST_REF acs_control_period_command_ref
ACS control period - Command format: double.
Definition: lunar_lander_timer.h:33