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_UI_PANELS_EDITOR_CONTROL_CONSTANTS_HPP_
2#define IV_SRC_UI_PANELS_EDITOR_CONTROL_CONSTANTS_HPP_
3
4#include <cstdint>
5
7{
8
9static constexpr uint16_t maxValveOrderCharacters {3};
10static constexpr uint16_t maxDamperOrderCharacters {3};
11static constexpr uint16_t maxDamperDescriptionCharacters {13};
12
13}// namespace iv::panels::control::constants
14
15#endif//IV_SRC_UI_PANELS_EDITOR_CONTROL_CONSTANTS_HPP_
Definition constants.hpp:7
static constexpr uint16_t maxDamperOrderCharacters
Definition constants.hpp:10
static constexpr uint16_t maxDamperDescriptionCharacters
Definition constants.hpp:11
static constexpr uint16_t maxValveOrderCharacters
Definition constants.hpp:9