A WirelessDataPacket derived class representing a Structural Health Monitoring Packet
explicit ShmPacket( |
| ) |
Creates an ShmPacket from the passed in WirelessPacket.
packet const WirelessPacket& | A WirelessPacket determined to be a SyncSamplingPacket. |
The number of bins in the packet.
Parses the passed in WirelessPacket for all the sweep information and adds a sweep to the sweeps container.
Parses the packet for version 1 of the SHM-Link packet.
Parses the packet for version 2 of the SHM-Link packet.
static bool integrityCheck( |
| ) |
Verifies that the packet is a well formed Shm-Link packet.
packet const WirelessPacket& | The fully formed Wireless Packet to check the integrity of. |
true if the packet is a well formed SHM packet, false otherwise.