Package Acquisition.gpstiming
Class PPSParameters
java.lang.Object
Acquisition.gpstiming.PPSParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
double
static final long
int
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
useGpsPPS
public boolean useGpsPPS -
gpsPPSChannel
public int gpsPPSChannel -
gpsPPSNmeaSource
-
gpsPPSThreshold
public double gpsPPSThreshold -
storageInterval
public int storageInterval
-
-
Constructor Details
-
PPSParameters
public PPSParameters()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-