Commit aaf431bbab74a1fc5182c1940a7db030c2a5a44e
1 parent
c8f002d0
Setting up new structure
Showing
1 changed file
with
14 additions
and
0 deletions
src/modbusrtu.h
| ... | ... | @@ -5,3 +5,17 @@ |
| 5 | 5 | * LICENSE file in the root directory of this source tree. |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | +#include "modbusbase.h" | |
| 9 | + | |
| 10 | +namespace osdev { | |
| 11 | +namespace components { | |
| 12 | +namespace modbus { | |
| 13 | + | |
| 14 | +class ModbusRtu : public ModbusBase | |
| 15 | +{ | |
| 16 | + | |
| 17 | +}; | |
| 18 | + | |
| 19 | +} /* End namespace modbus */ | |
| 20 | +} /* End namespace components */ | |
| 21 | +} /* End namespace osdev */ | ... | ... |