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

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

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

gcs

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