22 #ifndef MERCURY_SDK_INCLUDE_MERCURY_SDK_GROUPSYNCREAD_H_
23 #define MERCURY_SDK_INCLUDE_MERCURY_SDK_GROUPSYNCREAD_H_
71 bool addParam (uint8_t
id);
77 void removeParam (uint8_t
id);
126 bool isAvailable (uint8_t
id, uint16_t address, uint16_t data_length);
135 uint32_t getData (uint8_t
id, uint16_t address, uint16_t data_length);
145 bool getError (uint8_t
id, uint8_t* error);
The class for reading multiple Dynamixel data from same address with same length at once.
std::map< uint8_t, uint8_t * > error_list_
~GroupSyncRead()
The function that calls clearParam function to clear the parameter list for Sync Read.
The class that inherits Protocol1PacketHandler class or Protocol2PacketHandler class.
The class for port control that inherits PortHandlerLinux, PortHandlerWindows, PortHandlerMac,...