#include <SoftProcessorFirmwareRead.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _error_msg_type |
typedef std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > | _instructions_type |
typedef uint8_t | _success_type |
typedef boost::shared_ptr < ::ethercat_hardware::SoftProcessorFirmwareReadResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::ethercat_hardware::SoftProcessorFirmwareReadResponse_ < ContainerAllocator > > | Ptr |
typedef SoftProcessorFirmwareReadResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
SoftProcessorFirmwareReadResponse_ () | |
SoftProcessorFirmwareReadResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | error_msg |
std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > | instructions |
uint8_t | success |
Definition at line 59 of file SoftProcessorFirmwareRead.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::_error_msg_type |
Definition at line 79 of file SoftProcessorFirmwareRead.h.
typedef std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::_instructions_type |
Definition at line 82 of file SoftProcessorFirmwareRead.h.
typedef uint8_t ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::_success_type |
Definition at line 76 of file SoftProcessorFirmwareRead.h.
typedef boost::shared_ptr< ::ethercat_hardware::SoftProcessorFirmwareReadResponse_<ContainerAllocator> const> ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::ConstPtr |
Definition at line 87 of file SoftProcessorFirmwareRead.h.
typedef boost::shared_ptr< ::ethercat_hardware::SoftProcessorFirmwareReadResponse_<ContainerAllocator> > ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::Ptr |
Definition at line 86 of file SoftProcessorFirmwareRead.h.
typedef SoftProcessorFirmwareReadResponse_<ContainerAllocator> ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::Type |
Definition at line 60 of file SoftProcessorFirmwareRead.h.
ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::SoftProcessorFirmwareReadResponse_ | ( | ) | [inline] |
Definition at line 62 of file SoftProcessorFirmwareRead.h.
ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::SoftProcessorFirmwareReadResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 69 of file SoftProcessorFirmwareRead.h.
boost::shared_ptr<std::map<std::string, std::string> > ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::__connection_header |
Definition at line 88 of file SoftProcessorFirmwareRead.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::error_msg |
Definition at line 80 of file SoftProcessorFirmwareRead.h.
std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::instructions |
Definition at line 83 of file SoftProcessorFirmwareRead.h.
uint8_t ethercat_hardware::SoftProcessorFirmwareReadResponse_< ContainerAllocator >::success |
Definition at line 77 of file SoftProcessorFirmwareRead.h.