Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::drivers::DriverSelectorEventHandler Class Reference

Event handler for the DriverSelector class, handles the event when a driver is selected. More...

#include <driver.h>

Inheritance diagram for MaxOS::drivers::DriverSelectorEventHandler:
MaxOS::drivers::DriverManager

Public Member Functions

virtual void on_driver_selected (Driver *)
 This function is called when a driver is selected.
 

Detailed Description

Event handler for the DriverSelector class, handles the event when a driver is selected.

Definition at line 47 of file driver.h.

Member Function Documentation

◆ on_driver_selected()

void DriverSelectorEventHandler::on_driver_selected ( Driver driver)
virtual

This function is called when a driver is selected.

Parameters
driverThe driver that was selected

Reimplemented in MaxOS::drivers::DriverManager.

Definition at line 79 of file driver.cpp.

79 {
80}

The documentation for this class was generated from the following files: