|
The Pedigree Project 0.1
|
#include <UsbHub.h>
Collaboration diagram for UsbHub::StartupActivity:Public Member Functions | |
| StartupActivity (UsbHub *hub) | |
| operator bool () const | |
| void | failed () |
| void | deviceReady () |
Private Member Functions | |
| StartupActivity (const StartupActivity &)=delete | |
| StartupActivity & | operator= (const StartupActivity &)=delete |
Private Attributes | |
| UsbHub * | m_Root |
| bool | m_Admitted |
| UsbStartup::Outcome | m_Outcome = UsbStartup::Outcome::Neutral |
Holds controller startup admission across enumeration or a driver probe.
|
explicit |
|
inlineexplicit |
|
private |