F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
PingEntries.hpp
Go to the documentation of this file.
1 #ifndef FILEHANDLING_PINGENTRIES_HPP
2 #define FILEHANDLING_PINGENTRIES_HPP
3 
4 namespace PingEntries {
5 namespace FileHandling_fileDownlink {
6 enum { WARN = 3, FATAL = 5 };
7 }
8 namespace FileHandling_fileManager {
9 enum { WARN = 3, FATAL = 5 };
10 }
11 namespace FileHandling_fileUplink {
12 enum { WARN = 3, FATAL = 5 };
13 }
14 namespace FileHandling_prmDb {
15 enum { WARN = 3, FATAL = 5 };
16 }
17 } // namespace PingEntries
18 
19 #endif