#include <cel_base.h>
Static Public Member Functions | |
| static unsigned int | getBuildRevision () |
| static String | getVersionString () |
| static ProcessorArchitecture | getProcessorArchitecture () |
| static Platform | getPlatform () |
| static String | getPlatformSpec () |
| static String | getModuleLinkedAgainstCelBaselib () |
This struct is to determine the module version.
| static unsigned int Celartem::ModuleDefinition::getBuildRevision | ( | ) | [static] |
This function returns the build revision of the cel_baselib module.
| static String Celartem::ModuleDefinition::getModuleLinkedAgainstCelBaselib | ( | ) | [static] |
This method returns the module file name which is linked against cel_baselib.
| static Platform Celartem::ModuleDefinition::getPlatform | ( | ) | [static] |
This function returns the platform of the cel_baselib module.
| static String Celartem::ModuleDefinition::getPlatformSpec | ( | ) | [static] |
This method returns the string of the platform specifications,
| static ProcessorArchitecture Celartem::ModuleDefinition::getProcessorArchitecture | ( | ) | [static] |
This function returns the processor architecture of the cel_baselib module.
| static String Celartem::ModuleDefinition::getVersionString | ( | ) | [static] |
This function returns the build version of the cel_baselib module. This is more detail than the information returned by getBuildRevision.