libiec61850/examples/server_example_logging
2016-09-08 18:23:20 +02:00
..
CMakeLists.txt - added missing cmake file for server_example_logging 2016-06-10 21:28:52 +02:00
Makefile - added server examples logging 2016-05-30 00:08:59 +02:00
Makefile.sqliteStatic - added cmake support to build sqlite log driver 2016-06-09 00:00:02 +02:00
README - added cmake support to build sqlite log driver 2016-06-09 00:00:02 +02:00
server_example_logging.c - implemente ControlObjectClient_setTestMode function, also for C# wrapper 2016-09-08 18:23:20 +02:00
simpleIO_direct_control.icd - implemente ControlObjectClient_setTestMode function, also for C# wrapper 2016-09-08 18:23:20 +02:00
static_model.c - added server examples logging 2016-05-30 00:08:59 +02:00
static_model.h - added server examples logging 2016-05-30 00:08:59 +02:00

BUILD THE EXAMPLE:

To build the logging example it is required to have sqlite present!

If you have sqlite installed on the system (including the header files) e.g. in an Ubuntu installation with the sqlite3 package installed, you can simply use the Makefile.

If you don't have sqlite installed you have to download the sqlite amalgamation package and install the files sqlite3.c, sqlite3.h in the libiec61850/third_party/sqlite folder and use the Makefile.sqliteStatic instead. This will build a version of the example with the sqlite code statically linked.