F´ Flight Software - C/C++ Documentation  NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PolyDbImplCfg.hpp
Go to the documentation of this file.
1 /*
2  * PolyDbImplCfg.hpp
3  *
4  * Created on: Mar 13, 2015
5  * Author: tcanham
6  */
7 
8 #ifndef POLYDB_POLYDBIMPLCFG_HPP_
9 #define POLYDB_POLYDBIMPLCFG_HPP_
10 
11 namespace {
12 
13  enum {
14  POLYDB_NUM_DB_ENTRIES = 25
15  };
16 
17 }
18 
19 #endif /* POLYDB_POLYDBIMPLCFG_HPP_ */