MCPcopy Create free account
hub / github.com/ROBOTIS-GIT/turtlebot3 / init_read_memory

Method init_read_memory

turtlebot3_node/src/dynamixel_sdk_wrapper.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void 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
53void DynamixelSDKWrapper::read_data_set()
54{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected