Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp File Reference
#include <cstdint>
#include <string>
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::model
 
namespace  iv::model::diamar
 

Enumerations

enum class  iv::model::eShipArea { iv::model::Accommodation = 0x4 , iv::model::Bridge = 0x1 , iv::model::Ecr = 0x0 , iv::model::Cargo = 0x9 }
 
enum class  iv::model::eTimeSyncFormat { iv::model::posixTime , iv::model::RMCLike , iv::model::ZDALike }
 
enum class  iv::model::diamar::eMimicAspectRatio { iv::model::diamar::FiveByFour , iv::model::diamar::FourByThree , iv::model::diamar::SixteenByNine , iv::model::diamar::SixteenByTen }
 
enum class  iv::model::diamar::eVerificationStatus { iv::model::diamar::NotVerified , iv::model::diamar::Verifying , iv::model::diamar::Verified }
 
enum class  iv::model::diamar::eDeadManStatus { iv::model::diamar::On , iv::model::diamar::Off , iv::model::diamar::Warning , iv::model::diamar::Alarm }
 

Functions

bool iv::model::isIntoAreaStation (iv::model::eShipArea areaStation, uint64_t typeZone)
 
bool iv::model::isTypeZoneRepeaterIntoAreaStation (iv::model::eShipArea areaStation, iv::model::eShipArea typeZoneRepeaters)
 
void iv::model::diamar::getScreenLimitsFromResolution (eMimicAspectRatio aspectRatio, double *xMin, double *xMax, double *yMin, double *yMax)
 
std::string iv::model::diamar::to_string (eMimicAspectRatio aspectRatio)