22 #ifndef MERCURY_SDK_INCLUDE_MERCURY_SDK_GROUPSYNCWRITE_H_
23 #define MERCURY_SDK_INCLUDE_MERCURY_SDK_GROUPSYNCWRITE_H_
39 uint16_t start_address_;
40 uint16_t data_length_;
67 bool addParam (uint8_t
id, uint8_t *data);
73 void removeParam (uint8_t
id);
83 bool changeParam (uint8_t
id, uint8_t *data);
The class for writing multiple Dynamixel data from same address with same length at once.
~GroupSyncWrite()
The function that calls clearParam function to clear the parameter list for Sync Write.
The class that inherits Protocol1PacketHandler class or Protocol2PacketHandler class.
The class for port control that inherits PortHandlerLinux, PortHandlerWindows, PortHandlerMac,...