31#ifndef KIM_SUPPORTED_EXTENSIONS_HPP_
32#define KIM_SUPPORTED_EXTENSIONS_HPP_
34#define KIM_SUPPORTED_EXTENSIONS_ID "KIM_SupportedExtensions"
35#define KIM_MAX_EXTENSION_ID_LENGTH 128
36#define KIM_MAX_NUMBER_OF_EXTENSIONS 64
#define KIM_MAX_NUMBER_OF_EXTENSIONS
#define KIM_MAX_EXTENSION_ID_LENGTH
The only standard extension defined by the KIM API.
int supportedExtensionRequired[KIM_MAX_NUMBER_OF_EXTENSIONS]
int numberOfSupportedExtensions
The number of extensions supported by the Model.
char supportedExtensionID[KIM_MAX_NUMBER_OF_EXTENSIONS][KIM_MAX_EXTENSION_ID_LENGTH]
The unique extension ID's of each supported extension.