Fabian van Hummel / SigInterpreter

Fork of PID by Aaron Berk

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SigInterpreter.h Source File

SigInterpreter.h

00001 #ifndef SIGINTERPRETER_H
00002 #define SIGINTERPRETER_H
00003 
00004 #include "initialize.h"
00005 
00006 class SigInterpreter {
00007 
00008 public:
00009 
00010     SigInterpreter();
00011     double readValue(int);
00012     double filter(float);
00013 
00014 private:
00015 
00016 };
00017 #endif /* SIGINTERPRETER_H */