endrov.recording.widgets
Class RecSettingsChannel.OneChannel

java.lang.Object
  extended by endrov.recording.widgets.RecSettingsChannel.OneChannel
Enclosing class:
RecSettingsChannel

public static class RecSettingsChannel.OneChannel
extends java.lang.Object


Field Summary
 boolean adjustRangeByExposure
           
 double adjustRangeTargetSignal
           
 int averaging
           
 EvDecimal exposure
           
 java.lang.String name
           
 int tFirst
           
 int tIncrement
           
 java.lang.Integer tLast
           
 int zFirst
           
 int zIncrement
           
 java.lang.Integer zLast
           
 
Constructor Summary
RecSettingsChannel.OneChannel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

exposure

public EvDecimal exposure

adjustRangeByExposure

public boolean adjustRangeByExposure

adjustRangeTargetSignal

public double adjustRangeTargetSignal

zIncrement

public int zIncrement

zFirst

public int zFirst

zLast

public java.lang.Integer zLast

tIncrement

public int tIncrement

tFirst

public int tFirst

tLast

public java.lang.Integer tLast

averaging

public int averaging
Constructor Detail

RecSettingsChannel.OneChannel

public RecSettingsChannel.OneChannel()