Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

audi/fep_controller

Repository files navigation

ℹ️ This repository is archived

It is now maintained at https://github.com/cariad-tech


FEP SDK Controller Library {#mainpage}

Description

FEP 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/2.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(fep_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 fep_controller_lib)
fep_deploy_libraries(my_existing_target)

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++11 (C++11 ABI)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages