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