Exemplo n.º 1
0
 public bool CallR(int graphWidth, int graphHeight)
 {
     LogB.Information("\nrunEncoder CallR ----->");
     writeOptionsFile(graphWidth, graphHeight);
     return(ExecuteProcess.CallR(UtilEncoder.GetRaceAnalyzerScript()));
 }
Exemplo n.º 2
0
    /*
     * public Sprint(List<double> positions, List<double> splitTimes,
     *              double mass, double personHeight, double tempC)
     * {
     *      this.positions = positions;
     *      this.splitTimes = splitTimes;
     *      this.mass = mass;
     *      this.personHeight = personHeight;
     *      this.tempC = tempC;
     * }
     */

    public bool CallR(int graphWidth, int graphHeight, string personName)
    {
        LogB.Information("\nsprint CallR ----->");
        writeOptionsFile(graphWidth, graphHeight, personName);
        return(ExecuteProcess.CallR(UtilEncoder.GetSprintPhotocellsScript()));
    }
Exemplo n.º 3
0
 public bool CallR(int graphWidth, int graphHeight)
 {
     LogB.Information("\nforceSensor CallR ----->");
     writeOptionsFile(graphWidth, graphHeight);
     return(ExecuteProcess.CallR(UtilEncoder.GetmifScript()));
 }