Go to the documentation of this file.
33 defineOptionalProperty<std::string>(
"DebugDrawerTopicName",
"DebugDrawerUpdates",
34 "Name of the topic the DebugDrawer listens to.");
37 defineOptionalProperty<std::string>(
38 "LayerBlackWhitelistTopic",
"DebugDrawerToArVizLayerBlackWhitelistUpdates",
39 "The layer where updates to the layer black-whitelist are published.");
40 defineOptionalProperty<std::vector<std::string>>(
"LayerWhitelist", {},
41 "If not empty, layers are shown (comma separated list).")
42 .map(
"[empty whitelist]", {});
43 defineOptionalProperty<std::vector<std::string>>(
"LayerBlacklist", {},
44 "These layers will never be shown (comma separated list).")
45 .map(
"[empty blacklist]", {});
51 return "DebugDrawerToArViz";
58 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)