JS8Call-Improved master
Loading...
Searching...
No Matches
JS8::Event::SyncState Struct Reference

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

Detailed Description

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.


The documentation for this struct was generated from the following file: