Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::model Namespace Reference

Namespaces

namespace  comms
 
namespace  control
 
namespace  diamar
 
namespace  editDiamar
 
namespace  Mimic
 
namespace  pms
 

Classes

struct  Changes
 
struct  CloudSettings
 
struct  DeadManSettings
 
struct  EntryRegister
 
class  GroupMenuModel
 
class  IModel
 
class  ItemModel
 
struct  LocalizedText
 
struct  LoginLockout
 
struct  PasswordLifecycle
 
struct  PasswordRequirements
 
struct  PosixTimeFormat
 
struct  ProjectInfo
 
struct  Revisions
 
struct  RMCLikeFormat
 
struct  ShipInfo
 
struct  TimeSyncSettings
 
struct  ZDALikeFormat
 

Enumerations

enum  eChangeType { Major , Minor , Patch , Runtime }
 
enum class  Type { Action , Dropdown }
 
enum class  eShipArea { Accommodation = 0x4 , Bridge = 0x1 , Ecr = 0x0 , Cargo = 0x9 }
 
enum class  eTimeSyncFormat { posixTime , RMCLike , ZDALike }
 

Functions

std::string prvGetVersion (const std::vector< Changes::Change > &changes)
 
void extractNumbersFromVersion (const std::string &cadena, uint32_t &major, uint32_t &minor, uint32_t &patch)
 
bool isIntoAreaStation (iv::model::eShipArea areaStation, uint64_t typeZone)
 
bool isTypeZoneRepeaterIntoAreaStation (iv::model::eShipArea areaStation, iv::model::eShipArea typeZoneRepeaters)
 

Enumeration Type Documentation

◆ eChangeType

Enumerator
Major 
Minor 
Patch 
Runtime 

◆ eShipArea

enum class iv::model::eShipArea
strong
Enumerator
Accommodation 
Bridge 
Ecr 
Cargo 

◆ eTimeSyncFormat

enum class iv::model::eTimeSyncFormat
strong
Enumerator
posixTime 
RMCLike 
ZDALike 

◆ Type

enum class iv::model::Type
strong
Enumerator
Action 
Dropdown 

Function Documentation

◆ extractNumbersFromVersion()

void iv::model::extractNumbersFromVersion ( const std::string & cadena,
uint32_t & major,
uint32_t & minor,
uint32_t & patch )

◆ isIntoAreaStation()

bool iv::model::isIntoAreaStation ( iv::model::eShipArea areaStation,
uint64_t typeZone )

◆ isTypeZoneRepeaterIntoAreaStation()

bool iv::model::isTypeZoneRepeaterIntoAreaStation ( iv::model::eShipArea areaStation,
iv::model::eShipArea typeZoneRepeaters )

◆ prvGetVersion()

std::string iv::model::prvGetVersion ( const std::vector< Changes::Change > & changes)