CARMA C++
|
Declaration of carma::canbus::Device class. More...
#include <vector>
#include <map>
#include <string>
#include "carma/canbus/CanOutput.h"
#include "carma/canbus/Message.h"
#include "carma/canbus/Types.h"
Go to the source code of this file.
Classes | |
class | carma::canbus::Device |
Abstract base class for all CAN Bus devices. More... | |
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
carma::canbus | |
This namespace contains all canbus library related code. | |
Typedefs | |
typedef ::std::map < ::carma::canbus::msgType,::std::string > | carma::canbus::MsgIdInfoMap |
Alias for an ::std::map containing a string description of a message id, keyed by the described carma::canbus::msgType message id. More... | |
Declaration of carma::canbus::Device class.
Definition in file Device.h.