@@ -44,6 +44,7 @@ namespace sdf_generator
44
44
// / \input[in] _config Configuration for the world generator
45
45
// / \returns Generated world string if generation succeeded.
46
46
// / Otherwise, nullopt
47
+ IGNITION_GAZEBO_VISIBLE
47
48
std::optional<std::string> generateWorld (
48
49
const EntityComponentManager &_ecm, const Entity &_entity,
49
50
const IncludeUriMap &_includeUriMap = IncludeUriMap(),
@@ -56,6 +57,7 @@ namespace sdf_generator
56
57
// / \input[in] _includeUriMap Map from file paths to URIs used to preserve
57
58
// / included Fuel models
58
59
// / \input[in] _config Configuration for the world generator
60
+ IGNITION_GAZEBO_VISIBLE
59
61
bool updateWorldElement (
60
62
sdf::ElementPtr _elem,
61
63
const EntityComponentManager &_ecm, const Entity &_entity,
@@ -68,6 +70,7 @@ namespace sdf_generator
68
70
// / \input[in] _ecm Immutable reference to the Entity Component Manager
69
71
// / \input[in] _entity Model entity
70
72
// / \returns true if update succeeded.
73
+ IGNITION_GAZEBO_VISIBLE
71
74
bool updateModelElement (const sdf::ElementPtr &_elem,
72
75
const EntityComponentManager &_ecm,
73
76
const Entity &_entity);
@@ -79,6 +82,7 @@ namespace sdf_generator
79
82
// / \input[in] _entity Entity of included resource
80
83
// / \input[in] _uri Uri of the resource
81
84
// / \returns true if update succeeded.
85
+ IGNITION_GAZEBO_VISIBLE
82
86
bool updateIncludeElement (const sdf::ElementPtr &_elem,
83
87
const EntityComponentManager &_ecm,
84
88
const Entity &_entity, const std::string &_uri);
0 commit comments