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

Compare with Current View Page History

« Previous Version 17 Next »

Module description

The dating of status point 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 or absent, the module automatically timestamps the data.


Configuration

The module requires no configuration.

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

Pivot model interaction

This module is designed to work on status points in pivot format.

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 = 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

If it's impossible to obtain timestamp quality of the PMC from Fledge :

  • 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.


  • No labels