endrov.recording.widgets
Class RecSettingsTimes

java.lang.Object
  extended by endrov.recording.widgets.RecSettingsTimes

public class RecSettingsTimes
extends java.lang.Object


Nested Class Summary
static class RecSettingsTimes.TimeType
           
 
Field Summary
 EvDecimal dt
           
 EvDecimal freq
           
 java.lang.Integer numT
           
 EvDecimal sumTime
           
 EvDevicePath trigger
           
 RecSettingsTimes.TimeType tType
           
 
Constructor Summary
RecSettingsTimes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dt

public EvDecimal dt

numT

public java.lang.Integer numT

tType

public RecSettingsTimes.TimeType tType

sumTime

public EvDecimal sumTime

trigger

public EvDevicePath trigger

freq

public EvDecimal freq
Constructor Detail

RecSettingsTimes

public RecSettingsTimes()