public class SystemTimeOffsetMessage extends TypeSvMessage
Constructor and Description |
---|
SystemTimeOffsetMessage(SatelliteSystem system,
int prn,
String navigationMessageType)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getA0()
Get the constant term of the offset.
|
double |
getA1()
Get the linear term of the offset.
|
double |
getA2()
Get the quadratic term of the offset.
|
TimeSystem |
getDefinedTimeSystem()
Get the time system defined by this message.
|
AbsoluteDate |
getReferenceEpoch()
Get the reference epoch.
|
TimeSystem |
getReferenceTimeSystem()
Get the time system used as a reference to define a time system.
|
SbasId |
getSbasId()
Get the SBAS Id.
|
double |
getTransmissionTime()
Get the message transmission time.
|
UtcId |
getUtcId()
Get the UTC Id.
|
void |
setA0(double a0)
Set the constant term of the offset.
|
void |
setA1(double a1)
set the linear term of the offset.
|
void |
setA2(double a2)
Set the quadratic term of the offset.
|
void |
setDefinedTimeSystem(TimeSystem definedTimeSystem)
Set the time system defined by this message.
|
void |
setReferenceEpoch(AbsoluteDate referenceEpoch)
Set the reference epoch.
|
void |
setReferenceTimeSystem(TimeSystem referenceTimeSystem)
Set the time system used as a reference to define a time system.
|
void |
setSbasId(SbasId sbasId)
Set the SBAS Id.
|
void |
setTransmissionTime(double transmissionTime)
Set the message transmission time.
|
void |
setUtcId(UtcId utcId)
Set the UTC Id.
|
getNavigationMessageType, getPrn, getSystem
public SystemTimeOffsetMessage(SatelliteSystem system, int prn, String navigationMessageType)
system
- satellite systemprn
- satellite numbernavigationMessageType
- navigation message typepublic AbsoluteDate getReferenceEpoch()
public void setReferenceEpoch(AbsoluteDate referenceEpoch)
referenceEpoch
- the reference epoch to setpublic TimeSystem getDefinedTimeSystem()
public void setDefinedTimeSystem(TimeSystem definedTimeSystem)
definedTimeSystem
- the time system defined by this messagepublic TimeSystem getReferenceTimeSystem()
public void setReferenceTimeSystem(TimeSystem referenceTimeSystem)
referenceTimeSystem
- the time system used as a reference to define a time systempublic SbasId getSbasId()
public void setSbasId(SbasId sbasId)
sbasId
- the SBAS Id to setpublic UtcId getUtcId()
public void setUtcId(UtcId utcId)
utcId
- the URC Id to setpublic double getA0()
public void setA0(double a0)
a0
- constant term of the offsetpublic double getA1()
public void setA1(double a1)
a1
- the linear term of the offsetpublic double getA2()
public void setA2(double a2)
a2
- quadratic term of the offsetpublic double getTransmissionTime()
public void setTransmissionTime(double transmissionTime)
transmissionTime
- the message transmission timeCopyright © 2002-2023 CS GROUP. All rights reserved.