MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Provide 62304 conformance statement #25

Closed MattClarkson closed 6 years ago

MattClarkson commented 6 years ago

While this template project provides essentially no functionality yet, as all actual functions are dummy functions, it would be good (as a training exercise for myself) to understand how the code development herein complies or relates to ISO 62304, as ultimately Im interested in medical device development.

MattClarkson commented 6 years ago

I decided I would do this as part of other projects, as this one won't really be for a finished medical device.