#include "Component/ModelComponent.H"
#include "Component/ModelParam.H"
#include "Devices/Serial.H"
#include "Util/Types.H"
#include "rutz/shared_ptr.h"
#include <pthread.h>
#include <stdarg.h>
Go to the source code of this file.
Classes | |
class | BeoChipListener |
BeoChip event listener. More... | |
class | BeoChip |
BeoChip.H Interface to Brian Hudson's BeoChip device. More... | |
Enumerations | |
enum | BeoChipEventType { NONE = 0, PWM0 = 1, PWM1 = 2, KBD = 3, ADC0 = 4, ADC1 = 5, RESET = 6, ECHOREP = 7, INOVERFLOW = 8, SERIALERROR = 9, OUTOVERFLOW = 10 } |
BeoChip event types. More... |
Interface to Brian Hudson's BeoChip interface device.
Definition in file BeoChip.H.
enum BeoChipEventType |