Public Member Functions

PS2Keyboard Class Reference

PS2keyboard emulation. More...

Inheritance diagram for PS2Keyboard:
StaticReceiver< PS2Keyboard > Device

List of all members.

Public Member Functions

bool receive (MessageInput &msg)
bool receive (MessagePS2 &msg)
bool receive (MessageLegacy &msg)
 PS2Keyboard (DBus< MessagePS2 > &bus_ps2, unsigned ps2port, unsigned hostkeyboard)

Detailed Description

PS2keyboard emulation.

Copyright (C) 2007-2009, 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. A PS2 keyboard gets characters on the hostbus as input and outputs scancodes on the ps2 bus.

State: stable Features: scancodeset 1,2,3, keyboard commands, breakcode Missing: typematic keys Documentation: PS2 hitrc chapter 11


Constructor & Destructor Documentation

PS2Keyboard::PS2Keyboard ( DBus< MessagePS2 > &  bus_ps2,
unsigned  ps2port,
unsigned  hostkeyboard 
) [inline]

Member Function Documentation

bool PS2Keyboard::receive ( MessageInput msg  )  [inline]
bool PS2Keyboard::receive ( MessageLegacy msg  )  [inline]
bool PS2Keyboard::receive ( MessagePS2 msg  )  [inline]

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