- Timestamp:
- 06/15/07 16:13:43 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/gadgeteer/drivers/Immersion/IBox/IBox.h
r19729 r20309 30 30 #include <gadget/Devices/DriverConfig.h> 31 31 #include <vector> 32 #include <gadget/Type/InputBaseTypes.h> 32 33 #include <gadget/Type/Input.h> 33 34 #include <gadget/Type/Digital.h> 34 35 #include <gadget/Type/Analog.h> 35 #include <gadget/Type/InputMixer.h>36 36 #include <drivers/Immersion/IBox/IBoxStandalone.h> 37 37 … … 45 45 * therefore must inherit from both Digital and Analog. 46 46 */ 47 class IBox : public InputMixer<InputMixer<Input,Digital>,Analog> 47 class IBox 48 : public input_digital_analog_t 48 49 { 49 50 public:
