Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The module requires no configuration.

Processing is conditioned by the presence of PIVOTTS.GTIS.SpsTyp or PIVOTTS.GTIS.DpsTyp in incoming data.

...

The data read from the pivot format is :

  • For simple type data :
    • PIVOTTS.GTIS.SpsTyp.t.SecondSinceEpoch
  • For double type data :
    • PIVOTTS.GTIS.DpsTyp.t.SecondSinceEpoch

Output

The data written in pivot format is : 

  • For simple type data :
    • PIVOTTS.GTIS.SpsTyp.t.SecondSinceEpoch = timestamp
    • PIVOTTS.GTIS.SpsTyp.t.TimeQuality = timestamp quality of the PMC
    • PIVOTTS.GTIS.TmOrg.stVal = "substituted" 
    • PIVOTTS.GTIS.TmValidity.stVal = timestamp quality of the PMC
  • For double type data :
    • PIVOTTS.GTIS.DpsTyp.t.SecondSinceEpoch = timestamp
    • PIVOTTS.GTIS.DpsTyp.t.TimeQuality = timestamp quality of the PMC
    • PIVOTTS.GTIS.TmOrg.stVal = "substituted"
    • PIVOTTS.GTIS.TmValidity.stVal = timestamp quality of the PMC

...

  • the value valid is used for PIVOTTS.GTIS.TmValidity.stVal,
  • PIVOTTS.GTIS.SpsTyp.t.TimeQuality or PIVOTTS.GTIS.DpsTyp.t.TimeQuality attribute are not used.

...