LoggedDataSweep
LoggedDataSweep

Represents 1 data sweep that was logged to a WirelessNode.

timestamp
Timestamp timestamp() const

Gets the timestamp of the sweep as a Timestamp

Returns

A Timestamp representing the timestamp of the sweep

nanoseconds
uint64 nanoseconds() const

Gets the timestamp of the sweep in nanoseconds since UTC

Returns

The timestamp of the sweep in nanoseconds since UTC

tick
uint64 tick() const

Gets the tick value of the sweep

Returns

The tick value of the sweep

data
const ChannelData& data() const

Gets the channel data in this sweep as a WirelessDataPoint::ChannelData container.

Returns

A WirelessDataPoint::ChannelData container holding the data for the sweep.

LoggedDataSweeps

Typedef for a vector of LoggedDataSweep objects.