KIM API V2
Classes | Macros | Typedefs | Functions | Variables
KIM_SupportStatus.h File Reference

Go to the source code of this file.

Classes

struct  KIM_SupportStatus
 

Macros

#define KIM_SUPPORT_STATUS_DEFINED_
 

Typedefs

typedef struct KIM_SupportStatus KIM_SupportStatus
 

Functions

KIM_SupportStatus KIM_SupportStatus_FromString (char const *const str)
 
int KIM_SupportStatus_Equal (KIM_SupportStatus const left, KIM_SupportStatus const right)
 
int KIM_SupportStatus_NotEqual (KIM_SupportStatus const left, KIM_SupportStatus const right)
 
char const *const KIM_SupportStatus_String (KIM_SupportStatus const supportStatus)
 
void KIM_SUPPORT_STATUS_GetNumberOfSupportStatuses (int *const numberOfSupportStatuses)
 
int KIM_SUPPORT_STATUS_GetSupportStatus (int const index, KIM_SupportStatus *const supportStatus)
 

Variables

KIM_SupportStatus const KIM_SUPPORT_STATUS_requiredByAPI
 
KIM_SupportStatus const KIM_SUPPORT_STATUS_notSupported
 
KIM_SupportStatus const KIM_SUPPORT_STATUS_required
 
KIM_SupportStatus const KIM_SUPPORT_STATUS_optional
 

Macro Definition Documentation

◆ KIM_SUPPORT_STATUS_DEFINED_

#define KIM_SUPPORT_STATUS_DEFINED_

Definition at line 44 of file KIM_SupportStatus.h.

Typedef Documentation

◆ KIM_SupportStatus

Definition at line 45 of file KIM_SupportStatus.h.

Function Documentation

◆ KIM_SUPPORT_STATUS_GetNumberOfSupportStatuses()

void KIM_SUPPORT_STATUS_GetNumberOfSupportStatuses ( int *const  numberOfSupportStatuses)

◆ KIM_SUPPORT_STATUS_GetSupportStatus()

int KIM_SUPPORT_STATUS_GetSupportStatus ( int const  index,
KIM_SupportStatus *const  supportStatus 
)

◆ KIM_SupportStatus_Equal()

int KIM_SupportStatus_Equal ( KIM_SupportStatus const  left,
KIM_SupportStatus const  right 
)

◆ KIM_SupportStatus_FromString()

KIM_SupportStatus KIM_SupportStatus_FromString ( char const *const  str)

◆ KIM_SupportStatus_NotEqual()

int KIM_SupportStatus_NotEqual ( KIM_SupportStatus const  left,
KIM_SupportStatus const  right 
)

◆ KIM_SupportStatus_String()

char const* const KIM_SupportStatus_String ( KIM_SupportStatus const  supportStatus)

Variable Documentation

◆ KIM_SUPPORT_STATUS_notSupported

KIM_SupportStatus const KIM_SUPPORT_STATUS_notSupported

◆ KIM_SUPPORT_STATUS_optional

KIM_SupportStatus const KIM_SUPPORT_STATUS_optional

◆ KIM_SUPPORT_STATUS_required

KIM_SupportStatus const KIM_SUPPORT_STATUS_required

◆ KIM_SUPPORT_STATUS_requiredByAPI

KIM_SupportStatus const KIM_SUPPORT_STATUS_requiredByAPI