public static class CRDConfiguration.TimingSystemConfiguration extends CRDConfiguration.BaseConfiguration
Constructor and Description |
---|
TimingSystemConfiguration()
Empty constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getEpochDelayCorrection()
Get the epoch delay correction.
|
String |
getFrequencySource()
Get the frequency source.
|
String |
getLocalTimingId()
Get the local timing system configuration ID.
|
String |
getTimer()
Get the timer name.
|
String |
getTimerSerialNumber()
Get the timer serial number.
|
String |
getTimeSource()
Get the time source.
|
void |
setEpochDelayCorrection(double epochDelayCorrection)
Set the epoch delay correction.
|
void |
setFrequencySource(String frequencySource)
Set the frequency source.
|
void |
setLocalTimingId(String localTimingId)
Set the local timing system configuration ID.
|
void |
setTimer(String timer)
Set the timer name.
|
void |
setTimerSerialNumber(String timerSerialNumber)
Set the timer serial number.
|
void |
setTimeSource(String timeSource)
Set the time source.
|
String |
toCrdString()
Get a string representation of the instance in the CRD format.
|
String |
toString() |
equals, getConfigurationId, hashCode, setConfigurationId
public TimingSystemConfiguration()
This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
public String getTimeSource()
public String getLocalTimingId()
public void setLocalTimingId(String localTimingId)
localTimingId
- the local timing system configuration ID to setpublic void setTimeSource(String timeSource)
timeSource
- the time source to setpublic String getFrequencySource()
public void setFrequencySource(String frequencySource)
frequencySource
- the frequency source to setpublic String getTimer()
public void setTimer(String timer)
timer
- the timer name to setpublic String getTimerSerialNumber()
public void setTimerSerialNumber(String timerSerialNumber)
timerSerialNumber
- the timer serial number to setpublic double getEpochDelayCorrection()
public void setEpochDelayCorrection(double epochDelayCorrection)
epochDelayCorrection
- the epoch delay correction to set in secondspublic String toCrdString()
toCrdString
in class CRDConfiguration.BaseConfiguration
Copyright © 2002-2023 CS GROUP. All rights reserved.