|
enum class | Protocol { Udp = 0
, Tcp = 1
} |
|
enum class | ScanPacketType { Distance = 0
, DistanceAndIntensity = 1
} |
|
enum class | AngularResolution {
ZeroToZeroPointTwoAtEightyHz = 0
, ZeroToZeroPointOneAtFourtyHz = 1
, ZeroToZeroPointZeroFiveAtTwentyHz = 2
, ZeroToZeroPointZeroTwoFiveAtTenHz = 3
,
ZeroToZeroSomethingAtFiftyHz = 4
} |
|
enum class | ScanningDirection { Clockwise = 0
, CounterClockwise = 1
} |
|
enum class | FilterStatus { Off = 0
, On = 1
} |
|
enum class | WindowCalibrationStatus { Processing = 0
, Done = 1
, Failed = 3
} |
|
enum class | DisplayPageIndex {
CustomLogoPage = 0
, OperatingStatus = 1
, WmsStatus = 2
, EthUsbConnectStatus = 3
,
NetworkInfo = 4
, BluethootConnection = 5
} |
|
enum class | PageDirection { Normal = 0
, UpsideDown = 1
} |
|
enum class | DisplayMode { Normal = 0
, On = 1
, Off = 2
} |
|
enum class | TransmissionStatus { Off = 0
, On = 1
} |
|
enum class | DisplayWakeUpRange {
ThreeHundred = 0
, FiveHundred = 1
, TenHundred = 2
, FifteenHundred = 3
,
TwentyHundred = 4
} |
|
enum class | DisplayWakeUpTime { TwoSec = 0
, ThreeSec = 1
, FiveSec = 2
, TenSec = 3
} |
|
enum class | ObjSizeEnum {
Twenty = 0
, Thirty = 1
, Fourty = 2
, Fifty = 3
,
Sixty = 4
, Seventy = 5
, Hundred = 6
, Hundred_fifty = 7
,
Three_hundred = 7
, Five_hundred = 8
} |
|
enum class | ZoneTypeEnum { Protection = 0
, Warning1 = 1
, Warning2 = 2
} |
|
enum class | ActiveLevelEnum { Low = 0
, High = 1
} |
|
enum class | FunctionEnum {
NotUsed = 0
, ProtectionFieldTrigger = 1
, WarningField1Trigger = 2
, WarningField2Trigger = 3
,
Error = 4
} |
|