WirelessDataPoint
public
DataPoint
WirelessDataPoint

Represents a single channel's data point within a sweep

See Also

DataPoint, Value

channelId
WirelessChannel::ChannelId channelId() const

Gets the WirelessChannel::ChannelId associated with the data point.

Returns

A WirelessChannel::ChannelId representing which channel this data corresponds with.

channelNumber
uint8 channelNumber() const

Gets the channel number associated with the data point (ch1 = 1, ch8 = 8), when applicable.  Otherwise, this will return a 0 (for example, a Structural Health data point doesn't relate an actual channel on the Wireless Node, so this will be a 0).  This number can be used to relate to the Node's WirelessChannel in the map returned from calling <WirelessNode::channels>().

Returns

The channel number associated with the data point.

channelName
const std::string& channelName() const

Gets the name of the channel.  This is the universal channel name that should be used for uploading to SensorCloud.

Returns

The name of the channel.

Exceptions
ChannelData

A typedef for a collection (vector) of WirelessDataPoints