F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
PrmDb.hpp
Go to the documentation of this file.
1 // ======================================================================
2 // PrmDb.hpp
3 // Standardization header for PrmDb
4 // ======================================================================
5 
6 #ifndef Svc_PrmDb_HPP
7 #define Svc_PrmDb_HPP
8 
10 
11 namespace Svc {
12 
13  typedef PrmDbImpl PrmDb;
14 
15 }
16 
17 #endif
Component for managing parameters.
Component class for managing parameters.
Definition: PrmDbImpl.hpp:30
PrmDbImpl PrmDb
Definition: PrmDb.hpp:13