~aleteoryx/muditaos

ref: f08acdcc78c366903aa55758b6eb8e79d8a2a61c muditaos/module-cellular/at/Constants.hpp -rw-r--r-- 509 bytes
f08acdcc — Adam Dobrowolski [EGD-6079] Moved at factory from header to cpp file 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once

#include <chrono>

namespace at
{
    constexpr std::chrono::milliseconds default_timeout{300};            /// if you've checked that it's ok
    constexpr std::chrono::milliseconds default_doc_timeout{5000};       /// if unsure - take this
    constexpr std::chrono::milliseconds default_long_doc_timeout{15000}; /// long timeout from docs
} // namespace at