cariad-tech / fep3_controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEP 3 SDK Controller Library {#mainpage}

Description

FEP 3 SDK Controller Library functionality in a nutshell

The possibility to create a fep::System with the help of the FEP SDK Metamodel Library

The possibility to confgure a fep::System with the help of the FEP SDK Metamodel Library

Dependencies

  • fep_sdk_system package (i.e. fep_sdk_system/3.x.y@aev25/stable)
  • internally it uses fep_sdk_metamodel package (i.e. fep_sdk_metamodel/a.b.c@aev25/stable)

How to use

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

find_package(fep3_controller_lib REQUIRED)

You can append the FEP Controller Library target to your existing targets to add a dependency:

target_link_libraries(my_existing_target PRIVATE fep3_controller_lib)

Note that the fep_controller_lib 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++ 2015 Update 3.1 (Update 3 and KB3165756)
  • Linux Ubuntu 16.04 LTS x64 with GCC 5.4 and libstdc++14 (C++14 ABI)

About


Languages

Language:C++ 71.8%Language:CMake 25.3%Language:C 2.8%