1 #ifndef DRONE_FACTORY_H_
2 #define DRONE_FACTORY_H_
7 #include "IEntityFactory.h"
Drone Factory to produce Drone class.
Definition: DroneFactory.h:13
IEntity * createEntity(const JsonObject &entity)
Creates entity using the given JSON object, if possible.
virtual ~DroneFactory()
Destructor for DroneFactory class.
Definition: DroneFactory.h:18
Composite Factory Interface.
Definition: IEntityFactory.h:11
Represents an entity in a physical system.
Definition: IEntity.h:22
Manages a picojson::object, works with JsonValue to provide implicit casting.