ADD: integrated the whisper-comm update

This commit is contained in:
Henry Winkel
2023-01-19 16:09:30 +01:00
parent 3bc56734da
commit c8711bd02e
6 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ SCENARIO("Testing the SimCore Track")
WHEN("constructing Track Object with data")
{
SimCore::Position pos( GeocentPos1(SimCore::GeocentricPosition::X), GeocentPos1(SimCore::GeocentricPosition::Y), GeocentPos1(SimCore::GeocentricPosition::Z));
SimCore::Track track(1,WHISPER::SourceType::SHIP,*ID.get());
SimCore::Track track(WHISPER::SourceType::SHIP,*ID.get());
track.setCourse(course);
track.setSpeed(speed);
track.setPosition(GeocentPos1(SimCore::X),GeocentPos1(SimCore::Y),GeocentPos1(SimCore::Z));