1#ifndef IV_SRC_MODEL_ENUMS_HPP_
2#define IV_SRC_MODEL_ENUMS_HPP_
78 return "1280x1024 (5:4)";
80 return "1024x768 (4:3)";
82 return "1920x1080 (16:9)";
84 return "1920x1200 (16:10)";
eDeadManStatus
Definition enums.hpp:97
eVerificationStatus
Definition enums.hpp:90
eMimicAspectRatio
Definition enums.hpp:33
void getScreenLimitsFromResolution(eMimicAspectRatio aspectRatio, double *xMin, double *xMax, double *yMin, double *yMax)
Definition enums.hpp:40
std::string to_string(eMimicAspectRatio aspectRatio)
Definition enums.hpp:73
Definition DiamarModel.cpp:14
bool isTypeZoneRepeaterIntoAreaStation(iv::model::eShipArea areaStation, iv::model::eShipArea typeZoneRepeaters)
Definition enums.cpp:26
eTimeSyncFormat
Definition enums.hpp:23
eShipArea
Definition enums.hpp:11
bool isIntoAreaStation(iv::model::eShipArea areaStation, uint64_t typeZone)
Definition enums.cpp:10