From 38df47094bff0c2eaca8daa72bff85ed02f62d9d Mon Sep 17 00:00:00 2001 From: Guillaume Sarthou Date: Sun, 9 Jun 2024 20:59:27 +0200 Subject: [PATCH] fix naming --- docs/cpp_API/FeederPublisher.html | 445 +++++++++++++----- .../API/ontologenius/FeederPublisher.h | 26 +- .../API/ontologenius/clients/ClientBase.h | 12 +- .../clientsIndex/ClientBaseIndex.h | 24 +- include/ontologenius/compat/ros.h | 28 +- include/ontologenius/core/feeder/FeederEcho.h | 2 +- .../core/ontoGraphs/Graphs/ClassGraph.h | 2 +- .../core/ontoGraphs/Graphs/Graph.h | 4 +- .../core/ontoGraphs/Graphs/OntoGraph.h | 6 +- .../ontologenius/core/reasoner/Reasoners.h | 2 +- src/API/ontologenius/ConversionClient.cpp | 16 +- src/API/ontologenius/FeederPublisher.cpp | 8 +- src/API/ontologenius/clients/SparqlClient.cpp | 12 +- .../clientsIndex/SparqlIndexClient.cpp | 12 +- src/compat/ros.cpp | 2 +- src/core/ontoGraphs/Graphs/ClassGraph.cpp | 6 +- src/core/reasoner/Reasoners.cpp | 2 +- src/interface/RosInterface.cpp | 4 +- src/nodes/ontologenius_multi.cpp | 1 + src/tests/CI/copy_test.cpp | 1 + 20 files changed, 419 insertions(+), 196 deletions(-) diff --git a/docs/cpp_API/FeederPublisher.html b/docs/cpp_API/FeederPublisher.html index efeede7b..d3d5d40c 100644 --- a/docs/cpp_API/FeederPublisher.html +++ b/docs/cpp_API/FeederPublisher.html @@ -7,22 +7,26 @@ - +