| 44 | } |
| 45 | |
| 46 | void DynamixelSDKWrapper::init_read_memory(const uint16_t & start_addr, const uint16_t & length) |
| 47 | { |
| 48 | read_memory_.start_addr = start_addr; |
| 49 | read_memory_.length = length; |
| 50 | read_memory_.data = &read_data_[0]; |
| 51 | } |
| 52 | |
| 53 | void DynamixelSDKWrapper::read_data_set() |
| 54 | { |
no outgoing calls
no test coverage detected