Defines | Functions
test_state_machine.cpp File Reference
#include <mtconnect_cnc_robot_example/state_machine/state_machine_interface.h>
Include dependency graph for test_state_machine.cpp:

Go to the source code of this file.

Defines

#define SET_AND_WAIT_UNTIL_ACTIVE(sm, st)   sm->set_active_state(st);while(sm->get_active_state() != st){};ros::Duration(0.5f).sleep()

Functions

int main (int argc, char **argv)

Define Documentation

#define SET_AND_WAIT_UNTIL_ACTIVE (   sm,
  st 
)    sm->set_active_state(st);while(sm->get_active_state() != st){};ros::Duration(0.5f).sleep()

Definition at line 11 of file test_state_machine.cpp.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 13 of file test_state_machine.cpp.



mtconnect_cnc_robot_example
Author(s): Jnicho
autogenerated on Mon Jan 6 2014 11:31:45