|
enum class | eDBBlockParamType {
Input = 1
, Output = 2
, Byte = 3
, Word = 4
,
Type = 5
, SubType = 6
, Float = 7
, String6 = 10
,
InputSerial = 11
, OutputSerial = 12
, Without = 0
} |
|
enum class | eLogicsElementType {
Background = 1
, Component
, Connection
, ConnectionPoint
,
Text
, Rectangle
, Without
} |
|
enum class | eGeneralType {
BasicBlock = 1
, Library
, Others
, UI
,
Without
, First = BasicBlock
, Last = Others
} |
|
enum class | eOthers {
Channel = 1
, LibraryIO
, Constant
, BroadCastChannel
,
Label
, LibraryIn
, LibraryOut
, Without
,
First = Channel
, Last = Label
} |
|
enum class | eConstantLogicState { NotConnected
, Init
, Zero
, One
} |
|
enum class | eBroadCastChannelType { BroadCastNewAlarm = 0
, BroadCastSoundOff = 1
, BroadCastAck = 2
, BroadCastDeadMan = 3
} |
|
enum class | eLibraryIOType { Input
, Output
, Without
} |
|