Ignition Gazebo

API Reference

5.0.0
rendering/Events.hh File Reference
#include <ignition/common/Event.hh>
#include "ignition/gazebo/config.hh"

Go to the source code of this file.

Namespaces

 ignition
 This library is part of the Ignition Robotics project.
 
 ignition::gazebo
 Gazebo is a leading open source robotics simulator, that provides high fidelity physics, rendering, and sensor simulation.
 
 ignition::gazebo::events
 Namespace for all events. Refer to the EventManager class for more information about events.
 

Typedefs

using PostRender = ignition::common::EventT< void(void), struct PostRenderTag >
 The render event is emitted after rendering updates. The event is emitted in the rendering thread so rendering calls can ben make in this event callback. More...
 
using PreRender = ignition::common::EventT< void(void), struct PreRenderTag >
 The render event is emitted before rendering updates. The event is emitted in the rendering thread so rendering calls can ben make in this event callback. More...