Represents 1 data sweep, including data for each channel, a timestamp, and a sample rate
Creates a default constructed DataSweep.
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 sample rate of the sweep as a SampleRate
A SampleRate representing the sample rate of the sweep
Gets the node address that this sweep is associated with
The node address this sweep is associated with
Gets the channel data in this sweep as a WirelessDataPoint::ChannelData container.
A WirelessDataPoint::ChannelData container holding the data for the sweep.
Gets the SamplingType for this sweep
A SamplingType enum representing the sampling type of this sweep
Gets the Node RSSI value that identifies the received signal strength at the Node
The Node RSSI value that identifies the received signal strength at the Node
Gets the Base Station RSSI value that identifies the received signal strength at the BaseStation for this sweep
The Base Station RSSI value that identifies the received signal strength at the Base Station for this sweep
Gets the radio frequency that this DataSweep was collected on
A WirelessTypes::Frequency representing the radio frequency that this DataSweep was collected on
Typedef for a vector of DataSweep objects.