Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
DiamarUseCases.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_DIAMAR_DIAMARUSECASES_HPP_
2#define IV_SRC_DIAMAR_DIAMARUSECASES_HPP_
3
4#include "core/types.hpp"
5
6#include <optional>
7
8namespace iv::diamar
9{
10
12{
13public:
14 DiamarUseCases() = delete;
15
16 static std::optional<iv::types::errorMessage> executeSoundOff();
17};
18
19}// namespace iv::diamar
20
21#endif//IV_SRC_DIAMAR_DIAMARUSECASES_HPP_
Definition DiamarUseCases.hpp:12
static std::optional< iv::types::errorMessage > executeSoundOff()
Definition DiamarUseCases.cpp:20
Definition DataLoggerManager.cpp:10