You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Module description

TS dating is always done at the source, by the PA. If a TS does not have a timestamp, it is automatically timestamped in the PMC. The PMC always leaves the time of the PA for the return of the TS except during the reconstructions for which the TS are returned without date. 

In the case of a non-dated TS, it is the PMC that will ensure the timestamp. If the timestamp of the TI in the pivot format is 0, null or absent, the module automatically timestamps the data.


Configuration

The module does not need any configuration. 

Pivot model interaction

Input

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 (incremented timestamp)
    • PIVOTTS.GTIS.SpsTyp.t.TimeQuality = (incremented timestamp)
    • PIVOTTS.GTIS.TmOrg = "substituted" 
    • PIVOTTS.GTIS.TmValidity = timestamp quality of the PMC
  • For double type data :
    • PIVOTTS.GTIS.DpsTyp.t.SecondSinceEpoch (incremented timestamp)
    • PIVOTTS.GTIS.DpsTyp.t.TimeQuality = (incremented timestamp)
    • PIVOTTS.GTIS.TmOrg = "substituted"
    • PIVOTTS.GTIS.TmValidity = timestamp quality of the PMC
  • No labels