LMS API Documentation v23.10.0
|
#include <LimeSuite.h>
Data Fields | |
uint64_t | timestamp |
bool | waitForTimestamp |
bool | flushPartialPacket |
Metadata structure used in sample transfers
Definition at line 1038 of file LimeSuite.h.
bool flushPartialPacket |
In TX: send samples to HW even if packet is not completely filled (end TX burst). in RX: not used/ignored
Definition at line 1056 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 1045 of file LimeSuite.h.
bool waitForTimestamp |
In TX: wait for the specified HW timestamp before broadcasting data over the air In RX: not used/ignored
Definition at line 1051 of file LimeSuite.h.