1#ifndef IV_SRC_UI_PANELS_DIAMARREPEATER_STRUCTS_HPP_
2#define IV_SRC_UI_PANELS_DIAMARREPEATER_STRUCTS_HPP_
28 std::string
date {
" - - - "};
eCallAllStatus
Definition enums.hpp:79
eWatchState
Definition enums.hpp:90
eIsNodeOnDuty
Definition enums.hpp:73
eAlarmState
Definition enums.hpp:20
eWatchCallPassButton
Definition defines.hpp:10
std::string stationId
Definition types.hpp:75
std::string channelId
Definition types.hpp:66
std::string groupId
Definition types.hpp:70
uint32_t color
Definition types.hpp:12
std::string repeaterId
Definition types.hpp:79
eLanguage
Definition enums.hpp:37
Definition structs.hpp:25
std::string date
Definition structs.hpp:28
std::string description
Definition structs.hpp:30
bool operator==(const AlarmEvent &) const =default
std::string alarmIcon
Definition structs.hpp:29
iv::types::channelId tag
Definition structs.hpp:26
std::string valueStr
Definition structs.hpp:33
std::string message
Definition structs.hpp:31
iv::types::color alarmColor
Definition structs.hpp:35
Definition structs.hpp:50
bool operator==(const CabinRepeater &) const =default
bool canBeSelected
Definition structs.hpp:54
std::string name
Definition structs.hpp:52
bool displayCanNotBeSelectedVisualFeedback
Definition structs.hpp:55
iv::alarms::eIsNodeOnDuty state
Definition structs.hpp:53
iv::types::repeaterId id
Definition structs.hpp:51
Definition structs.hpp:61
iv::alarms::eCallAllStatus status
Definition structs.hpp:63
bool canBeCalled
Definition structs.hpp:64
bool operator==(const CallAllInfo &) const =default
std::string strStatus
Definition structs.hpp:62
Definition structs.hpp:14
std::optional< iv::types::errorMessage > errorMessage
Definition structs.hpp:17
std::optional< iv::types::errorMessage > errorSolutionMessage
Definition structs.hpp:18
bool operator==(const CommConnectionError &) const =default
std::optional< iv::types::errorMessage > errorTitle
Definition structs.hpp:16
bool hasError
Definition structs.hpp:15
bool soundOffEnabled
Definition structs.hpp:19
Definition structs.hpp:41
std::string groupName
Definition structs.hpp:43
iv::types::groupId groupId
Definition structs.hpp:42
bool operator==(const GroupStateInfo &) const =default
iv::alarms::eAlarmState state
Definition structs.hpp:44
Definition structs.hpp:70
bool operator==(const WatchCallPassInfo &) const =default
bool canBePassed
Definition structs.hpp:74
std::string text
Definition structs.hpp:72
iv::alarms::eWatchState state
Definition structs.hpp:73
eWatchCallPassButton button
Definition structs.hpp:71