18
2 use cases are presented in the SDK:
An example of radar operation as a console
application.
demos/cprr/minimal.cpp
The result of the example work:
THE CONNECTION...
RADAR OK!
Version Hardware: 0.1
Version Software: 0.9
SN : 12345
RADAR START
FRAME:00001 [52.3, 34.8] ...
...
FRAME:00046 [10.7, -18.3] ...
RADAR STOP
RADAR CLOSE
DONE
An example of integration into a GUI application.
is used as the GUI engine.
demos/gui.minimal/cprr/uminimal.cpp
The result of the uminimal example:
Figure 12 - Result of the SDK GUI example
(fixed number of targets evenly spaced around the circle) )
Requirements and installation
The SDK is implemented as C++ header files and requires no additional software installation. To use the
SDK, download the project archive from the
CPRR Radar SDK page at gitlab.com
and unzip the archive.
Make sure you have the following file structure:
bin/
- radar emulator and compiled examples (cprr mode)
demos/.
- examples of use
doc/
- documentation
include/
- SDK source code (C++)
CHANGELOG
- list of changes
README.md
- text file with SDK information
I
I
User Manual Radar CPRR
05.2021