A WirelessDataPacket derived class representing a RF Sweep packet.
explicit RfSweepPacket( |
| ) |
Creates a RfSweepPacket from the passed in WirelessPacket.
packet const WirelessPacket& | A WirelessPacket determined to be an RfSweepPacket. |
Parses the passed in WirelessPacket for all the sweep information and adds a sweep to the sweeps container
static bool integrityCheck( |
| ) |
Verifies that the packet is a well formed BeaconEchoPacket packet.
packet const WirelessPacket& | The fully formed Wireless Packet to check the integrity of. |
true if the packet is a well formed BeaconEchoPacket, false otherwise