Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
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) |
|
strong |
|
strong |
|
strong |
void iv::model::extractNumbersFromVersion | ( | const std::string & | cadena, |
uint32_t & | major, | ||
uint32_t & | minor, | ||
uint32_t & | patch ) |
bool iv::model::isIntoAreaStation | ( | iv::model::eShipArea | areaStation, |
uint64_t | typeZone ) |
bool iv::model::isTypeZoneRepeaterIntoAreaStation | ( | iv::model::eShipArea | areaStation, |
iv::model::eShipArea | typeZoneRepeaters ) |
std::string iv::model::prvGetVersion | ( | const std::vector< Changes::Change > & | changes | ) |