OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Constants Summary | |
|---|---|
| RRLP_V5 | |
| RRLP_V10 | |
| Templates Summary | |
|---|---|
| RRLP_PDU_V5 | |
| RRLP_PDU_V10 | |
type union RRLP_PDU {
RRLPV5Types.RRLP_PDU rrlp_pdu_V5,
RRLPV10Types.PDU rrlp_pdu_V10
}
type union ControlHeader {
RRLPV5Types.ControlHeader controlHeaderV5,
RRLP_Components_V10.ControlHeader controlHeaderV10
}
type union GPS_AssistData {
RRLPV5Types.GPS_AssistData GPS_AssistDataV5,
RRLP_Components_V10.GPS_AssistData GPS_AssistDataV10
}
type union Almanac {
RRLPV5Types.Almanac almanacV5,
RRLP_Components_V10.Almanac almanacV10
}
type union UTCModel {
RRLPV5Types.UTCModel utcModelV5,
RRLP_Components_V10.UTCModel utcModelV10
}
type union IonosphericModel {
RRLPV5Types.IonosphericModel ionosphericModelV5,
RRLP_Components_V10.IonosphericModel ionosphericModelV10
}
type union RefLocation {
RRLPV5Types.RefLocation refLocationV5,
RRLP_Components_V10.RefLocation refLocationV10
}
type union ReferenceTime {
RRLPV5Types.ReferenceTime referenceTimeV5,
RRLP_Components_V10.ReferenceTime referenceTimeV10
}
type union AcquisAssist {
RRLPV5Types.AcquisAssist acquisAssistV5,
RRLP_Components_V10.AcquisAssist acquisAssistV10
}
type union AcquisElement{
RRLPV5Types.AcquisElement acquisElementV5,
RRLP_Components_V10.AcquisElement acquisElementV10
}
type union NavigationModel {
RRLPV5Types.NavigationModel navigationModelV5,
RRLP_Components_V10.NavigationModel navigationModelV10
}
type union MethodType{
RRLPV5Types.MethodType methodTypeV5,
RRLP_Components_V10.MethodType methodTypeV10
}
type union AccuracyOpt{
RRLPV5Types.AccuracyOpt accuracyOptV5,
RRLP_Components_V10.AccuracyOpt accuracyOptV10
}
type union Accuracy{
RRLPV5Types.Accuracy accuracyV5,
RRLP_Components_V10.Accuracy accuracyV10
}
type union PositionMethod{
RRLPV5Types.PositionMethod positionMethodV5,
RRLP_Components_V10.PositionMethod positionMethodV10
}
type union MeasureResponseTime{
RRLPV5Types.MeasureResponseTime measureResponseTimeV5,
RRLP_Components_V10.MeasureResponseTime measureResponseTimeV10
}
type union UseMultipleSets{
RRLPV5Types.UseMultipleSets useMultipleSetsV5,
RRLP_Components_V10.UseMultipleSets useMultipleSetsV10
}
const integer RRLP_V5:= 5
const integer RRLP_V10:= 10
template (value) RRLP_CommonTypes.RRLP_PDU RRLP_PDU_V5(template RRLPV5Types.RRLP_PDU p_rrlpPdu) := {
rrlp_pdu_V5 := p_rrlpPdu
}
template (value) RRLP_PDU RRLP_PDU_V10(template RRLPV10Types.PDU p_rrlpPdu) := {
rrlp_pdu_V10 := p_rrlpPdu
}