Skip to content

cariad-tech/fep_system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEP SDK - System Library

Description

This installed package contains (or pulls in) all components of the FEP SDK - System Library

  • FEP System Library
    • connects the FEP Service Bus to discover and control a system
  • FEP System Library Example
  • FEP System Library Documentation

How to use

The FEP System Library provides a CMake >= 3.5 configuration. Here's how to use it from your own CMake projects:

find_package(fep_system REQUIRED)

You can append the FEP System Libray Target to your existing targets to add a dependency:

target_link_libraries(my_existing_target PRIVATE fep_system)
fep_deploy_libraries(my_existing_target)

Note that the fep_system target will transitively pull in all required include directories and libraries.

Build Environment

The libraries are build and tested only under following compilers and operating systems:

  • Windows 10 x64 with Visual Studio C++ 2017 and compiler toolset v140
  • Linux Ubuntu 16.04 LTS x64 with GCC 5.4 and libstdc++11 (C++11 ABI)

How to build the examples

Simply point CMake to the examples directory (containing the CMakeLists.txt file) and generate a project. Choose "Visual Studio 15 2017 Win64" and "v140" toolset the or "Unix Makefiles" generator, depending on your platform.

CMake might ask for the CMAKE_BUILD_TYPE variable to be defined. Possible values are Debug, Release or RelWithDebInfo

About

No description or website provided.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.0%
  • CMake 15.5%
  • C 0.5%