Commit b00461d1fd98b5488e169819a93b62d47f873526

Authored by Stéphane Raimbault
1 parent ed5bed91

Add some items to TODO

Showing 1 changed file with 2 additions and 0 deletions
@@ -10,6 +10,8 @@ Cleanups @@ -10,6 +10,8 @@ Cleanups
10 * split modbus.c (tcp/rtu, query/response) 10 * split modbus.c (tcp/rtu, query/response)
11 * t_id in param_msqg 11 * t_id in param_msqg
12 * only one build_header_message function to replace build_query_packet/response_packet 12 * only one build_header_message function to replace build_query_packet/response_packet
  13 +* reg_count, coil_count -> nb_points
  14 +* avoid copies (use ptr)
13 15
14 Documentation 16 Documentation
15 * README with a example to test the library 17 * README with a example to test the library