Creates a LoggedDataSweep object with a tick and timestamp of 0.
LoggedDataSweep( |
| ) |
The tick value representing the count of each sweep in a datalogging session (increments with each sweep).
Contains one or more WirelessDataPoints, corresponding to each channel's data for this sweep.
Gets the timestamp of the sweep in nanoseconds since UTC
The timestamp of the sweep in nanoseconds since UTC
Gets the tick value of the sweep
The tick value of the sweep
Gets the channel data in this sweep as a WirelessDataPoint::ChannelData container.
A WirelessDataPoint::ChannelData container holding the data for the sweep.
void timestamp( |
| ) |
void tick( |
| ) |
Sets the tick of the sweep
tick uint64 | The tick to set |
void data( |
| ) |
Sets the data of the sweep
data ChannelData | The <ChannelData> to set |
Typedef for a vector of LoggedDataSweep objects.