24 #ifndef __BLACKBOARD_INSTANCE_FACTORY_H_ 25 #define __BLACKBOARD_INSTANCE_FACTORY_H_ Interface * new_interface_instance(const char *type, const char *identifier)
Creates a new interface instance.
BlackBoard instance factory.
Fawkes library namespace.
Base class for all Fawkes BlackBoard interfaces.
void delete_interface_instance(Interface *interface)
Destroy an interface instance.
~BlackBoardInstanceFactory()
Destructor.
BlackBoardInstanceFactory()
Constructor.