Spacecraft Control Bundle 1
fsw_geo_timer Class Reference

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

#include <fsw_geo_timer.h>

Inheritance diagram for fsw_geo_timer:

Public Member Functions

 fsw_geo_timer (const char *mod_name)
 
void initialize_data ()
 
void initialize_data_requests ()
 
void handle_event (int code)
 Trigger the ARMY_INIT_TRIGGER. More...
 

Protected Attributes

CD_REQUEST_REF acs_control_period_command_ref
 Most timers run after the ACS control period. 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 Function Documentation

◆ handle_event()

Member Data Documentation

◆ acs_control_period_command_ref

CD_REQUEST_REF fsw_geo_timer::acs_control_period_command_ref
protected

Most timers run after the ACS control period.

Reference to #scs::acs_control_period_command.

Referenced by handle_event().


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