Class MeasurementGenerator


  • public class MeasurementGenerator
    extends Object
    Class for measurement generation.

    In case a user does not have measurements to perform the performance testing, he can use this class to generate measurements. Measurement generation configuration is done by measurement-generation.yaml file. Please don't forget to set generateMeasurements key in performance-testing.yaml file to true if you want to use generated measurements for performance analysis.

    Current version considers only generation for pseudorange and PV measurements.

    Author:
    Bryan Cazabonne
    • Constructor Detail

      • MeasurementGenerator

        public MeasurementGenerator()
        Constructor.
    • Method Detail

      • run

        public void run​(File input)
                 throws IOException
        Run the program.
        Parameters:
        input - input file
        Throws:
        IOException - if input file cannot be read
      • isFinished

        public boolean isFinished()
        Get the flag for measurement generation processing.
        Returns:
        true if measurement generation is finished