Module cobia_pmc_helpers

Source

Structs§

PMCInfo
PMCInfo is a struct that contains the information required to register a PMC.

Traits§

CapeCreateInstance
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.
PMCRegisterationInfo
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