SDK: Require DDS 2.5.36 and support new Tools API

This commit is contained in:
Alexey Rybalchenko
2019-08-13 19:07:48 +02:00
committed by Dennis Klein
parent 7f0237d97d
commit eaa8f5cbdd
10 changed files with 229 additions and 107 deletions

View File

@@ -152,7 +152,7 @@ class Topology
std::string fStateChangeError;
void WaitForState();
void AddNewStateEntry(DDSTask::Id senderId, const std::string& state);
void AddNewStateEntry(DDSTask::Id taskId, const std::string& state);
};
using Topo = Topology;