Hledáte návod pro použití knihovny v češtině? Najdete ho zde.
This library allows hJOPserver to operate with XpressNET accessory modules. It replaces MTB library. Library is distributed as a single dll file. It uses XpressNET library for XpressNET communication. The library is written in C++ in framework Qt5. Built dlls are available in Releases section.
This library implements RCS API of hJOPserver.
You can download precompiled dll
version of this library in Releases section.
This library is distributed as rcs-xn.dll
file. This library is developed in
Qt framework, thus some more dll are required on your computer for rcs-xn.dll
to work. These libraries are available in Relaeses in zips
rcs-xn-required-libs-*.zip
. Use min
variant by default, this should be
enough. If your computer complains about unmet dependencies, use all
variant.
This library is developed mainly on Windows using Qt Creator. Just open the project in Qt Creator and compile it. This approach is currently used to build windows binaries in releases.
$ cd src
$ clang-tidy-7 -p ../build -extra-arg-before=-x -extra-arg-before=c++ -extra-arg=-std=c++14 -header-filter=src/ *.cpp
$ clang-format-7 *.cpp *.h
$ clang-include-fixer-7 -p ../build *.cpp
For clang-include-fixer
to work, it is necessary to build yaml
symbols
database.
You can do it this way:
run-find-all-symbols.py
from github repo.build
directory.This library was created by:
Do not hesitate to contact author in case of any troubles!
This application is released under the Apache License v2.0 .