37#ifdef LIGHTMODBUS_USE_CONFIG_FILE
38 #ifdef LIGHTMODBUS_CONFIG_FILE
39 #include LIGHTMODBUS_CONFIG_FILE
49#ifdef LIGHTMODBUS_FULL
50 #ifndef LIGHTMODBUS_SLAVE_FULL
51 #define LIGHTMODBUS_SLAVE_FULL
54 #ifndef LIGHTMODBUS_MASTER_FULL
55 #define LIGHTMODBUS_MASTER_FULL
63#ifdef LIGHTMODBUS_SLAVE_FULL
64 #ifndef LIGHTMODBUS_SLAVE
65 #define LIGHTMODBUS_SLAVE
73#ifdef LIGHTMODBUS_MASTER_FULL
74 #ifndef LIGHTMODBUS_MASTER
75 #define LIGHTMODBUS_MASTER
87#ifdef LIGHTMODBUS_SLAVE
96#ifdef LIGHTMODBUS_MASTER
105#ifdef LIGHTMODBUS_DEBUG
114#ifdef LIGHTMODBUS_IMPL
116 #ifdef LIGHTMODBUS_SLAVE
121 #ifdef LIGHTMODBUS_MASTER
126 #ifdef LIGHTMODBUS_DEBUG
Common types and functions (header)
Common types and functions (implementation)
Debug utilities (implementation)
Master's types and basic functions (header)
Master's types and basic functions (implementation)
Master's functions for building requests and parsing responses (header)
Master's functions for building requests and parsing responses (implementation)
Slave's types and basic functions (header)
Slave's types and basic functions (implementation)
Slave's functions for parsing requests (header)
Slave's functions for parsing requests (implementation)