Eeze.h | Eeze.h | |||
---|---|---|---|---|
/** | /** | |||
@brief Eeze Device Library | @brief Eeze Device Library | |||
* | * | |||
@mainpage Eeze | @mainpage Eeze | |||
@image html eeze.png | @image html eeze.png | |||
@version 1.7.0 | @version 1.7.5 | |||
@author Mike Blumenkrantz (zmike/discomfitor) <michael.blumenkrantz@@gmail .com> | @author Mike Blumenkrantz (zmike/discomfitor) <michael.blumenkrantz@@gmail .com> | |||
@date 2010-2012 | @date 2010-2013 | |||
@section intro What is Eeze? | @section intro What is Eeze? | |||
Eeze is a library for manipulating devices through udev with a simple and fast | Eeze is a library for manipulating devices through udev with a simple and fast | |||
api. It interfaces directly with libudev, avoiding such middleman daemons as | api. It interfaces directly with libudev, avoiding such middleman daemons as | |||
udisks/upower or hal, to immediately gather device information the instant it | udisks/upower or hal, to immediately gather device information the instant it | |||
becomes known to the system. This can be used to determine such things as : | becomes known to the system. This can be used to determine such things as : | |||
@li If a cdrom has a disk inserted | @li If a cdrom has a disk inserted | |||
@li The temperature of a cpu core | @li The temperature of a cpu core | |||
@li The remaining power left in a battery | @li The remaining power left in a battery | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||