13 #ifndef CARMA_BIMA_RXCLIENT_H
14 #define CARMA_BIMA_RXCLIENT_H
23 #include "carma/util/Logger.h"
28 #define RWSET(N,V) RCSET(_rxWriter,N,V)
36 class RxClient :
public SharedMemory
39 RxClient( Configuration& config );
42 Configuration& getConfig() {
return _config; }
47 std::auto_ptr< carma::util::IPQwriter<RxCommand> > _rxWriter;
50 Configuration& _config;
58 #endif // CARMA_BIMA_RXCLIENT_H
Exception class for errors.
Interface file for the carma::util::Trace class and related macros.
Class definition for SharedMemory on the BIMA antennas.
Class definition for RxCommand on the BIMA antennas.
Class definition for Stepper Motors for BIMA systems.