Loading...
Searching...
No Matches
#include <cstdint>
Go to the source code of this file.
|
enum class | iv::comms::redundancy::eRedundancyMessageType : uint16_t {
iv::comms::redundancy::Heartbeat = 0x0000
, iv::comms::redundancy::Sound = 0x0010
, iv::comms::redundancy::ACK = 0x0011
, iv::comms::redundancy::ProjectInfo = 0x0020
,
iv::comms::redundancy::ProjectRequest = 0x0021
, iv::comms::redundancy::ProjectResponse = 0x0022
, iv::comms::redundancy::ForceProject = 0x0023
, iv::comms::redundancy::ChannelDownloaded = 0x0024
,
iv::comms::redundancy::RequestChannelDownload = 0x0025
, iv::comms::redundancy::ResponseChannelDownload = 0x0026
, iv::comms::redundancy::PmsModeTransitionInfo = 0x0027
, iv::comms::redundancy::Command = 0x0030
,
iv::comms::redundancy::VariableOnline = 0x0040
, iv::comms::redundancy::Channel = 0x00FF
} |
|
enum class | iv::comms::redundancy::eProjectSyncronizationFile {
iv::comms::redundancy::Project
, iv::comms::redundancy::Stations
, iv::comms::redundancy::Config
, iv::comms::redundancy::Tanks
,
iv::comms::redundancy::Mimics
, iv::comms::redundancy::Logics
, iv::comms::redundancy::END
} |
|
enum class | iv::comms::redundancy::eRedundancyChannelDownloadSyncStatus { iv::comms::redundancy::NotStarted
, iv::comms::redundancy::WaitingResponse
, iv::comms::redundancy::Success
, iv::comms::redundancy::Failure
} |
|