CARMA C++
loggingUtils.h
1 #ifndef CARMA_ANTENNA_OVRO_LOGGINGUTILS_H
2 #define CARMA_ANTENNA_OVRO_LOGGINGUTILS_H
3 
4 #include <iosfwd>
5 
6 namespace carma {
7 namespace antenna {
8 
9 namespace common {
10 
11  class RxTypeInfo;
12 
13  void logInfoWithRxNdc( const carma::antenna::common::RxTypeInfo & info,
14  const ::std::string & msg );
15 
16 } // namespace common
17 } // namespace antenna
18 } // namespace carma
19 #endif
Maps and provides conversions between the various receiver type definitions from the monitor system...
Definition: RxTypeInfo.h:32