Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <NullControl.h>
Inheritance diagram for NullControl:
Definition at line 8 of file NullControl.h.
Public Member Functions | |
NullControl () | |
Constructor. | |
NullControl (const std::string &n) | |
Constructor. | |
NullControl (const std::string &n, const std::string &d) | |
Constructor. | |
virtual ControlBase * | activate (MotionManager::MC_ID, Socket *) |
returns NULL | |
virtual ControlBase * | doSelect () |
returns NULL | |
virtual ControlBase * | doNextItem () |
returns NULL | |
virtual ControlBase * | doPrevItem () |
returns NULL | |
virtual ControlBase * | doReadStdIn (const std::string &=std::string()) |
returns NULL | |
virtual ControlBase * | takeInput (const std::string &) |
returns NULL |
|
Constructor.
Definition at line 12 of file NullControl.h. |
|
Constructor.
Definition at line 14 of file NullControl.h. |
|
Constructor.
Definition at line 16 of file NullControl.h. |
|
returns NULL
Reimplemented from ControlBase. Reimplemented in BehaviorActivatorControl, HelpControl, RebootControl, and ShutdownControl. Definition at line 20 of file NullControl.h. |
|
returns NULL
Reimplemented from ControlBase. Definition at line 23 of file NullControl.h. |
|
returns NULL
Reimplemented from ControlBase. Definition at line 24 of file NullControl.h. |
|
returns NULL
Reimplemented from ControlBase. Definition at line 25 of file NullControl.h. |
|
returns NULL
Reimplemented from ControlBase. Reimplemented in RebootControl, and ShutdownControl. Definition at line 22 of file NullControl.h. |
|
returns NULL
Reimplemented from ControlBase. Definition at line 26 of file NullControl.h. |
Tekkotsu v1.4 |
Generated Sat Jul 19 00:09:05 2003 by Doxygen 1.3.2 |