Go to the source code of this file.
| 
Namespaces | 
| namespace | packml_sm | 
| 
Enumerations | 
| enum | packml_sm::CmdEnum { packml_sm::UNDEFINED =  0, 
packml_sm::CLEAR =  1, 
packml_sm::START =  2, 
packml_sm::STOP =  3,
 packml_sm::HOLD =  4, 
packml_sm::ABORT =  5, 
packml_sm::RESET =  6, 
packml_sm::ESTOP =  7,
 packml_sm::SUSPEND =  100, 
packml_sm::UNSUSPEND =  101, 
packml_sm::UNHOLD =  102
 }
 | 
| enum | packml_sm::ModeEnum { packml_sm::UNDEFINED =  0, 
packml_sm::AUTOMATIC =  1, 
packml_sm::SEMI_AUTOMATIC =  2, 
packml_sm::MANUAL =  3,
 packml_sm::IDLE =  4, 
packml_sm::SETUP =  11
 }
 | 
| enum | packml_sm::StatesEnum { packml_sm::UNDEFINED =  0, 
packml_sm::OFF =  1, 
packml_sm::STOPPED =  2, 
packml_sm::STARTING =  3,
 packml_sm::IDLE =  4, 
packml_sm::SUSPENDED =  5, 
packml_sm::EXECUTE =  6, 
packml_sm::STOPPING =  7,
 packml_sm::ABORTING =  8, 
packml_sm::ABORTED =  9, 
packml_sm::HOLDING =  10, 
packml_sm::HELD =  11,
 packml_sm::RESETTING =  100, 
packml_sm::SUSPENDING =  101, 
packml_sm::UNSUSPENDING =  102, 
packml_sm::CLEARING =  103,
 packml_sm::UNHOLDING =  104, 
packml_sm::COMPLETING =  105, 
packml_sm::COMPLETE =  106, 
packml_sm::ABORTABLE =  200,
 packml_sm::STOPPABLE =  201
 }
 | 
| 
Functions | 
| template<typename T > | 
| std::ostream & | packml_sm::operator<< (typename std::enable_if< std::is_enum< T >::value, std::ostream >::type &stream, const T &e) |