Changeset 20686

Show
Ignore:
Timestamp:
08/10/07 21:35:42 (1 year ago)
Author:
patrick
Message:

Derive from a known gadget::InputMixer<S,T> instantiation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/drivers/noDNA/X-IST/X-IST.h

    r20356 r20686  
    3232#include <vector> 
    3333 
    34 #include <gadget/Type/Input.h> 
    35 #include <gadget/Type/Analog.h> 
    36 #include <gadget/Type/InputMixer.h> 
     34#include <gadget/Type/InputBaseTypes.h> 
    3735#include <drivers/noDNA/X-IST/X-ISTStandalone.h> 
    3836 
     
    4442 * Software interface to noDNA X-IST hardware. 
    4543 */ 
    46 class X_IST : public InputMixer<Input, Analog> 
     44class X_IST : public input_analog_t 
    4745{ 
    4846   int mGloveNumber;