Skip to content
Snippets Groups Projects
Commit c60a6099 authored by Peter Albrecht's avatar Peter Albrecht
Browse files

Added function to re-initialize to skeleton

parent e3d29314
No related branches found
No related tags found
1 merge request!406Refactor skill memory GUI
......@@ -19,6 +19,14 @@ namespace armarx::skills::gui
{
}
// No memory = no good
SkillMemoryProxy() = delete;
/*
* Replaces the memory pointer. This should be called whenever the GUI reconnects.
*/
void reInitialize(skills::dti::SkillMemoryInterfacePrx* updatedMemory);
// The most current snapshot of the memory. Updated with each memory fetch.
struct Snapshot
{
......
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