Ceetron Result Calculator Framework
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CCDPInitOptionsInitialization option for the result calculator
 CCRC_FrameworkServicesAggregates 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_RegisterCalculatorParamsParameter struct utilized when registering result calculators
 CCRCCalculatorMetaDataContains information on which results this calculator depends on in order to do its computations, as well as the result the calculator produces
 CCRCCalculatorParametersContains calculator properties in the form of key,value pairs
 CCRCCalculatorParams
 CCRCErrorError object to communicate an error during initialization of the result calculator
 CCRCHostMetaDataContains meta data provided by the host giving information on which results are available
 CCRCInitOptions
 CCRCLogHelperHelper class to do bind to the raw log func provided by the host
 CCRCResultCalculatorCRCResultCalculator is the base class for result calculators that can be used in both desktop and cloud products from Ceetron
 CCRCResultInfoContains information regarding one result
 CCRCStringA simple class for handling strings
 CCRCUtilsCRC utilities