Skip to main content

Module radar_packet

Module radar_packet 

Source
Expand description

Creates, modifies, and reformats radar packets.

Structs§

ComPacket
The radar data packet for use with dummy complex i16 data.
HDF5Packet
The struct to store, ComPacket’s Identity field doesn’t need to be stored, and data has its own dataset
Identity
Identity info contains the network type and server version.
SettingData
The current settings understood by the Archiver and Server ToDo: these could probably be split.
SettingInfo
A struct representing a piece of SettingInfo
SettingsPacket
The packet expected from any settings channel communication
State
The state of the radar at the time of recording.

Enums§

NetType
Network type for the packet, currently unused.
SettingType
An enum to denote when we are sending SettingsInfo or receiving SettingData

Statics§

VERSION
Server binary version sourced from cargo at compile time.

Traits§

Hdf5Object
An Hdf5Object can be stored and retrieved from an HDF5 file.