ADD: added parent number to the ID

This commit is contained in:
Henry Winkel
2023-01-17 10:28:05 +01:00
parent 6c7b9aee04
commit f07a07b8d8
14 changed files with 218 additions and 123 deletions

View File

@@ -31,7 +31,7 @@ SCENARIO("Testing the SimCore Track")
std::shared_ptr<SimCore::Track> trackPtr = NULL;
SimCore::IdentifierMaker IDMaker;
auto ID = IDMaker.getNewIdentifier(SimCore::ObjectSource::EXTERNAL);
auto ID = IDMaker.getNewIdentifier(1,SimCore::ObjectSource::EXTERNAL);
std::string serializedMSG;