#include <it_bus_pdk/bus_plugin_factory.h>
Definition at line 22 of file bus_plugin_factory.h.
Public Member Functions | |
| BusPlugInFactory () | |
| Constructor. | |
| virtual | ~BusPlugInFactory () |
| Destructor. | |
| virtual BusPlugIn * | create_bus_plugin (Bus_ptr bus)=0 throw ((Exception)) |
| Returns a pointer to an instance of a class that extends BusPlugIn. | |
| virtual void | destroy_bus_plugin (BusPlugIn *bus_plugin)=0 |
| Destroy a BusPlugIn instance. | |
| virtual void IT_Bus::BusPlugInFactory::destroy_bus_plugin | ( | BusPlugIn * | bus_plugin | ) | [pure virtual] |
1.5.1-p1