F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
version.cpp
Go to the documentation of this file.
1 /*
2  This file has been autogenerated using [generate_version_info.py].
3  This file may be overwritten.
4 */
5 #include "version.hpp"
6 
7 namespace Project {
8 
9  const char* const Version::FRAMEWORK_VERSION = "v3.4.3-394-g5536b7e32";
10  const char* const Version::PROJECT_VERSION = "v3.4.3-394-g5536b7e32";
12  const char* const Version::LIBRARY_VERSIONS[] = {
13  nullptr
14  };
15 } // namespace Project
PlatformIndexType FwIndexType
Definition: FpConfig.h:20
static const char *const LIBRARY_VERSIONS[]
Definition: version.hpp:15
static const char *const PROJECT_VERSION
Definition: version.hpp:13
static const FwIndexType LIBRARY_VERSIONS_COUNT
Definition: version.hpp:14
static const char *const FRAMEWORK_VERSION
Definition: version.hpp:12