Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
constants.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_MODEL_PMS_CONSTANTS_HPP_
2#define IV_SRC_MODEL_PMS_CONSTANTS_HPP_
3
4#include "core/types.hpp"
5#include <cstdint>
6
8{
9
10static constexpr uint16_t timesTheCmdActionIsSent {5};
14
15}// namespace iv::model::pms::constants
16
17#endif//IV_SRC_MODEL_PMS_CONSTANTS_HPP_
Definition constants.hpp:8
static constexpr iv::types::milliseconds timeBetweenSendCommands
Definition constants.hpp:11
static constexpr iv::types::milliseconds timeBetweenFeedbackChecks
Definition constants.hpp:12
static constexpr uint16_t timesTheCmdActionIsSent
Definition constants.hpp:10
static constexpr iv::types::milliseconds timeBetweenActions
Definition constants.hpp:13
uint64_t milliseconds
Definition types.hpp:22