|
| StreamSample (uint32_t capacity) |
|
| StreamSample (const StreamSample &other)=delete |
|
StreamSample & | operator= (const StreamSample &other)=delete |
|
| StreamSample (StreamSample &&other) |
|
bool | copy (const StreamSample &sample) |
|
void | set_data_timestamp (const ed247_timestamp_t &data_timestamp) |
|
void | set_recv_timestamp (const ed247_timestamp_t &recv_timestamp) |
|
void | set_frame_details (const ed247_sample_details_t &frame_details) |
|
const ed247_timestamp_t & | data_timestamp () const |
|
const ed247_timestamp_t & | recv_timestamp () const |
|
const ed247_sample_details_t & | frame_details () const |
|
void | update_recv_timestamp () |
|
| Sample (uint32_t capacity) |
|
| Sample (const Sample &other)=delete |
|
Sample & | operator= (const Sample &other)=delete |
|
| Sample (Sample &&other) |
|
void | allocate (uint32_t capacity) |
|
const uint32_t & | size () const |
|
const uint32_t & | capacity () const |
|
const char * | data () const |
|
bool | empty () const |
|
bool | copy (const char *data, const uint32_t &size) |
|
bool | copy (const void *data, const uint32_t &size) |
|
char * | data_rw () |
|
void | set_size (const uint32_t &size) |
|
void | reset () |
|
The documentation for this class was generated from the following files: