Expand description
Creates, modifies, and reformats radar packets.
Structs§
- ComPacket
- The radar data packet for use with dummy complex i16 data.
- HDF5
Packet - 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.
- Setting
Data - The current settings understood by the Archiver and Server ToDo: these could probably be split.
- Setting
Info - A struct representing a piece of SettingInfo
- Settings
Packet - 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.
- Setting
Type - An enum to denote when we are sending SettingsInfo or receiving SettingData
Statics§
- VERSION
- Server binary version sourced from cargo at compile time.
Traits§
- Hdf5
Object - An Hdf5Object can be stored and retrieved from an HDF5 file.