Go to the documentation of this file.
33 defineOptionalProperty<std::string>(
"DebugDrawerTopicName",
35 "Name of the topic the DebugDrawer listens to.");
38 defineOptionalProperty<std::string>(
39 "LayerBlackWhitelistTopic",
40 "DebugDrawerToArVizLayerBlackWhitelistUpdates",
41 "The layer where updates to the layer black-whitelist are published.");
42 defineOptionalProperty<std::vector<std::string>>(
43 "LayerWhitelist", {},
"If not empty, layers are shown (comma separated list).")
44 .map(
"[empty whitelist]", {});
45 defineOptionalProperty<std::vector<std::string>>(
46 "LayerBlacklist", {},
"These layers will never be shown (comma separated list).")
47 .map(
"[empty blacklist]", {});
53 return "DebugDrawerToArViz";
60 BlackWhitelistUpdate
update;
armarx::StringBlackWhitelist layerBlackWhitelist
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void updateBlackWhitelist(StringBlackWhitelist &bw, const armarx::BlackWhitelistUpdate &update)
DebugDrawerToArVizPropertyDefinitions(std::string prefix)
void onDisconnectComponent() override
void usingTopicFromProperty(const std::string &propertyName, bool orderedPublishing=false)
Use a topic whose name is specified by the given property.
std::string getDefaultName() const override
Property definitions of DebugDrawerToArViz.
bool update(mongocxx::collection &coll, const nlohmann::json &query, const nlohmann::json &update)
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Default component property definition container.
armarx::viz::Client arviz
Property< PropertyType > getProperty(const std::string &name)
Property creation and retrieval.
void onExitComponent() override
void onInitComponent() override
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
This file offers overloads of toIce() and fromIce() functions for STL container types.
void onConnectComponent() override
void setArViz(viz::Client arviz)