#include <SoftProcessorFirmwareWrite.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _error_msg_type |
typedef uint8_t | _success_type |
typedef boost::shared_ptr < ::ethercat_hardware::SoftProcessorFirmwareWriteResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::ethercat_hardware::SoftProcessorFirmwareWriteResponse_ < ContainerAllocator > > | Ptr |
typedef SoftProcessorFirmwareWriteResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
SoftProcessorFirmwareWriteResponse_ () | |
SoftProcessorFirmwareWriteResponse_ (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 |
uint8_t | success |
Definition at line 63 of file SoftProcessorFirmwareWrite.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > ethercat_hardware::SoftProcessorFirmwareWriteResponse_< ContainerAllocator >::_error_msg_type |
Definition at line 81 of file SoftProcessorFirmwareWrite.h.
typedef uint8_t ethercat_hardware::SoftProcessorFirmwareWriteResponse_< ContainerAllocator >::_success_type |
Definition at line 78 of file SoftProcessorFirmwareWrite.h.
typedef boost::shared_ptr< ::ethercat_hardware::SoftProcessorFirmwareWriteResponse_<ContainerAllocator> const> ethercat_hardware::SoftProcessorFirmwareWriteResponse_< ContainerAllocator >::ConstPtr |
Definition at line 86 of file SoftProcessorFirmwareWrite.h.
typedef boost::shared_ptr< ::ethercat_hardware::SoftProcessorFirmwareWriteResponse_<ContainerAllocator> > ethercat_hardware::SoftProcessorFirmwareWriteResponse_< ContainerAllocator >::Ptr |
Definition at line 85 of file SoftProcessorFirmwareWrite.h.
typedef SoftProcessorFirmwareWriteResponse_<ContainerAllocator> ethercat_hardware::SoftProcessorFirmwareWriteResponse_< ContainerAllocator >::Type |
Definition at line 64 of file SoftProcessorFirmwareWrite.h.
ethercat_hardware::SoftProcessorFirmwareWriteResponse_< ContainerAllocator >::SoftProcessorFirmwareWriteResponse_ | ( | ) | [inline] |
Definition at line 66 of file SoftProcessorFirmwareWrite.h.
ethercat_hardware::SoftProcessorFirmwareWriteResponse_< ContainerAllocator >::SoftProcessorFirmwareWriteResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 72 of file SoftProcessorFirmwareWrite.h.
boost::shared_ptr<std::map<std::string, std::string> > ethercat_hardware::SoftProcessorFirmwareWriteResponse_< ContainerAllocator >::__connection_header |
Definition at line 87 of file SoftProcessorFirmwareWrite.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > ethercat_hardware::SoftProcessorFirmwareWriteResponse_< ContainerAllocator >::error_msg |
Definition at line 82 of file SoftProcessorFirmwareWrite.h.
uint8_t ethercat_hardware::SoftProcessorFirmwareWriteResponse_< ContainerAllocator >::success |
Definition at line 79 of file SoftProcessorFirmwareWrite.h.