#include <rdController.h>
Inheritance diagram for rdController:

Public Member Functions | |
| rdController (rdModel *aModel) | |
| Default constructor. | |
| virtual | ~rdController () |
| Destructor. | |
| void | setNull () |
| Set NULL values for all member variables. | |
| rdModel * | getModel () |
| Get a pointer to the model on which this analysis is being performed. | |
| void | setOn (bool aTrueFalse) |
| Turn this analysis on or off. | |
| bool | getOn () |
| Get whether or not this analysis is on. | |
| void | setName (const char *aName) |
| Set the name of this controller. | |
| const char * | getName () |
| Get the name of this controller. | |
| void | setDescription (const char *aDescrip) |
| Set the description of this controller. | |
| const char * | getDescription () |
| Get the description of this controller. | |
| virtual void | computeControls (double &rDT, double aT, const double *aY, rdControlSet &rX)=0 |
Static Public Attributes | |
| const int | NAME_LENGTH = rdController_NAME_LENGTH |
| const int | DESCRIP_LENGTH = rdController_DESCRIP_LENGTH |
Protected Attributes | |
| rdModel * | _model |
| Model. | |
| bool | _on |
| Flag to indicate on or off state. | |
| char | _name [rdController_NAME_LENGTH] |
| Name. | |
| char | _descrip [rdController_DESCRIP_LENGTH] |
| Description. | |
|
|
Default constructor.
|
|
|
Get the description of this controller.
|
|
|
Get a pointer to the model on which this analysis is being performed.
|
|
|
Get the name of this controller.
|
|
|
Get whether or not this analysis is on.
|
|
|
Set the description of this controller.
|
|
|
Set the name of this controller.
|
|
|
Turn this analysis on or off.
|
1.3