A WirelessDataPacket derived class representing an Asynchronouse Digital packet
explicit AsyncDigitalPacket( |
| ) |
Creates a AsyncDigitalPacket from the passed in WirelessPacket
packet const WirelessPacket& | A WirelessPacket determined to be a AsyncDigitalPacket |
Parses the passed in WirelessPacket for all the sweep information and adds a sweep to the sweeps container
Error_UnknownSampleRate: failed to find the sample rate in the list
virtual WirelessChannel::ChannelId wirelessChannelFromChNum( |
| ) override |
Converts a digital channel number to a WirelessChannel::ChannelId
channelNum int | The digital channel number to convert (digital channel 1 = 1, digital channel 16 = 16) |
The WirelessChannel::ChannelId representing the passed in digital channel number
static bool integrityCheck( |
| ) |
Verifies that the packet is a well formed Async Digital packet
packet const WirelessPacket& | The fully formed Wireless Packet to check the integrity of |
true if the packet is a well formed Sync Sampling packet, false otherwise
static UniqueWirelessPacketId getUniqueId( |
| ) |
Gets the unique Id of the WirelessPacket passed in
packet const WirelessPacket& | The WirelessPacket to get the unique id of |
The UniqueWirelessPacketId of the passed in packet