|
27 | 27 | #define COMMON_MODEL_NUMBER_ADDR 0
|
28 | 28 | #define COMMON_MODEL_NUMBER_ADDR_LENGTH 2
|
29 | 29 |
|
30 |
| -// >> Legacy (Deprecated since v0.5.0) |
| 30 | +// >> Legacy (Deprecated since v0.4.0) |
31 | 31 | typedef struct InfoForSyncReadParam{
|
32 | 32 | uint8_t id;
|
33 | 33 | } InfoForSyncReadParam_t;
|
@@ -85,7 +85,7 @@ typedef struct RecvInfoFromStatusInst{
|
85 | 85 | uint8_t id_count;
|
86 | 86 | XelInfoForStatusInst_t xel[DXL_MAX_NODE]; //refer to below.
|
87 | 87 | } RecvInfoFromStatusInst_t;
|
88 |
| -// << Legacy (Deprecated since v0.5.0) |
| 88 | +// << Legacy (Deprecated since v0.4.0) |
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
@@ -237,12 +237,12 @@ class Master
|
237 | 237 | bool txInstPacket(uint8_t id, uint8_t inst_idx, uint8_t *p_param, uint16_t param_len);
|
238 | 238 | const InfoToParseDXLPacket_t* rxStatusPacket(uint8_t* p_param_buf, uint16_t param_buf_cap, uint32_t timeout_ms = 10);
|
239 | 239 |
|
240 |
| - // >> Legacy (Deprecated since v0.5.0) |
| 240 | + // >> Legacy (Deprecated since v0.4.0) |
241 | 241 | bool syncRead(const ParamForSyncReadInst_t ¶m_info, RecvInfoFromStatusInst_t &recv_info, uint32_t timeout_ms = 100);
|
242 | 242 | bool syncWrite(const ParamForSyncWriteInst_t ¶m_info);
|
243 | 243 | bool bulkRead(const ParamForBulkReadInst_t ¶m_info, RecvInfoFromStatusInst_t &recv_info, uint32_t timeout_ms = 100);
|
244 | 244 | bool bulkWrite(const ParamForBulkWriteInst_t ¶m_info);
|
245 |
| - // << Legacy (Deprecated since v0.5.0) |
| 245 | + // << Legacy (Deprecated since v0.4.0) |
246 | 246 |
|
247 | 247 | private:
|
248 | 248 | DXLPortHandler *p_port_;
|
|
0 commit comments