11 #ifndef CARMA_TIPPER_TIPPERCONTROLIMPL_H
12 #define CARMA_TIPPER_TIPPERCONTROLIMPL_H
18 #include "carma/corba/corba.h"
21 #include "carma/util/Program.h"
23 #include "carma/util/ExceptionUtils.h"
26 #include "carma/util/Logger.h"
35 class TipperControlImpl
39 TipperControlImpl( TipperControlThread &tipperControlThread );
40 virtual ~TipperControlImpl();
45 log4cpp::Category &_logger;
46 TipperControlThread &_tipperControlThread;
47 ::std::string _portDevName;
53 ::std::ostream&
operator<<( ::std::ostream& os,
54 ::carma::tipper::TipperControlImpl& tControl );
56 #endif // CARMA_TIPPER_TIPPERCONTROLIMPL_H
std::ostream & operator<<(::std::ostream &os, const carma::dbms::Table &table)
Exception class for errors.
Interface file for the carma::util::Trace class and related macros.
This is the interface file for extra APIs for program logging.