F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
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 <FpConfig.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 constexpr const char *DP_FILENAME_FORMAT = "%s/Dp_%08" PRI_FwDpIdType "_%08" PRIu32 "_%08" PRIu32 ".fdp";
21 
22 #endif
constexpr const char * DP_FILENAME_FORMAT
Definition: DpCfg.hpp:20
#define PRI_FwDpIdType
Definition: FpConfig.h:103
C++-compatible configuration header for fprime configuration.