SceneBroadcaster Class Referencefinal
System which periodically publishes a gz::msgs::Scene message with updated information. More...
#include <gz/sim/systems/SceneBroadcaster.hh>
Public Member Functions | |
| SceneBroadcaster () | |
| Constructor. More... | |
| ~SceneBroadcaster () final=default | |
| Destructor. More... | |
| void | Configure (const Entity &_entity, const std::shared_ptr< const sdf::Element > &_sdf, EntityComponentManager &_ecm, EventManager &_eventMgr) final |
| Documentation inherited. More... | |
| void | PostUpdate (const UpdateInfo &_info, const EntityComponentManager &_ecm) final |
| void | Reset (const UpdateInfo &_info, EntityComponentManager &_ecm) final |
Public Member Functions inherited from System | |
| System ()=default | |
| Constructor. More... | |
| virtual | ~System ()=default |
| Destructor. More... | |
Detailed Description
System which periodically publishes a gz::msgs::Scene message with updated information.
Constructor & Destructor Documentation
◆ SceneBroadcaster()
| SceneBroadcaster | ( | ) |
Constructor.
◆ ~SceneBroadcaster()
|
finaldefault |
Destructor.
Member Function Documentation
◆ Configure()
|
finalvirtual |
Documentation inherited.
Implements ISystemConfigure.
◆ PostUpdate()
|
finalvirtual |
Implements ISystemPostUpdate.
◆ Reset()
|
finalvirtual |
Implements ISystemReset.
The documentation for this class was generated from the following file:
Public Member Functions inherited from