Changeset 20309 for juggler/branches/2.2/modules/gadgeteer/drivers/Elexol
- 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/Elexol/Ether24/Ether24.h
r19729 r20309 31 31 #include <vector> 32 32 #include <vpr/Thread/Thread.h> 33 #include <gadget/Type/InputBaseTypes.h> 33 34 #include <gadget/Type/Input.h> 34 35 #include <gadget/Type/Digital.h> 35 #include <gadget/Type/InputMixer.h>36 36 #include <drivers/Elexol/Ether24/Ether24Standalone.h> 37 37 … … 44 44 */ 45 45 class Ether24 46 : public InputMixer<Input, Digital>46 : public input_digital_t 47 47 { 48 48 public:
