RfSweepPacket
public
WirelessDataPacket
RfSweepPacket

A WirelessDataPacket derived class representing a RF Sweep packet.

Functions
RfSweepPacket
explicit RfSweepPacket(
const WirelessPacket &packet
)

Creates a RfSweepPacket from the passed in WirelessPacket.

Parameters
packet

A WirelessPacket determined to be an RfSweepPacket.

parseSweeps
void parseSweeps()

Parses the passed in WirelessPacket for all the sweep information and adds a sweep to the sweeps container

integrityCheck
static bool integrityCheck(
const WirelessPacket &packet
)

Verifies that the packet is a well formed BeaconEchoPacket packet.

Parameters
packet

The fully formed Wireless Packet to check the integrity of.

Returns

true if the packet is a well formed BeaconEchoPacket, false otherwise