Structs§
- PMCInfo
- PMCInfo is a struct that contains the information required to register a PMC.
Traits§
- Cape
Create Instance - CapeCreateInstance is creates an instance of a PMC object. This trait is typically implemented by the cape_object_implementation! macro and only for objects created with the cape_object_implementation! macro, which do not take any arguments for construction.
- PMCRegisteration
Info - PMCRegisterationInfo is a trait that must be implemented by a struct that implements a PMC. The trait provides the information required to register the PMC with the COBIA registry.
Functions§
- pmc_
info - class factory for a pmc_info object from a CAPE-OPEN object class
- register_
pmc - register a PMC into the COBIA registry
- unregister_
pmc - unregister a PMC from the COBIA registry