|
JS8Call-Improved master
|
Sync state update emitted during candidate evaluation. More...
#include <JS8.h>
Public Types | |
| enum class | Type { CANDIDATE , DECODED } |
Public Attributes | |
| enum JS8::Event::SyncState::Type | type |
| int | mode |
| Submode index. | |
| float | frequency |
| Frequency estimate (Hz). | |
| float | dt |
| Timing offset (s). | |
| union { | |
| int candidate | |
| Candidate index when Type::CANDIDATE. | |
| float decoded | |
| Decoded metric when Type::DECODED. | |
| } | sync |
Sync state update emitted during candidate evaluation.
If type is CANDIDATE the sync.candidate field is valid; if DECODED the sync.decoded float holds the decoded value.