Skip to content
Snippets Groups Projects
Commit 63669f27 authored by albrecpe's avatar albrecpe
Browse files

Added snapshot struct

parent 3059ed0e
No related branches found
No related tags found
1 merge request!442Fix: skill gui live search
...@@ -93,6 +93,11 @@ namespace armarx::skills::gui ...@@ -93,6 +93,11 @@ namespace armarx::skills::gui
armarx::skills::manager::dti::SkillManagerInterfacePrx memory; armarx::skills::manager::dti::SkillManagerInterfacePrx memory;
std::string currentSkillSearch = ""; std::string currentSkillSearch = "";
struct Snapshot {
StatusMap statuses;
SkillMap skills;
};
/** /**
* @brief Modifies the given map to match the search. * @brief Modifies the given map to match the search.
* @param update The map to modify. * @param update The map to modify.
......
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