F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Functions
c
d
e
f
g
i
m
p
r
s
t
v
w
Variables
b
c
d
f
l
m
o
p
s
t
z
Typedefs
a
b
c
d
e
f
g
h
l
p
s
t
u
Enumerations
c
f
o
p
s
Enumerator
a
b
c
e
f
h
i
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
a
c
e
i
p
s
t
u
Enumerations
b
c
d
g
h
i
l
m
o
p
s
t
u
w
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
a
b
c
d
e
f
g
h
l
o
p
r
s
t
u
v
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
l
m
p
q
r
s
t
u
v
Functions
c
i
m
s
u
Variables
Typedefs
b
c
d
f
i
m
q
r
s
t
u
Enumerations
Enumerator
a
b
c
d
f
g
h
p
r
s
t
Macros
_
a
c
d
f
h
l
m
p
r
s
u
v
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
DpCfg.hpp
Go to the documentation of this file.
1
// ======================================================================
2
// \title DpCfg.hpp
3
// \author bocchino
4
// \brief hpp file for data product configuration
5
//
6
// \copyright
7
// Copyright 2024, by the California Institute of Technology.
8
// ALL RIGHTS RESERVED. United States Government Sponsorship
9
// acknowledged.
10
//
11
// ======================================================================
12
13
#ifndef DPCFG_HPP
14
#define DPCFG_HPP
15
16
#include <
Fw/FPrimeBasicTypes.hpp
>
17
18
// The format string for a file name
19
// The format arguments are base directory, container ID, time seconds, and time microseconds
20
#define DP_EXT ".fdp"
21
constexpr
const
char
*
DP_FILENAME_FORMAT
=
"%s/Dp_%08"
PRI_FwDpIdType
"_%08"
PRIu32
"_%08"
PRIu32
DP_EXT
;
22
23
#endif
FPrimeBasicTypes.hpp
DP_FILENAME_FORMAT
constexpr const char * DP_FILENAME_FORMAT
Definition:
DpCfg.hpp:21
PRI_FwDpIdType
#define PRI_FwDpIdType
Definition:
FwDpIdTypeAliasAc.h:15
DP_EXT
#define DP_EXT
Definition:
DpCfg.hpp:20
default
config
DpCfg.hpp
Generated by
1.8.14