cfs-tools / cfs-basecamp

Provides a framework and tools for developing, downloading, and integrating core Flight System (cFS) applications into an operational system.
Other
24 stars 2 forks source link

Consider adding floating point support for JSON initialization files #64

Closed dmccomas closed 5 months ago

dmccomas commented 5 months ago

The app_c_fw JSON Ini file service does not currently support floating point. Floating point numbers are needed for devices such as IMU, comm interfaces, etc. See Berry IMU App Issue 3 JSON table service supports floating point so that can be used as a model for adding this feature.

dmccomas commented 5 months ago

Floats are supported! Updated app dev guide.