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_ChargeUnitFromString (char const *const str) |
int | KIM_ChargeUnitEqual (KIM_ChargeUnit const left, KIM_ChargeUnit right) |
int | KIM_ChargeUnitNotEqual (KIM_ChargeUnit const left, KIM_ChargeUnit right) |
char const *const | KIM_ChargeUnitString (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_ChargeUnitEqual | ( | KIM_ChargeUnit const | left, |
KIM_ChargeUnit | right | ||
) |
KIM_ChargeUnit KIM_ChargeUnitFromString | ( | char const *const | str | ) |
int KIM_ChargeUnitNotEqual | ( | KIM_ChargeUnit const | left, |
KIM_ChargeUnit | right | ||
) |
char const* const KIM_ChargeUnitString | ( | 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 |