~aleteoryx/muditaos

ref: f08acdcc78c366903aa55758b6eb8e79d8a2a61c muditaos/module-cellular/at/ATFactory.hpp -rw-r--r-- 286 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 "Commands.hpp"
#include <at/Cmd.hpp>

namespace at
{
    struct Cmd;
    auto factory(AT at) -> const Cmd &;
} // namespace at