JSBSim Flight Dynamics Model  1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
FGFCSChannel Class Reference

Public Member Functions

 FGFCSChannel (FGFCS *FCS, const std::string &name, int execRate, FGPropertyNode *node=0)
 Constructor.
 
 ~FGFCSChannel ()
 Destructor.
 
void Add (FGFCSComponent *comp)
 Adds a component to a channel.
 
void Execute ()
 Executes all the components in a channel.
 
FGFCSComponentGetComponent (unsigned int i)
 Retrieves a specific component.
 
std::string GetName ()
 Retrieves the name of the channel.
 
size_t GetNumComponents ()
 Returns the number of components in the channel.
 
int GetRate (void) const
 Get the channel rate.
 
void Reset ()
 Reset the components that can be reset.
 

Detailed Description

Definition at line 78 of file FGFCSChannel.h.


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