Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp File Reference
#include <cstdint>
Include dependency graph for enums.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  iv
 
namespace  iv::comms
 
namespace  iv::comms::redundancy
 

Enumerations

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 }