Open-source library for medical device software.
This library are being developed following processes adhering to IEC 62304 and IEC 60601-1 chapter 14. At least one versioned release will be used in a TGM device by RSP Systems and submitted for FDA approval.
Developed by RSP Systems.
All source files shall include the following file header:
/*!
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*
* \copyright Copyright 2021 RSP Systems A/S. All rights reserved.
* \license Mozilla Public License 2.0
* \author <name>
*/
Note: To add \license tag to doxygen, please see: https://stackoverflow.com/questions/12353409/doxygen-and-license-copyright-informations
To build the library and accompanied test, simply go into the build directory and run cmake ..
:
cd build
cmake ..
make
Tests can now be executed with ./rsp-core-lib-test
or simply ctest