gloveStatus.h
Go to the documentation of this file.
00001 
00018 #ifndef GLOVESTATUS_H
00019 #define GLOVESTATUS_H
00020 
00021 /* system includes */
00022 
00023 /* my includes */
00024 #include "gloveTypes.h"
00025 
00026 
00035 class gloveStatus {
00036  public:
00037   gloveStatus();
00038   ~gloveStatus();
00039 
00040   uchar_t getSensorSize();
00041   void setSensorSize(uchar_t n);
00042   
00043   void setGloveStatusByte(bool activate);
00044   bool isGloveStatusByte();
00045 
00046   void setTimeStamp(bool activate);  
00047   bool isTimeStamp();
00048   
00049   void setParameterFlags(parameterFlags_t flg);
00050 
00051   
00052 private:
00053   uchar_t sensorSize;
00054   parameterFlags_t flags;
00055   
00056 };
00057 
00058 
00059 #endif /* GLOVESTATUS_H */


asr_cyberglove_lib
Author(s): Heller Florian, Meißner Pascal, Nguyen Trung, Yi Xie
autogenerated on Thu Jun 6 2019 22:02:33