Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
WatchcallNTMessageSoundOffCommand.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_COMMS_WATCHCALLNT_MESSAGES_WATCHCALLNTMESSAGESOUNDOFFCOMMAND_HPP_
2#define IV_SRC_COMMS_WATCHCALLNT_MESSAGES_WATCHCALLNTMESSAGESOUNDOFFCOMMAND_HPP_
3
7{
9{
12
13 void serializeSpecific(std::shared_ptr<iv::streams::OutputStreamMemory> &stream) const override;
14 void deserializeSpecific(std::shared_ptr<iv::streams::InputStreamMemory> &stream) override;
15
17 static bool processSoundOffCommandMessage(const std::shared_ptr<WatchcallNTMessageSoundOffCommand> &message,
18 const std::weak_ptr<iv::diamar::AppFailuresLoggerManager> &appFailures,
19 iv::types::networkId &networkId);
20};
21}// namespace iv::comms::watchcallNT
22#endif//IV_SRC_COMMS_WATCHCALLNT_MESSAGES_WATCHCALLNTMESSAGESOUNDOFFCOMMAND_HPP_
Definition enums.hpp:5
eWatchcallNTMessageType
Definition enums.hpp:7
uint64_t timestamp
Definition types.hpp:21
std::string networkId
Definition types.hpp:43
Definition AbstractWatchcallNTMessage.hpp:15
Definition WatchcallNTMessageSoundOffCommand.hpp:9
static bool processSoundOffCommandMessage(const std::shared_ptr< WatchcallNTMessageSoundOffCommand > &message, const std::weak_ptr< iv::diamar::AppFailuresLoggerManager > &appFailures, iv::types::networkId &networkId)
Definition WatchcallNTMessageSoundOffCommand.cpp:17
void serializeSpecific(std::shared_ptr< iv::streams::OutputStreamMemory > &stream) const override
Definition WatchcallNTMessageSoundOffCommand.cpp:6
iv::types::timestamp soundOffBaseTime
Definition WatchcallNTMessageSoundOffCommand.hpp:16
WatchcallNTMessageSoundOffCommand()
Definition WatchcallNTMessageSoundOffCommand.hpp:10
void deserializeSpecific(std::shared_ptr< iv::streams::InputStreamMemory > &stream) override
Definition WatchcallNTMessageSoundOffCommand.cpp:12