verbosity.hpp
Go to the documentation of this file.
1 
6 /*****************************************************************************
7 ** Ifdefs
8 *****************************************************************************/
9 
10 #ifndef mm_messages_VERBOSITY_HPP_
11 #define mm_messages_VERBOSITY_HPP_
12 
13 /*****************************************************************************
14 ** Macros
15 *****************************************************************************/
16 
17 // Used to print new packet type registrations to stdout as libraries get loaded
18 // #define MM_DEBUG_REGISTRY
19 
20 /*****************************************************************************
21 ** Includes
22 *****************************************************************************/
23 
24 /*****************************************************************************
25 ** Namespaces
26 *****************************************************************************/
27 
28 namespace mm_messages {
29 
30 /*****************************************************************************
31 ** Interfaces
32 *****************************************************************************/
33 
34 struct Verbosity {
35  enum Level {
37  LOW, // just show packet statistics
38  HIGH // show raw bytes of incoming packets
39  };
40 };
41 
42 } // namespace mm_messages
43 
44 #endif /* mm_messages_VERBOSITY_HPP_ */


mm_messages
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:52:10