18 #ifndef _GAZEBO_LIGHTMAKER_PRIVATE_HH_
19 #define _GAZEBO_LIGHTMAKER_PRIVATE_HH_
34 public: msgs::Light
msg;
Privata data for LightMaker class.
Definition: LightMakerPrivate.hh:31
msgs::Light msg
Message that holds all the light information.
Definition: LightMakerPrivate.hh:34
boost::shared_ptr< Light > LightPtr
Definition: RenderTypes.hh:84
Private data for the EntityMaker class.
Definition: EntityMakerPrivate.hh:30
transport::PublisherPtr lightPub
Publisher used to spawn a new light.
Definition: LightMakerPrivate.hh:37
rendering::LightPtr light
Pointer to the light being spawned.
Definition: LightMakerPrivate.hh:43
boost::shared_ptr< Publisher > PublisherPtr
Definition: TransportTypes.hh:49
std::string lightTypename
Type of the light being spawned.
Definition: LightMakerPrivate.hh:40