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

Namespaces

namespace  parameterOptions
 
namespace  parameterType
 
namespace  subtypes
 
namespace  types
 

Variables

constexpr iv::types::logic::componentType kInvalidType {0}
 
constexpr iv::types::logic::componentType kAnyType {std::numeric_limits<iv::types::logic::componentType>::max()}
 
constexpr iv::types::logic::componentFinalType kInvalidFinalType {0}
 
constexpr iv::types::logic::componentFinalType kAnyFinalType
 
constexpr iv::types::logic::logicExecutionOrder kInvalidOrderOfExecution {0}
 
constexpr iv::types::logic::logicExecutionOrder kInitialOrderOfExecution {1}
 
constexpr std::string_view kKeySectionInfoLogic {"Info"}
 
constexpr std::string_view kKeyInfoLogicName {"Name"}
 
constexpr std::string_view kKeyInfoLogicUnit {"Unit"}
 
constexpr std::string_view kKeyInfoLogicAuthor {"Author"}
 
constexpr std::string_view kKeyInfoLogicFile {"File"}
 
constexpr std::string_view kKeyInfoLogicDate {"Date"}
 
constexpr std::string_view kKeyInfoLogicTime {"Time"}
 
constexpr std::string_view kKeyInfoLogicVersion {"Version"}
 
constexpr std::string_view kKeyInfoLogicDescription {"Description"}
 
constexpr uint32_t kConstNotConnected {444}
 
constexpr uint32_t kConstLomInit {445}
 
constexpr uint32_t kConstZeroLogicState {446}
 
constexpr uint32_t kConstOneLogicState {447}
 
constexpr uint32_t kStartingIntermediateMemory {448}
 
constexpr std::string_view kCstNotConnectedStr {"CST_NOT_CONNECTED"}
 
constexpr std::string_view kCstLomInitStr {"CST_LOM_INIT"}
 
constexpr std::string_view kCstZeroLogicStateStr {"CST_ZERO_LOGIC_STATE"}
 
constexpr std::string_view kCstOneLogicStateStr {"CST_ONE_LOGIC_STATE"}
 
constexpr std::string_view kTxtFileSeparator
 
constexpr std::string_view kTxtFrontPadding {"| "}
 

Variable Documentation

◆ kAnyFinalType

iv::types::logic::componentFinalType iv::logic::constants::kAnyFinalType
inlineconstexpr
Initial value:
{
std::numeric_limits<iv::types::logic::componentFinalType>::max()}

◆ kAnyType

iv::types::logic::componentType iv::logic::constants::kAnyType {std::numeric_limits<iv::types::logic::componentType>::max()}
inlineconstexpr

◆ kConstLomInit

uint32_t iv::logic::constants::kConstLomInit {445}
inlineconstexpr

◆ kConstNotConnected

uint32_t iv::logic::constants::kConstNotConnected {444}
inlineconstexpr

◆ kConstOneLogicState

uint32_t iv::logic::constants::kConstOneLogicState {447}
inlineconstexpr

◆ kConstZeroLogicState

uint32_t iv::logic::constants::kConstZeroLogicState {446}
inlineconstexpr

◆ kCstLomInitStr

std::string_view iv::logic::constants::kCstLomInitStr {"CST_LOM_INIT"}
inlineconstexpr

◆ kCstNotConnectedStr

std::string_view iv::logic::constants::kCstNotConnectedStr {"CST_NOT_CONNECTED"}
inlineconstexpr

◆ kCstOneLogicStateStr

std::string_view iv::logic::constants::kCstOneLogicStateStr {"CST_ONE_LOGIC_STATE"}
inlineconstexpr

◆ kCstZeroLogicStateStr

std::string_view iv::logic::constants::kCstZeroLogicStateStr {"CST_ZERO_LOGIC_STATE"}
inlineconstexpr

◆ kInitialOrderOfExecution

iv::types::logic::logicExecutionOrder iv::logic::constants::kInitialOrderOfExecution {1}
inlineconstexpr

◆ kInvalidFinalType

iv::types::logic::componentFinalType iv::logic::constants::kInvalidFinalType {0}
inlineconstexpr

◆ kInvalidOrderOfExecution

iv::types::logic::logicExecutionOrder iv::logic::constants::kInvalidOrderOfExecution {0}
inlineconstexpr

◆ kInvalidType

iv::types::logic::componentType iv::logic::constants::kInvalidType {0}
inlineconstexpr

◆ kKeyInfoLogicAuthor

std::string_view iv::logic::constants::kKeyInfoLogicAuthor {"Author"}
inlineconstexpr

◆ kKeyInfoLogicDate

std::string_view iv::logic::constants::kKeyInfoLogicDate {"Date"}
inlineconstexpr

◆ kKeyInfoLogicDescription

std::string_view iv::logic::constants::kKeyInfoLogicDescription {"Description"}
inlineconstexpr

◆ kKeyInfoLogicFile

std::string_view iv::logic::constants::kKeyInfoLogicFile {"File"}
inlineconstexpr

◆ kKeyInfoLogicName

std::string_view iv::logic::constants::kKeyInfoLogicName {"Name"}
inlineconstexpr

◆ kKeyInfoLogicTime

std::string_view iv::logic::constants::kKeyInfoLogicTime {"Time"}
inlineconstexpr

◆ kKeyInfoLogicUnit

std::string_view iv::logic::constants::kKeyInfoLogicUnit {"Unit"}
inlineconstexpr

◆ kKeyInfoLogicVersion

std::string_view iv::logic::constants::kKeyInfoLogicVersion {"Version"}
inlineconstexpr

◆ kKeySectionInfoLogic

std::string_view iv::logic::constants::kKeySectionInfoLogic {"Info"}
inlineconstexpr

◆ kStartingIntermediateMemory

uint32_t iv::logic::constants::kStartingIntermediateMemory {448}
inlineconstexpr

◆ kTxtFileSeparator

std::string_view iv::logic::constants::kTxtFileSeparator
inlineconstexpr
Initial value:
{"-----------------------------------------------------------------"
"----------------------------------------------------------"}

◆ kTxtFrontPadding

std::string_view iv::logic::constants::kTxtFrontPadding {"| "}
inlineconstexpr