liblightmodbus
2.0
A lightweight, cross-platform Modbus RTU library
include
lightmodbus
libconf.h
Go to the documentation of this file.
1
/*
2
This file is automatically adjusted by CMake
3
4
Its purpose is to configure each liblightmodbus header file,
5
so the user does not have to pass tons of compiler options each time
6
he/she wants to compile the library.
7
It also serves as a pretty nice source of information about current
8
library setup.
9
10
Do not edit this file manually unless you know what you are doing.
11
*/
12
#ifndef LIGHTMODBUS_LIBCONF_H
13
#define LIGHTMODBUS_LIBCONF_H
14
15
#define LIGHTMODBUS_VERSION "2.0"
16
#define LIGHTMODBUS_GIT_VERSION "v2.0-2-18-g0fd0e7-dirty"
17
#define LIGHTMODBUS_SLAVE_BASE
18
#define LIGHTMODBUS_F01S
19
#define LIGHTMODBUS_F02S
20
#define LIGHTMODBUS_F03S
21
#define LIGHTMODBUS_F04S
22
#define LIGHTMODBUS_F05S
23
#define LIGHTMODBUS_F06S
24
#define LIGHTMODBUS_F15S
25
#define LIGHTMODBUS_F16S
26
#define LIGHTMODBUS_F22S
27
#define LIGHTMODBUS_SLAVE_USER_FUNCTIONS
28
#define LIGHTMODBUS_MASTER_BASE
29
#define LIGHTMODBUS_F01M
30
#define LIGHTMODBUS_F02M
31
#define LIGHTMODBUS_F03M
32
#define LIGHTMODBUS_F04M
33
#define LIGHTMODBUS_F05M
34
#define LIGHTMODBUS_F06M
35
#define LIGHTMODBUS_F15M
36
#define LIGHTMODBUS_F16M
37
#define LIGHTMODBUS_F22M
38
#define LIGHTMODBUS_MASTER_USER_FUNCTIONS
39
#define LIGHTMODBUS_LITTLE_ENDIAN
40
41
#endif
Generated by
1.8.13