ADD: added orders and implemented order and moveorder and test for moveorder
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
#include <thread>
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include <catch2/catch.hpp>
|
||||
#include <SimCore/Templates/Entity.hpp>
|
||||
#include <Entities/Entity.hpp>
|
||||
|
||||
// SimCore::Identifier OwnID, SimCore::Identifier ParentID, SimCore::SensorKinds SensorKind,std::uint32_t GroundTruthPort, std::uint32_t ParentPort,std::string ParentIPAddress
|
||||
class Ship : public SimCore::Entity
|
||||
class Ship : public Entities::Entity
|
||||
{
|
||||
public:
|
||||
Ship(SimCore::Identifier OwnID,
|
||||
|
||||
Reference in New Issue
Block a user