Here are the classes, structs, unions and interfaces with brief descriptions:
CCDPInitOptions | Initialization option for the result calculator |
CCRC_FrameworkServices | Aggregates the services that the plugin framework provides to the plugin. This includes version of the plugin API, registering result calculators and functions for logging and reporting information on the plugin itself. This struct is passed to each plugin at initialization time |
CCRC_RegisterCalculatorParams | Parameter struct utilized when registering result calculators |
CCRCCalculatorMetaData | Contains information on which results this calculator depends on in order to do its computations, as well as the result the calculator produces |
CCRCCalculatorParameters | Contains calculator properties in the form of key,value pairs |
CCRCCalculatorParams | |
CCRCError | Error object to communicate an error during initialization of the result calculator |
CCRCHostMetaData | Contains meta data provided by the host giving information on which results are available |
CCRCInitOptions | |
CCRCLogHelper | Helper class to do bind to the raw log func provided by the host |
CCRCResultCalculator | CRCResultCalculator is the base class for result calculators that can be used in both desktop and cloud products from Ceetron |
CCRCResultInfo | Contains information regarding one result |
CCRCString | A simple class for handling strings |
CCRCUtils | CRC utilities |