close Warning: Can't use blame annotator:
svn blame failed on trunk/tools/FlairGCS/src/ScopeVariableStep.h: 200029 - Couldn't perform atomic initialization

source: flair-src/trunk/tools/FlairGCS/src/ScopeVariableStep.h@ 9

Last change on this file since 9 was 9, checked in by Sanahuja Guillaume, 8 years ago

gcs

File size: 468 bytes
RevLine 
1#ifndef SCOPEVARIABLESTEP_H_INCLUDED
2#define SCOPEVARIABLESTEP_H_INCLUDED
3
4#include <Scope.h>
5
6class ScopeVariableStep: public Scope {
7 public:
8 ScopeVariableStep(QString title,float ymin, float ymax,float view_size_s=20,unsigned int refresh_rate_ms=40,unsigned int history_size=20000);
9 ~ScopeVariableStep();
10 void plot(double value,QTime time,unsigned int curve_index=0);
11
12 private:
13
14};
15
16
17#endif // SCOPEVARIABLESTEP_H_INCLUDED
Note: See TracBrowser for help on using the repository browser.