F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
PolyDb.hpp
Go to the documentation of this file.
1 // ======================================================================
2 // PolyDb.hpp
3 // Standardization header for PolyDb
4 // ======================================================================
5 
6 #ifndef Svc_PolyDb_HPP
7 #define Svc_PolyDb_HPP
8 
10 
11 namespace Svc {
12 
13  typedef PolyDbImpl PolyDb;
14 
15 }
16 
17 #endif
PolyDb is a database for storing telemetry for internal software use.
PolyDb Component Class.
Definition: PolyDbImpl.hpp:31
PolyDbImpl PolyDb
Definition: PolyDb.hpp:13