Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::constants Namespace Reference

Namespaces

namespace  channels
 
namespace  comms
 
namespace  maths
 
namespace  mimics
 
namespace  model
 
namespace  streams
 
namespace  time
 

Variables

static constexpr iv::types::channelValue channelValueInvalid = std::numeric_limits<iv::types::channelValue>::infinity()
 
static constexpr std::string_view strTrue = "true"
 
static constexpr std::string_view strFalse = "false"
 
static constexpr iv::types::unitId rmsUnitId = 127
 
static constexpr iv::types::unitId heartbeatUnitId = 128
 
static constexpr iv::types::unitId communicationFailureUnitId = 129
 
static constexpr iv::types::unitId kLimUnitIdOld = 0
 
static constexpr uint64_t kMaxLengthChannelTag {12}
 
static constexpr auto unitMaxHeartbeatTime = std::chrono::milliseconds(10'000)
 
static constexpr auto stationMaxHeartbeatTime = iv::types::pollTime {15'000}
 
constexpr auto serialCommDefaultPollTimeInMs = std::chrono::milliseconds(1000)
 
constexpr auto serialCommMinPollTimeInMs = std::chrono::milliseconds(100)
 
constexpr auto serialCommMaxPollTimeInMs = std::chrono::milliseconds(30000)
 

Variable Documentation

◆ channelValueInvalid

iv::types::channelValue iv::constants::channelValueInvalid = std::numeric_limits<iv::types::channelValue>::infinity()
staticconstexpr

◆ communicationFailureUnitId

iv::types::unitId iv::constants::communicationFailureUnitId = 129
staticconstexpr

◆ heartbeatUnitId

iv::types::unitId iv::constants::heartbeatUnitId = 128
staticconstexpr

◆ kLimUnitIdOld

iv::types::unitId iv::constants::kLimUnitIdOld = 0
staticconstexpr

◆ kMaxLengthChannelTag

uint64_t iv::constants::kMaxLengthChannelTag {12}
staticconstexpr

◆ rmsUnitId

iv::types::unitId iv::constants::rmsUnitId = 127
staticconstexpr

◆ serialCommDefaultPollTimeInMs

auto iv::constants::serialCommDefaultPollTimeInMs = std::chrono::milliseconds(1000)
constexpr

◆ serialCommMaxPollTimeInMs

auto iv::constants::serialCommMaxPollTimeInMs = std::chrono::milliseconds(30000)
constexpr

◆ serialCommMinPollTimeInMs

auto iv::constants::serialCommMinPollTimeInMs = std::chrono::milliseconds(100)
constexpr

◆ stationMaxHeartbeatTime

auto iv::constants::stationMaxHeartbeatTime = iv::types::pollTime {15'000}
staticconstexpr

◆ strFalse

std::string_view iv::constants::strFalse = "false"
staticconstexpr

◆ strTrue

std::string_view iv::constants::strTrue = "true"
staticconstexpr

◆ unitMaxHeartbeatTime

auto iv::constants::unitMaxHeartbeatTime = std::chrono::milliseconds(10'000)
staticconstexpr