[550698] cmake vars for opcua publishing interval

cmake variables added for both opc ua server minimal publishing interval
and opc ua client requested publishing interval, when creating an opc ua
data subscription

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=550698
Change-Id: I6b8cf2d389ca84fad461d2d1470959ca92fe4956
Signed-off-by: kdorofeev <dorofeev@fortiss.org>
4 files changed
tree: eff1e69d8938d86990da36c2384fa7cfe51eb491
  1. .settings/
  2. .tito/
  3. buildsupport/
  4. doc/
  5. src/
  6. systemd/
  7. systemtests/
  8. tests/
  9. .cproject
  10. .gitignore
  11. .gitreview
  12. .project
  13. 4diac-forte.spec
  14. about.html
  15. CMakeLists.txt
  16. Doxyfile
  17. epl-2.0.html
  18. forte_config.h.in
  19. fortestyle.xml
  20. notice.html
  21. README.md
  22. setup_digime74.sh
  23. setup_lmsEv3.sh
  24. setup_phycoreat91.sh
  25. setup_plcnext.sh
  26. setup_posix-ppc.sh
  27. setup_posix.sh
README.md

Building 4DIAC Forte

Standard POSIX build

./setup_posix.sh
cd bin/posix
make

Resetting CMake files

In case you ran CMake with invalid options it might help to reset the CMake state by deleting CMake intermediate files:

rm -Rf CMakeCache.txt CMakeFiles/

Building a local RPM

For building local RPMs you can use (tito)[https://github.com/dgoodwin/tito]

tito build --test --rpm