libiec61850/examples/server_example_logging
Michael Zillgith dc281a7ee9 - added maximum log entry size for LogStorage
- implemented maximum log entries for sqlite log storage
- added log to C# API
2016-10-03 18:29:16 +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 - added maximum log entry size for LogStorage 2016-10-03 18:29:16 +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.