#include <DeviceSubsystem.hpp>
Public Member Functions | |
DeviceSubsystem (USBDevice &parent) | |
virtual | ~DeviceSubsystem () |
virtual std::ostream & | print (std::ostream &out)=0 |
int | getDeviceIndex () const |
Protected Attributes | |
USBDevice * | parent |
AIOUSB::DeviceSubsystem::DeviceSubsystem | ( | USBDevice & | parent | ) |
AIOUSB::DeviceSubsystem::~DeviceSubsystem | ( | ) | [virtual] |
virtual std::ostream& AIOUSB::DeviceSubsystem::print | ( | std::ostream & | out | ) | [pure virtual] |
int AIOUSB::DeviceSubsystem::getDeviceIndex | ( | ) | const |
USBDevice* AIOUSB::DeviceSubsystem::parent [protected] |