You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Build failures when enabling time source configuration.
/cfe/modules/time/fsw/src/cfe_time_tone.c:570:61: error: ‘CFE_TIME_ToneDataCmd_t {aka struct CFE_TIME_ToneDataCmd}’ has no member named ‘CmdHeader’; did you mean ‘CommandHeader’?
CFE_SB_TransmitMsg(&CFE_TIME_Global.ToneDataCmd.CmdHeader.Msg, false);
To Reproduce
Set CFE_PLATFORM_TIME_CFG_SOURCE true
Set CFE_PLATFORM_TIME_CFG_SRC_TIME true
Set CFE_MISSION_TIME_CFG_FAKE_TONE false
Expected behavior
Should build and run.
Code snips
See warning above, note 3 instances of the old reference.
System observed on:
Hardware: i5/wsl
OS: Ubuntu 18.04
Versions: Bundle main
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Describe the bug
Build failures when enabling time source configuration.
To Reproduce
CFE_PLATFORM_TIME_CFG_SOURCE
trueCFE_PLATFORM_TIME_CFG_SRC_TIME
trueCFE_MISSION_TIME_CFG_FAKE_TONE
falseExpected behavior
Should build and run.
Code snips
See warning above, note 3 instances of the old reference.
System observed on:
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: