Spacecraft Control Bundle 1
cs_template Class Reference

A template for control system modules. More...

#include <cs_template.h>

Inheritance diagram for cs_template:

Public Member Functions

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

Protected Attributes

CD_REQUEST_REF input_ref
 Input. More...
 
CD_CREATE_REF output_ref
 Output. More...
 

Detailed Description

A template for control system modules.

Member Data Documentation

◆ input_ref

CD_REQUEST_REF cs_template::input_ref
protected

Input.

◆ output_ref

CD_CREATE_REF cs_template::output_ref
protected

Output.


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