Skip to content
Snippets Groups Projects
Commit cfed742d authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

LogCompare and Validation are not streaming classes and belong more or

less in a utility package. They are like unit tests in a way and might
be moves into the test harness
parent da918eea
No related branches found
No related tags found
No related merge requests found
package edu.nps.moves.dis7.utilities.stream;
package edu.nps.moves.dis7.utilities;
import edu.nps.moves.dis7.Pdu;
import edu.nps.moves.dis7.utilities.PduFactory;
import edu.nps.moves.dis7.utilities.stream.PduRecorder;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
......
package edu.nps.moves.dis7.utilities.stream;
package edu.nps.moves.dis7.utilities;
import edu.nps.moves.dis7.enumerations.Country;
import edu.nps.moves.dis7.utilities.PduFactory;
import edu.nps.moves.dis7.*;
import edu.nps.moves.dis7.utilities.stream.PduRecorder;
/**
* ValidationPdusMakerV1.java created on Aug 14, 2019
......
......@@ -22,7 +22,6 @@ public class X3dCoordinates {
this.setPhi(phi);
this.setPsi(psi);
this.setTheta(theta);
}
public X3dCoordinates() {
......
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package edu.nps.moves.dis7.utilities.stream;
import edu.nps.moves.dis7.EntityStatePdu;
......
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package edu.nps.moves.dis7.utilities.stream;
import edu.nps.moves.dis7.EntityStatePdu;
......
......@@ -142,5 +142,4 @@ public class X3dSlidingWindowCompression {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment