nasa / to_lab

The Core Flight System (cFS) Telemetry Output Lab App (to_lab)
Apache License 2.0
26 stars 41 forks source link

Fix #135, Add version information to NOOP event #136

Closed thnkslprpt closed 9 months ago

thnkslprpt commented 2 years ago

Checklist

Describe the contribution

Testing performed Run/Build and confirmed NOOP command event reporting as expected. Screenshot 2022-10-22 21 00 58

Expected behavior changes Adds version information to NOOP command to align with the other cFS components/apps.

System(s) tested on Intel(R) Celeron(R) N4100 CPU @ 1.10GHz x86_64 Debian GNU/Linux 11 (bullseye)

Contributor Info Avi Weiss @thnkslprpt

dzbaker commented 9 months ago

Hi @thnkslprpt, would you be able to update this to make use of CFE_Config_GetVersionString() (see line 207 of to_lab_app.c for an example)? Thanks!

thnkslprpt commented 9 months ago

Hi @thnkslprpt, would you be able to update this to make use of CFE_Config_GetVersionString() (see line 207 of to_lab_app.c for an example)? Thanks!

@dzbaker That's updated now Dylan.

dzbaker commented 9 months ago

Hi @thnkslprpt, would you be able to update this to make use of CFE_Config_GetVersionString() (see line 207 of to_lab_app.c for an example)? Thanks!

@dzbaker That's updated now Dylan.

Excellent, thanks!