Ceetron Result Calculator Framework
Public Attributes | List of all members
CRC_RegisterCalculatorParams Struct Reference

Parameter struct utilized when registering result calculators. More...

#include <CRCPlugin.h>

Public Attributes

crc_int_t pluginApiMajorVer
 Major version of the framework plugin API for which this plugin was written.
 
crc_int_t pluginApiMinorVer
 Minor version of the framework plugin API for which this plugin was written.
 
CRC_CreateCalculatorFunc createCalculatorFunc
 Pointer to factory function that should be used to create new calculator instances.
 
CRC_DestroyCalculatorFunc destroyCalculatorFunc
 Pointer to function that should be used to delete calculator instances.
 

Detailed Description

Parameter struct utilized when registering result calculators.


The documentation for this struct was generated from the following file: