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

Go to the source code of this file.

Classes

struct  KIM_ChargeUnit
 

Macros

#define KIM_CHARGE_UNIT_DEFINED_
 

Typedefs

typedef struct KIM_ChargeUnit KIM_ChargeUnit
 

Functions

KIM_ChargeUnit KIM_ChargeUnit_FromString (char const *const str)
 
int KIM_ChargeUnit_Equal (KIM_ChargeUnit const left, KIM_ChargeUnit right)
 
int KIM_ChargeUnit_NotEqual (KIM_ChargeUnit const left, KIM_ChargeUnit right)
 
char const *const KIM_ChargeUnit_String (KIM_ChargeUnit const chargeUnit)
 
void KIM_CHARGE_UNIT_GetNumberOfChargeUnits (int *const numberOfChargeUnits)
 
int KIM_CHARGE_UNIT_GetChargeUnit (int const index, KIM_ChargeUnit *const chargeUnit)
 

Variables

KIM_ChargeUnit const KIM_CHARGE_UNIT_unused
 
KIM_ChargeUnit const KIM_CHARGE_UNIT_C
 
KIM_ChargeUnit const KIM_CHARGE_UNIT_e
 
KIM_ChargeUnit const KIM_CHARGE_UNIT_statC
 

Macro Definition Documentation

◆ KIM_CHARGE_UNIT_DEFINED_

#define KIM_CHARGE_UNIT_DEFINED_

Definition at line 44 of file KIM_ChargeUnit.h.

Typedef Documentation

◆ KIM_ChargeUnit

Definition at line 45 of file KIM_ChargeUnit.h.

Function Documentation

◆ KIM_CHARGE_UNIT_GetChargeUnit()

int KIM_CHARGE_UNIT_GetChargeUnit ( int const  index,
KIM_ChargeUnit *const  chargeUnit 
)

◆ KIM_CHARGE_UNIT_GetNumberOfChargeUnits()

void KIM_CHARGE_UNIT_GetNumberOfChargeUnits ( int *const  numberOfChargeUnits)

◆ KIM_ChargeUnit_Equal()

int KIM_ChargeUnit_Equal ( KIM_ChargeUnit const  left,
KIM_ChargeUnit  right 
)

◆ KIM_ChargeUnit_FromString()

KIM_ChargeUnit KIM_ChargeUnit_FromString ( char const *const  str)

◆ KIM_ChargeUnit_NotEqual()

int KIM_ChargeUnit_NotEqual ( KIM_ChargeUnit const  left,
KIM_ChargeUnit  right 
)

◆ KIM_ChargeUnit_String()

char const* const KIM_ChargeUnit_String ( KIM_ChargeUnit const  chargeUnit)

Variable Documentation

◆ KIM_CHARGE_UNIT_C

KIM_ChargeUnit const KIM_CHARGE_UNIT_C

◆ KIM_CHARGE_UNIT_e

KIM_ChargeUnit const KIM_CHARGE_UNIT_e

◆ KIM_CHARGE_UNIT_statC

KIM_ChargeUnit const KIM_CHARGE_UNIT_statC

◆ KIM_CHARGE_UNIT_unused

KIM_ChargeUnit const KIM_CHARGE_UNIT_unused