#include <SimulatedDevice.h>
Public Types | |
typedef boost::shared_ptr < SimulatedDeviceConfig > | Ptr |
Public Member Functions | |
std::string | getType () |
SimulatedDeviceConfig (std::string type) | |
virtual | ~SimulatedDeviceConfig () |
Public Attributes | |
std::string | name |
Private Attributes | |
std::string | type |
Definition at line 34 of file SimulatedDevice.h.
typedef boost::shared_ptr<SimulatedDeviceConfig> uwsim::SimulatedDeviceConfig::Ptr |
Definition at line 40 of file SimulatedDevice.h.
SimulatedDeviceConfig::SimulatedDeviceConfig | ( | std::string | type | ) |
Definition at line 150 of file SimulatedDevices.cpp.
virtual uwsim::SimulatedDeviceConfig::~SimulatedDeviceConfig | ( | ) | [inline, virtual] |
Definition at line 49 of file SimulatedDevice.h.
std::string uwsim::SimulatedDeviceConfig::getType | ( | ) | [inline] |
Definition at line 43 of file SimulatedDevice.h.
std::string uwsim::SimulatedDeviceConfig::name |
Definition at line 42 of file SimulatedDevice.h.
std::string uwsim::SimulatedDeviceConfig::type [private] |
Definition at line 37 of file SimulatedDevice.h.