F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
version.hpp
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
#ifndef _VERSION_HPP_
6
#define _VERSION_HPP_
7
8
#include "
FpConfig.h
"
9
namespace
Project
{
10
11
struct
Version
{
12
static
const
char
*
const
FRAMEWORK_VERSION
;
13
static
const
char
*
const
PROJECT_VERSION
;
14
static
const
FwIndexType
LIBRARY_VERSIONS_COUNT
;
15
static
const
char
*
const
LIBRARY_VERSIONS
[];
16
};
17
18
}
// namespace Project
19
#endif
FpConfig.h
C-compatible configuration header for fprime configuration.
FwIndexType
PlatformIndexType FwIndexType
Definition:
FpConfig.h:25
Project
Definition:
version.cpp:7
Project::Version
Definition:
version.hpp:11
Project::Version::LIBRARY_VERSIONS
static const char *const LIBRARY_VERSIONS[]
Definition:
version.hpp:15
Project::Version::PROJECT_VERSION
static const char *const PROJECT_VERSION
Definition:
version.hpp:13
Project::Version::LIBRARY_VERSIONS_COUNT
static const FwIndexType LIBRARY_VERSIONS_COUNT
Definition:
version.hpp:14
Project::Version::FRAMEWORK_VERSION
static const char *const FRAMEWORK_VERSION
Definition:
version.hpp:12
versions
version.hpp
Generated by
1.9.1