![]() |
JSBSim Flight Dynamics Model
1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
|
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. | |
| FGFCSComponent * | GetComponent (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. | |
Definition at line 78 of file FGFCSChannel.h.