ADD: addded Orderlibryry and removed the orderlibrary from the entity library

This commit is contained in:
Henry Winkel
2023-08-16 16:00:07 +02:00
parent ca6b33a4ac
commit d9d0e0d979
26 changed files with 20 additions and 4821 deletions

View File

@@ -43,8 +43,8 @@ SCENARIO("Testing the SimCore Sensor")
{
GIVEN("different Attributes for a Track in different forms")
{
SimCore::Identifier IDParent(0,1,false);
SimCore::Identifier IDRadar(1,1,false);
SimCore::Identifier IDParent;
SimCore::Identifier IDRadar;
Radar Radar(IDRadar,IDParent,SimCore::SensorKinds::RADAR,8000,8001,"127.0.0.1","APAR");
Radar.start();