le_ips_common.h File Reference
#include "legato.h"
Go to the source code of this file.
Typedefs | |
typedef struct le_ips_ThresholdEventHandler * | le_ips_ThresholdEventHandlerRef_t |
typedef void(* | le_ips_ThresholdEventHandlerFunc_t) (le_ips_ThresholdStatus_t event, void *contextPtr) |
Enumerations | |
enum | le_ips_ThresholdStatus_t { LE_IPS_VOLTAGE_HI_CRITICAL = 0, LE_IPS_VOLTAGE_NORMAL = 1, LE_IPS_VOLTAGE_WARNING = 2, LE_IPS_VOLTAGE_CRITICAL = 3 } |
enum | le_ips_PowerSource_t { LE_IPS_POWER_SOURCE_EXTERNAL = 0, LE_IPS_POWER_SOURCE_BATTERY = 1 } |
Detailed Description
Type definitions for le_ips.