Skip to content
Snippets Groups Projects
Commit a4665d4a authored by Fabian Reister's avatar Fabian Reister
Browse files

robot state memory now in namespace armarx::armem::server::robot_state similar...

robot state memory now in namespace armarx::armem::server::robot_state similar to other memory servers
parent bde3f70a
No related branches found
No related tags found
2 merge requests!157armem/dev => master,!144robot state memory update
This commit is part of merge request !144. Comments created here will be created in the context of that merge request.
...@@ -18,7 +18,7 @@ set(HEADERS ...@@ -18,7 +18,7 @@ set(HEADERS
armarx_add_component("${SOURCES}" "${HEADERS}") armarx_add_component("${SOURCES}" "${HEADERS}")
#generate the application #generate the application
armarx_generate_and_add_component_executable() armarx_generate_and_add_component_executable(COMPONENT_NAMESPACE armarx::armem::server::robot_state)
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include <RobotAPI/libraries/aron/core/navigator/data/AllNavigators.h> #include <RobotAPI/libraries/aron/core/navigator/data/AllNavigators.h>
#include <RobotAPI/libraries/aron/core/navigator/type/AllNavigators.h> #include <RobotAPI/libraries/aron/core/navigator/type/AllNavigators.h>
namespace armarx namespace armarx::armem::server::robot_state
{ {
RobotStateMemory::RobotStateMemory() RobotStateMemory::RobotStateMemory()
{ {
...@@ -442,4 +442,5 @@ namespace armarx ...@@ -442,4 +442,5 @@ namespace armarx
robotUnitConversionTask->start(); robotUnitConversionTask->start();
robotUnitStoringTask->start(); robotUnitStoringTask->start();
} }
} }
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include <ArmarXCore/core/services/tasks/PeriodicTask.h> #include <ArmarXCore/core/services/tasks/PeriodicTask.h>
namespace armarx namespace armarx::armem::server::robot_state
{ {
/** /**
* @defgroup Component-RobotSensorMemory RobotSensorMemory * @defgroup Component-RobotSensorMemory RobotSensorMemory
...@@ -144,4 +144,5 @@ namespace armarx ...@@ -144,4 +144,5 @@ namespace armarx
armarx::PeriodicTask<RobotStateMemory>::pointer_type robotUnitConversionTask; armarx::PeriodicTask<RobotStateMemory>::pointer_type robotUnitConversionTask;
armarx::PeriodicTask<RobotStateMemory>::pointer_type robotUnitStoringTask; armarx::PeriodicTask<RobotStateMemory>::pointer_type robotUnitStoringTask;
}; };
}
} // namespace armarx::armem::server::robot_state
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment