Class PointInTime

  • Direct Known Subclasses:
    AmountAtTime, PpaInformation

    public class PointInTime
    extends de.dlr.gitlab.fame.communication.message.DataItem
    Transfers but a single TimeStamp
    Author:
    Christoph Schimeczek
    • Field Detail

      • validAt

        public final de.dlr.gitlab.fame.time.TimeStamp validAt
        The transferred TimeStamp
    • Constructor Detail

      • PointInTime

        public PointInTime​(de.dlr.gitlab.fame.time.TimeStamp validAt)
        Creates this PointInTime
        Parameters:
        validAt - time stamp to be transferred
      • PointInTime

        public PointInTime​(de.dlr.gitlab.fame.protobuf.Agent.ProtoDataItem proto)
        Mandatory for deserialisation of DataItems
        Parameters:
        proto - protobuf representation
    • Method Detail

      • fillDataFields

        protected void fillDataFields​(de.dlr.gitlab.fame.protobuf.Agent.ProtoDataItem.Builder builder)
        Specified by:
        fillDataFields in class de.dlr.gitlab.fame.communication.message.DataItem