Class GatheringSubscriber

    • Constructor Detail

      • GatheringSubscriber

        public GatheringSubscriber()
        Simple constructor.
    • Method Detail

      • init

        public void init​(AbsoluteDate start,
                         AbsoluteDate end)
        Initialize subscriber at the start of a measurements generation.

        This method is called once at the start of the measurements generation. It may be used by the subscriber to initialize some internal data if needed.

        Specified by:
        init in interface GeneratedMeasurementSubscriber
        Parameters:
        start - start of the measurements time span
        end - end of the measurements time span