|
SegwayRMP Class Reference#include <segwayrmp.h>
Inherits Driver.
List of all members.
Constructor & Destructor Documentation
SegwayRMP::SegwayRMP |
( |
ConfigFile * |
cf, |
|
|
int |
section |
|
) |
|
|
Member Function Documentation
int SegwayRMP::Setup |
( |
|
) |
[virtual] |
|
|
Initialize the driver.
This function is called with the first client subscribes; it MUST be implemented by the driver.
- Returns:
- Returns 0 on success.
Implements Driver. |
int SegwayRMP::Shutdown |
( |
|
) |
[virtual] |
|
|
Finalize the driver.
This function is called with the last client unsubscribes; it MUST be implemented by the driver.
- Returns:
- Returns 0 on success.
Implements Driver. |
Member Data Documentation
The documentation for this class was generated from the following files:
Generated on Tue May 3 14:16:06 2005 for Player by 1.3.6
|