FlightGear next
|
#include <FGFCSChannel.h>
Public Member Functions | |
FGFCSChannel (FGFCS *FCS, const std::string &name, int execRate, FGPropertyNode *node=0) | |
Constructor. | |
~FGFCSChannel () | |
Destructor. | |
std::string | GetName () |
Retrieves the name of the channel. | |
void | Add (FGFCSComponent *comp) |
Adds a component to a channel. | |
size_t | GetNumComponents () |
Returns the number of components in the channel. | |
FGFCSComponent * | GetComponent (unsigned int i) |
Retrieves a specific component. | |
void | Reset () |
Reset the components that can be reset. | |
void | Execute () |
Executes all the components in a channel. | |
int | GetRate (void) const |
Get the channel rate. | |
Definition at line 72 of file FGFCSChannel.h.
|
inline |
Constructor.
Definition at line 75 of file FGFCSChannel.h.
|
inline |
Destructor.
Definition at line 85 of file FGFCSChannel.h.
|
inline |
Adds a component to a channel.
Definition at line 93 of file FGFCSChannel.h.
|
inline |
Executes all the components in a channel.
Definition at line 117 of file FGFCSChannel.h.
|
inline |
Retrieves a specific component.
Definition at line 99 of file FGFCSChannel.h.
|
inline |
Retrieves the name of the channel.
Definition at line 90 of file FGFCSChannel.h.
|
inline |
Returns the number of components in the channel.
Definition at line 97 of file FGFCSChannel.h.
|
inline |
Get the channel rate.
Definition at line 139 of file FGFCSChannel.h.
|
inline |
Reset the components that can be reset.
Definition at line 108 of file FGFCSChannel.h.