Go to the source code of this file.
◆ SDR_REGISTER_DISCOVERY_PLUGIN
| #define SDR_REGISTER_DISCOVERY_PLUGIN |
( |
|
DiscoveryPluginClass | ) |
|
Value:
{ \
TfType::Define<DiscoveryPluginClass, TfType::Bases<SdrDiscoveryPlugin>>() \
.SetFactory<SdrDiscoveryPluginFactory<DiscoveryPluginClass>>(); \
}
TfType represents a dynamic runtime type.
#define TF_REGISTRY_FUNCTION(KEY_TYPE)
Define a function that is called on demand by TfRegistryManager.
Register a discovery plugin (DiscoveryPluginClass) with the plugin system.
If registered, the discovery plugin will execute its discovery process when the registry is instantiated.
Definition at line 26 of file discoveryPlugin.h.