Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp File Reference
#include "alarms/enums.hpp"
#include "core/color.hpp"
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::channels
 

Enumerations

enum class  iv::channels::eInhibitionCondition { iv::channels::Close , iv::channels::Open }
 
enum class  iv::channels::eAnalogSensorType {
  iv::channels::Voltage = 0 , iv::channels::PT100 = 1 , iv::channels::Current = 2 , iv::channels::Calculated = 6 ,
  iv::channels::Time = 19 , iv::channels::ActiveIntensity = 24 , iv::channels::PassiveIntensity = 25 , iv::channels::ThermocoupleTypeB = 14 ,
  iv::channels::ThermocoupleTypeC = 18 , iv::channels::ThermocoupleTypeD = 20 , iv::channels::ThermocoupleTypeE = 16 , iv::channels::ThermocoupleTypeG = 17 ,
  iv::channels::ThermocoupleTypeJ = 10 , iv::channels::ThermocoupleTypeK = 9 , iv::channels::ThermocoupleTypeN = 15 , iv::channels::ThermocoupleTypeR = 12 ,
  iv::channels::ThermocoupleTypeS = 13 , iv::channels::ThermocoupleTypeT = 11 , iv::channels::InternalCompensationPT = 7 , iv::channels::ExternalCompensationPT = 8 ,
  iv::channels::rE = 3 , iv::channels::Lazo = 4 , iv::channels::NiquelCromoNiquel = 5 , iv::channels::RTD3Wires = 21 ,
  iv::channels::RTD4Wires = 22 , iv::channels::Potentiometer10K = 23 , iv::channels::TimeUtc = 31
}
 
enum class  iv::channels::eChannelArea { iv::channels::All = 0x0 , iv::channels::Bridge = 0x2 , iv::channels::Cargo = 0x4 , iv::channels::Ecr = 0x1 }
 
enum class  iv::channels::eChannelBaseType {
  iv::channels::VirtualAnalog , iv::channels::VirtualDigital , iv::channels::VirtualString , iv::channels::WiredAnalog ,
  iv::channels::WiredDigital
}
 
enum class  iv::channels::eChannelSpecificType {
  iv::channels::DigitalInput , iv::channels::DigitalOutput , iv::channels::AnalogInput , iv::channels::AnalogOutput ,
  iv::channels::AnalogSoftware , iv::channels::DigitalSoftware , iv::channels::VirtualString , iv::channels::Command ,
  iv::channels::BroadcastCommand , iv::channels::Software , iv::channels::AnalogTimer , iv::channels::SerialDigitalInput ,
  iv::channels::SerialDigitalOutput , iv::channels::SerialLineCommand , iv::channels::SerialAnalogInput , iv::channels::SerialAnalogOutput
}
 
enum class  iv::channels::eDigitalValue { iv::channels::Close , iv::channels::Open }
 

Functions

eChannelBaseType iv::channels::toBaseType (eChannelSpecificType specificType)