Represents 1 data sweep, including data for each channel, a timestamp, and a sample rate
Creates a default constructed DataSweep.
The tick value that was contained in the packet (increments for each sweep)
The node address that was contained in the packet (identifies the node this packet came from)
Contains one or more WirelessDataPoints, corresponding to each channel's data for this sweep
The SamplingType that identifies the sampling mode for this data sweep
The Base Station RSSI that identifies the received signal strength at the Base Station
The WirelessTypes::Frequency representing the radio frequency that this DataSweep was collected on
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
void timestamp( |
| ) |
void tick( |
| ) |
Sets the tick of the sweep
tick uint32 | The tick to set |
void sampleRate( |
| ) |
void nodeAddress( |
| ) |
void data( |
| ) |
Sets the data of the sweep
data ChannelData | The <ChannelData> to set |
void nodeRssi( |
| ) |
Sets the Node RSSI value that identifies the received signal strength at the Node
rssi int16 | The Node RSSI to set |
void baseRssi( |
| ) |
Sets the Base Station RSSI value that identifies the received signal strength at the Base Station for this sweep
rssi int16 | The Base Station RSSI to set |
void frequency( |
| ) |
Sets the radio frequency that this DataSweep was collected on
freq | The WirelessTypes::Frequency that this DataSweep was collected on |
Typedef for a vector of DataSweep objects.