WirelessDataPoint( |
| ) |
Builds a WirelessDataPoint object. The channel name will be automatically generated from the given channel id.
channelId | The WirelessChannel::ChannelId of the the data point |
channelNumber uint8 | The channel number associated with the data point (ch1 = 1, ch8 = 8). |
type | The ValueType of the value to be stored |
value const anyType& | The value to store |
channelProperties const ChannelProperties& | Any <ChannelProperties> to store for later retrieval. |
WirelessDataPoint( |
| ) |
Builds a WirelessDataPoint object. The channel name will be automatically generated from the given channel id.
channelId | The WirelessChannel::ChannelId of the the data point |
channelNumber uint8 | The channel number associated with the data point (ch1 = 1, ch8 = 8). |
channelName const Utils::Lazy<std::string>& | The channel name associated with the data point. |
type | The ValueType of the value to be stored |
value const anyType& | The value to store |
The WirelessChannel::ChannelId representing information about the channel this data point is associated with
The channel number associated with the data point (ch1 = 1, ch8 = 8).
The channel name associated with the data point. std::string m_channelName;
Gets the WirelessChannel::ChannelId associated with the data point.
A WirelessChannel::ChannelId representing which channel this data corresponds with.
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>().
The channel number associated with the data point.
Gets the name of the channel. This is the universal channel name that should be used for uploading to SensorCloud.
The name of the channel.
Error: Unknown channel.
A typedef for a collection (vector) of WirelessDataPoints