1#ifndef IV_SRC_COMMS_REDUNDANCY_MESSAGES_REDUNDANCYMESSAGESOUNDOFF_HPP
2#define IV_SRC_COMMS_REDUNDANCY_MESSAGES_REDUNDANCYMESSAGESOUNDOFF_HPP
16 void serializeSpecific(std::shared_ptr<iv::streams::OutputStreamMemory> &stream)
const override;
eRedundancyMessageType
Definition enums.hpp:10
Definition AlarmsManager.cpp:18
Definition AbstractRedundancyMessage.hpp:16
Definition RedundancyMessageSound.hpp:11
RedundancyMessageSound()
Definition RedundancyMessageSound.hpp:14
bool sound
Definition RedundancyMessageSound.hpp:12
void serializeSpecific(std::shared_ptr< iv::streams::OutputStreamMemory > &stream) const override
Definition RedundancyMessageSound.cpp:26
static bool processSoundMessage(const std::shared_ptr< RedundancyMessageSound > &message)
Definition RedundancyMessageSound.cpp:10
void deserializeSpecific(std::shared_ptr< iv::streams::InputStreamMemory > &stream) override
Definition RedundancyMessageSound.cpp:30