Go to the source code of this file.
◆ SDR_REGISTER_DISCOVERY_PLUGIN
| #define SDR_REGISTER_DISCOVERY_PLUGIN |
( |
| DiscoveryPluginClass | ) |
|
Value:
{ \
.SetFactory<SdrDiscoveryPluginFactory<DiscoveryPluginClass>>(); \
}
TfType represents a dynamic runtime type.
static TfType const & Define()
Define a TfType with the given C++ type T and C++ base types B.
#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.