AIOUSB::DeviceSubsystem Class Reference

#include <DeviceSubsystem.hpp>

Inheritance diagram for AIOUSB::DeviceSubsystem:

Inheritance graph
[legend]
Collaboration diagram for AIOUSB::DeviceSubsystem:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual std::ostream & print (std::ostream &out)=0
USBDevicegetParent ()

Protected Member Functions

 DeviceSubsystem (USBDevice &parent)
virtual ~DeviceSubsystem ()
int getDeviceIndex () const

Protected Attributes

USBDeviceparent


Detailed Description

Class DeviceSubsystem is the abstract super class for all device subsystems.

Constructor & Destructor Documentation

AIOUSB::DeviceSubsystem::DeviceSubsystem ( USBDevice parent  )  [protected]

AIOUSB::DeviceSubsystem::~DeviceSubsystem (  )  [protected, virtual]


Member Function Documentation

int AIOUSB::DeviceSubsystem::getDeviceIndex (  )  const [protected]

USBDevice& AIOUSB::DeviceSubsystem::getParent (  )  [inline]

Gets the parent device that this subsystem is part of.

Returns:
The parent device that this subsystem is part of.

virtual std::ostream& AIOUSB::DeviceSubsystem::print ( std::ostream &  out  )  [pure virtual]


Member Data Documentation


doxygen