#include <example_event_client.h>
|
boost::optional< rostate_machine::Event > | checkMotor () |
| example Callback function, callback function must be boost::optional<rostate_machine::Event>(void) type More...
|
|
boost::optional< rostate_machine::Event > | checkRecovery () |
|
boost::optional< rostate_machine::Event > | stopMotor () |
| example Callback function, callback function must be boost::optional<rostate_machine::Event>(void) type More...
|
|
Definition at line 25 of file example_event_client.h.
Construct a new Example Event Client:: Example Event Client object.
- Parameters
-
nh | Node Handler |
pnh | Private Node Handle |
register callback for the tag in StateMachine .xml file
start client
Definition at line 21 of file example_event_client.cpp.
ExampleEventClient::~ExampleEventClient |
( |
| ) |
|
boost::optional< rostate_machine::Event > ExampleEventClient::checkMotor |
( |
| ) |
|
|
private |
example Callback function, callback function must be boost::optional<rostate_machine::Event>(void) type
- Returns
- boost::optional<rostate_machine::Event>
Definition at line 49 of file example_event_client.cpp.
boost::optional< rostate_machine::Event > ExampleEventClient::checkRecovery |
( |
| ) |
|
|
private |
boost::optional< rostate_machine::Event > ExampleEventClient::stopMotor |
( |
| ) |
|
|
private |
example Callback function, callback function must be boost::optional<rostate_machine::Event>(void) type
- Returns
- boost::optional<rostate_machine::Event>
Definition at line 78 of file example_event_client.cpp.
The documentation for this class was generated from the following files: