BeaconEchoPacket
public
WirelessDataPacket
BeaconEchoPacket

A WirelessDataPacket derived class representing a Beacon Echo packet.

Functions
BeaconEchoPacket
explicit BeaconEchoPacket(
const WirelessPacket &packet
)

Creates a BeaconEchoPacket from the passed in WirelessPacket.

Parameters
packet

A WirelessPacket determined to be an BeaconEchoPacket.

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