LMS API Documentation
|
#include <LimeSuite.h>
Data Fields | |
uint64_t | timestamp |
bool | waitForTimestamp |
bool | flushPartialPacket |
Metadata structure used in sample transfers
Definition at line 1010 of file LimeSuite.h.
bool flushPartialPacket |
Indicates the end of send/receive transaction. Currently has no effect
Definition at line 1029 of file LimeSuite.h.
uint64_t timestamp |
Timestamp is a value of HW counter with a tick based on sample rate. In RX: time when the first sample in the returned buffer was received In TX: time when the first sample in the submitted buffer should be send
Definition at line 1017 of file LimeSuite.h.
bool waitForTimestamp |
In TX: wait for the specified HW timestamp before broadcasting data over the air In RX: wait for the specified HW timestamp before starting to receive samples
Definition at line 1024 of file LimeSuite.h.