16 #ifndef ACSDKNOTIFICATIONS_INDICATORSTATE_H_ 17 #define ACSDKNOTIFICATIONS_INDICATORSTATE_H_ 22 namespace acsdkNotifications {
39 return static_cast<int>(state);
65 stream <<
"UNDEFINED";
68 return stream <<
"UNKNOWN STATE";
74 #endif // ACSDKNOTIFICATIONS_INDICATORSTATE_H_ const IndicatorState intToIndicatorState(int stateNum)
Definition: IndicatorState.h:49
IndicatorState
Definition: IndicatorState.h:30
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
std::ostream & operator<<(std::ostream &stream, IndicatorState state)
Definition: IndicatorState.h:56
int indicatorStateToInt(IndicatorState state)
Definition: IndicatorState.h:38