mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* Much work on set flags * Little more work on flags * Get UTs passing * Defaults for flags * Add uts for set flag * Switch from bitfield to boolean array * fix ut * more work on flag system * Add some uts * Add getflag dir * format * Update docs * sp * Remove update on change from bool tlm * pr feedback --------- Co-authored-by: Zimri Leisher <zimri.leisher@fireflyspace.com>
8 lines
392 B
Plaintext
8 lines
392 B
Plaintext
@ the number of seconds to wait before giving up
|
|
@ on a directive or command. if <= 0 or greater than U32 max, never time out.
|
|
@ accuracy of this timeout is determined by the rate group driving this
|
|
@ component. it will be rounded up
|
|
param STATEMENT_TIMEOUT_SECS: F32 default 0
|
|
|
|
@ the default value of the EXIT_ON_CMD_FAIL sequence flag
|
|
param FLAG_DEFAULT_EXIT_ON_CMD_FAIL: bool default false |