#include <BoardConfig.h>
Public Types | |
typedef std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | _mac_type |
typedef uint32_t | _serial_type |
typedef boost::shared_ptr < ::wge100_camera::BoardConfigRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::wge100_camera::BoardConfigRequest_ < ContainerAllocator > > | Ptr |
typedef BoardConfigRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
BoardConfigRequest_ () | |
BoardConfigRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | mac |
uint32_t | serial |
Definition at line 25 of file BoardConfig.h.
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > wge100_camera::BoardConfigRequest_< ContainerAllocator >::_mac_type |
Definition at line 43 of file BoardConfig.h.
typedef uint32_t wge100_camera::BoardConfigRequest_< ContainerAllocator >::_serial_type |
Definition at line 40 of file BoardConfig.h.
typedef boost::shared_ptr< ::wge100_camera::BoardConfigRequest_<ContainerAllocator> const> wge100_camera::BoardConfigRequest_< ContainerAllocator >::ConstPtr |
Definition at line 48 of file BoardConfig.h.
typedef boost::shared_ptr< ::wge100_camera::BoardConfigRequest_<ContainerAllocator> > wge100_camera::BoardConfigRequest_< ContainerAllocator >::Ptr |
Definition at line 47 of file BoardConfig.h.
typedef BoardConfigRequest_<ContainerAllocator> wge100_camera::BoardConfigRequest_< ContainerAllocator >::Type |
Definition at line 26 of file BoardConfig.h.
wge100_camera::BoardConfigRequest_< ContainerAllocator >::BoardConfigRequest_ | ( | ) | [inline] |
Definition at line 28 of file BoardConfig.h.
wge100_camera::BoardConfigRequest_< ContainerAllocator >::BoardConfigRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 34 of file BoardConfig.h.
boost::shared_ptr<std::map<std::string, std::string> > wge100_camera::BoardConfigRequest_< ContainerAllocator >::__connection_header |
Definition at line 49 of file BoardConfig.h.
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > wge100_camera::BoardConfigRequest_< ContainerAllocator >::mac |
Definition at line 44 of file BoardConfig.h.
uint32_t wge100_camera::BoardConfigRequest_< ContainerAllocator >::serial |
Definition at line 41 of file BoardConfig.h.