![]() |
JSBSim Flight Dynamics Model
1.1.11 (13 Feb 2022)
An Open Source Flight Dynamics and Control Software Library in C++
|
Definition at line 72 of file FGFCSChannel.h.
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. | |