SatNOGS-COMMS  4.1.0
A COMMS subsystem for CubeSats
Loading...
Searching...
No Matches
etl_profile.h
Go to the documentation of this file.
1/*
2 * SatNOGS-COMMS control library
3 *
4 * Copyright (C) 2022, Libre Space Foundation <http://libre.space>
5 *
6 * This program is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 *
19 * SPDX-License-Identifier: GNU General Public License v3.0 or later
20 */
21
22#ifndef ETL_PROFILE_H
23#define ETL_PROFILE_H
24
25#define ETL_THROW_EXCEPTIONS
26#define ETL_LOG_ERRORS
27#define ETL_VERBOSE_ERRORS
28#define ETL_CHECK_PUSH_POP
29#define ETL_ISTRING_REPAIR_ENABLE
30#define ETL_IVECTOR_REPAIR_ENABLE
31#define ETL_IDEQUE_REPAIR_ENABLE
32#define ETL_IN_UNIT_TEST
33#define ETL_DEBUG_COUNT
34#define ETL_ARRAY_VIEW_IS_MUTABLE
35
36#define ETL_MESSAGE_TIMER_USE_ATOMIC_LOCK
37#define ETL_CALLBACK_TIMER_USE_ATOMIC_LOCK
38
39#define ETL_POLYMORPHIC_RANDOM
40
41#define ETL_POLYMORPHIC_BITSET
42#define ETL_POLYMORPHIC_DEQUE
43#define ETL_POLYMORPHIC_FLAT_MAP
44#define ETL_POLYMORPHIC_FLAT_MULTIMAP
45#define ETL_POLYMORPHIC_FLAT_SET
46#define ETL_POLYMORPHIC_FLAT_MULTISET
47#define ETL_POLYMORPHIC_FORWARD_LIST
48#define ETL_POLYMORPHIC_LIST
49#define ETL_POLYMORPHIC_MAP
50#define ETL_POLYMORPHIC_MULTIMAP
51#define ETL_POLYMORPHIC_SET
52#define ETL_POLYMORPHIC_MULTISET
53#define ETL_POLYMORPHIC_QUEUE
54#define ETL_POLYMORPHIC_STACK
55#define ETL_POLYMORPHIC_REFERENCE_FLAT_MAP
56#define ETL_POLYMORPHIC_REFERENCE_FLAT_MULTIMAP
57#define ETL_POLYMORPHIC_REFERENCE_FLAT_SET
58#define ETL_POLYMORPHIC_REFERENCE_FLAT_MULTISET
59#define ETL_POLYMORPHIC_UNORDERED_MAP
60#define ETL_POLYMORPHIC_UNORDERED_MULTIMAP
61#define ETL_POLYMORPHIC_UNORDERED_SET
62#define ETL_POLYMORPHIC_UNORDERED_MULTISET
63#define ETL_POLYMORPHIC_STRINGS
64#define ETL_POLYMORPHIC_POOL
65#define ETL_POLYMORPHIC_VECTOR
66#define ETL_POLYMORPHIC_INDIRECT_VECTOR
67
68#endif // ETL_PROFILE_H