CARMA C++
CorrDefs.h
1 #ifndef CARMA_CONTROL_CORRDEFS_H
2 #define CARMA_CONTROL_CORRDEFS_H
3 
4 #include "carma/control/CorrelatorInfo.h"
5 
6 typedef carma::util::CorrelatorType ControlCorrelatorDesignation;
7 
8 #endif
9