This is a library to access Binary Log File (BLF) files from Vector Informatik.
Building under Linux works as usual:
mkdir build
cd build
cmake ..
make
make install DESTDIR=..
make package
Building under Windows contains the following steps:
- Use cmake-gui
- Set "Where is the source code:" to the root directory.
- Set "Where to build the binaries:" to folder "build" below the root directory.
- Configure and Generate
- Open the Visual Studio Solution (.sln) file in the build folder.
- Compile it in Release Configuration.
Static tests are
- Cppcheck (if OPTION_RUN_CPPCHECK is set)
- CCCC (if OPTION_RUN_CCCC is set)
Dynamic tests are
- Unit tests (if OPTION_RUN_TESTS is set)
- Example runs (if OPTION_RUN_EXAMPLES is set)
- Coverage (if OPTION_USE_LCOV_GCOV is set)
The test execution can be triggered using
make test
The package generation can be triggered using
make package
The following files are part of the source code distribution:
- src/project/
- src/project/tests/
The following files are working directories for building and testing:
- build/project/
The following files are products of installation and building:
- bin/
- lib/
- share/doc/project/
- share/man/
- include/project/
- Parsing of SerialEvent union incomplete, see @todo
- Reserved fields might contain useful data.
- write support
- add example
- all objectTypes for which I had no templates to define a test case
- write functions