~vbursian/research-assistant/trunk

« back to all changes in this revision

Viewing changes to RAPlugins/NIDAQmxDrivers/P138Magnet.h

  • Committer: Viktor Bursian
  • Date: 2020-07-16 22:38:41 UTC
  • mfrom: (9.25.2 DIST) (9.16.21 VB)
  • Revision ID: vik@pryanik-20200716223841-0gp0sf6m5imdjtb3
Tags: version_1.5.0
releasing version 1.5.0, closing v.1.4 development

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    psState                   State_W_CreateTask;
37
37
    psState                   State_O_M_Pausing;
38
38
    psState                   State_O_SettingTo;
39
 
    psState                   State_O_SettingTo_MeasureValue;
40
39
    psState                   State_O_SettingTo_CheckValue;
41
40
    psState                   State_O_SettingTo_ChangeValue;
42
41
 
63
62
 
64
63
  protected: //fields
65
64
    sPhysValue                MagnetCoeff;
66
 
    sPhysRange                MeasuringRange;
67
 
    sPhysRange                OutputRange;
 
65
    sPhysValue                MaxInput;
 
66
    sPhysValue                MaxOutput;
68
67
    sPhysValue                MeasuringTime;
69
68
    sPhysValue                Tolerance;
70
 
    sPhysValue                MaxField;
71
69
 
72
70
  private slots:
73
71
    void                      ReadSampling ();
81
79
  private: //fields
82
80
    sPhysValue                Destination;
83
81
    float64                   OutValue;
84
 
    float64                   MinOut;
85
82
    float64                   MaxOut;
 
83
    int                       OutputSign;
86
84
    int                       TimeDelay;
87
85
    TaskHandle                MeasureHandle;
88
86
    TaskHandle                SettingHandle;