Sen API
Sen Libraries
Toggle main menu visibility
Loading...
Searching...
No Matches
db/src/constants.h
Go to the documentation of this file.
1
// === constants.h =====================================================================================================
2
// Sen Infrastructure
3
// Released under the Apache License v2.0 (SPDX-License-Identifier Apache-2.0).
4
// See the LICENSE.txt file for more information.
5
// © Airbus SAS, Airbus Helicopters, and Airbus Defence and Space SAU/GmbH/SAS.
6
// =====================================================================================================================
7
8
// std
9
#include <cstdint>
10
#include <string_view>
11
12
namespace
sen::db
13
{
14
15
constexpr
uint32_t
keyframeIndexId
= 0U;
16
constexpr
uint32_t
beginMagic
= 0xcafebabeU;
17
18
constexpr
std::string_view
runtimeFileName
=
"runtime"
;
19
constexpr
std::string_view
typesFileName
=
"types"
;
20
constexpr
std::string_view
indexesFileName
=
"indexes"
;
21
constexpr
std::string_view
annotationsFileName
=
"annotations"
;
22
constexpr
std::string_view
summaryFileName
=
"summary"
;
23
24
}
// namespace sen::db
sen::db
Definition
type_specs.h:19
sen::db::summaryFileName
constexpr std::string_view summaryFileName
Definition
db/src/constants.h:22
sen::db::indexesFileName
constexpr std::string_view indexesFileName
Definition
db/src/constants.h:20
sen::db::keyframeIndexId
constexpr uint32_t keyframeIndexId
Definition
db/src/constants.h:15
sen::db::typesFileName
constexpr std::string_view typesFileName
Definition
db/src/constants.h:19
sen::db::annotationsFileName
constexpr std::string_view annotationsFileName
Definition
db/src/constants.h:21
sen::db::beginMagic
constexpr uint32_t beginMagic
Definition
db/src/constants.h:16
sen::db::runtimeFileName
constexpr std::string_view runtimeFileName
Definition
db/src/constants.h:18
libs
db
src
constants.h
Generated by
1.17.0