KIM API V2
|
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 |
#define KIM_CHARGE_UNIT_DEFINED_ |
Definition at line 44 of file KIM_ChargeUnit.h.
typedef struct KIM_ChargeUnit KIM_ChargeUnit |
Definition at line 45 of file KIM_ChargeUnit.h.
int KIM_CHARGE_UNIT_GetChargeUnit | ( | int const | index, |
KIM_ChargeUnit *const | chargeUnit | ||
) |
void KIM_CHARGE_UNIT_GetNumberOfChargeUnits | ( | int *const | numberOfChargeUnits | ) |
int KIM_ChargeUnit_Equal | ( | KIM_ChargeUnit const | left, |
KIM_ChargeUnit | right | ||
) |
KIM_ChargeUnit KIM_ChargeUnit_FromString | ( | char const *const | str | ) |
int KIM_ChargeUnit_NotEqual | ( | KIM_ChargeUnit const | left, |
KIM_ChargeUnit | right | ||
) |
char const* const KIM_ChargeUnit_String | ( | KIM_ChargeUnit const | chargeUnit | ) |
KIM_ChargeUnit const KIM_CHARGE_UNIT_C |
KIM_ChargeUnit const KIM_CHARGE_UNIT_e |
KIM_ChargeUnit const KIM_CHARGE_UNIT_statC |
KIM_ChargeUnit const KIM_CHARGE_UNIT_unused |