#include <TriState.h>
Public Types | |
| enum | { UNKNOWN = -1 } |
| enum | { TRUE = 1 } |
| enum | { ON = 1 } |
| enum | { ENABLED = 1 } |
| enum | { HIGH = 1 } |
| enum | { CLOSED = 1 } |
| enum | { FALSE = 0 } |
| enum | { OFF = 0 } |
| enum | { DISABLED = 0 } |
| enum | { LOW = 0 } |
| enum | { OPEN = 0 } |
| typedef int8_t | _val_type |
| typedef boost::shared_ptr < ::industrial_msgs::TriState_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::industrial_msgs::TriState_ < ContainerAllocator > > | Ptr |
| typedef TriState_ < ContainerAllocator > | Type |
Public Member Functions | |
| TriState_ () | |
| TriState_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
| int8_t | val |
Definition at line 21 of file TriState.h.
| typedef int8_t industrial_msgs::TriState_< ContainerAllocator >::_val_type |
Definition at line 34 of file TriState.h.
| typedef boost::shared_ptr< ::industrial_msgs::TriState_<ContainerAllocator> const> industrial_msgs::TriState_< ContainerAllocator >::ConstPtr |
Definition at line 50 of file TriState.h.
| typedef boost::shared_ptr< ::industrial_msgs::TriState_<ContainerAllocator> > industrial_msgs::TriState_< ContainerAllocator >::Ptr |
Definition at line 49 of file TriState.h.
| typedef TriState_<ContainerAllocator> industrial_msgs::TriState_< ContainerAllocator >::Type |
Definition at line 22 of file TriState.h.
| anonymous enum |
Definition at line 37 of file TriState.h.
| anonymous enum |
Definition at line 38 of file TriState.h.
| anonymous enum |
Definition at line 39 of file TriState.h.
| anonymous enum |
Definition at line 40 of file TriState.h.
| anonymous enum |
Definition at line 41 of file TriState.h.
| anonymous enum |
Definition at line 42 of file TriState.h.
| anonymous enum |
Definition at line 43 of file TriState.h.
| anonymous enum |
Definition at line 44 of file TriState.h.
| anonymous enum |
Definition at line 45 of file TriState.h.
| anonymous enum |
Definition at line 46 of file TriState.h.
| anonymous enum |
Definition at line 47 of file TriState.h.
| industrial_msgs::TriState_< ContainerAllocator >::TriState_ | ( | ) | [inline] |
Definition at line 24 of file TriState.h.
| industrial_msgs::TriState_< ContainerAllocator >::TriState_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 29 of file TriState.h.
| boost::shared_ptr<std::map<std::string, std::string> > industrial_msgs::TriState_< ContainerAllocator >::__connection_header |
Definition at line 51 of file TriState.h.
| int8_t industrial_msgs::TriState_< ContainerAllocator >::val |
Definition at line 35 of file TriState.h.