Public Member Functions

VirtualBiosKeyboard Class Reference

Virtual Bios keyboard routines. More...

Inheritance diagram for VirtualBiosKeyboard:
StaticReceiver< VirtualBiosKeyboard > BiosCommon Device DiscoveryHelper< BiosCommon >

List of all members.

Public Member Functions

bool receive (MessageInput &msg)
 Handle messages from the keyboard host driver.
bool receive (MessageHostOp &msg)
 Answer HostRequests from DummyHostDevices.
bool receive (MessageIOIn &msg)
 Forward IO messages to the device models and vice-versa.
bool receive (MessageIOOut &msg)
bool receive (MessageBios &msg)
bool receive (MessageDiscovery &msg)
 VirtualBiosKeyboard (Motherboard &mb)

Detailed Description

Virtual Bios keyboard routines.

Copyright (C) 2009-2010, Bernhard Kauer <bk@vmmon.org> Economic rights: Technische Universitaet Dresden (Germany)

This file is part of Vancouver.

Vancouver is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Vancouver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details. Virtual Bios keyboard routines. Features: keybuffer Missing: shift state in bda.


Constructor & Destructor Documentation

VirtualBiosKeyboard::VirtualBiosKeyboard ( Motherboard mb  )  [inline]

Member Function Documentation

bool VirtualBiosKeyboard::receive ( MessageInput msg  )  [inline]

Handle messages from the keyboard host driver.

bool VirtualBiosKeyboard::receive ( MessageDiscovery msg  )  [inline]
bool VirtualBiosKeyboard::receive ( MessageBios msg  )  [inline]
bool VirtualBiosKeyboard::receive ( MessageIOOut msg  )  [inline]
bool VirtualBiosKeyboard::receive ( MessageIOIn msg  )  [inline]

Forward IO messages to the device models and vice-versa.

bool VirtualBiosKeyboard::receive ( MessageHostOp msg  )  [inline]

Answer HostRequests from DummyHostDevices.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines