Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
This content is no longer in active support - and is superceded by the code targeted for C++17 accessible at https://navtechradar.atlassian.net/wiki/spaces/IA/pages/2328199577 |
C++ Source Code
This code is a series of classes developed using C++ 11. The source code for end users to easily integrate into their application, regardless of the target platform, is available at https://bitbucket.org/navtechradar/iasdk-public/src/master/cpp/cpp_11/
SDK Requirements
C++ 11
C++11 Compiler
...
The .vscode
folder contains a build task configuration for invoking CMake. To build: * hit ctrl-shift-b * select Build
(Note: you can also select Clean as one of the build options)
...
Double-clicking on the .sln file will launch Visual Studio. In Visual Studio select:
Build -> Build Solution
(Alternatively, use crtl-shift-b)
...
The SDK C++ API provides an object-based interface for controlling/configuring the radar and for processing incoming data.
...