Spacecraft Control Bundle 1
lunar_lander_timer Class Reference

This module calls each module in sequence based on the acs_control_period_command. More...

#include <lunar_lander_timer.h>

Inheritance diagram for lunar_lander_timer:

Public Member Functions

 lunar_lander_timer (const char *mod_name)
 
void initialize_data ()
 
void initialize ()
 
void handle_event (int code)
 

Protected Attributes

CD_REQUEST_REF acs_control_period_command_ref
 ACS control period - Command format: double. More...
 

Detailed Description

This module calls each module in sequence based on the acs_control_period_command.

Each module is called every time period. This can be modified as you deem necessary for your spacecraft.

Member Data Documentation

◆ acs_control_period_command_ref

CD_REQUEST_REF lunar_lander_timer::acs_control_period_command_ref
protected

ACS control period - Command format: double.


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