Searched defs:type (Results 1 - 1 of 1) sorted by relevance

/gkrellm-k10addon/src/
H A Dk10.c104 * Get the number of all accessible data sources of the given device type.
110 getCount(DeviceType type) { argument
114 if (type != SENSOR) {
194 * Initialize the n-th data source of the given device type and return its basic
203 * @param type The type aka category of device, the data source belongs to.
206 * 0 .. #getCount(DeviceType)-1 wrt. the given device type.
234 init(DeviceType type, guint8 id, gchar **name, gchar **desc, gchar **label, argument
243 if (type != SENSOR || id > (dev_count * data_per_dev -1)) {
312 * Update the current value of the source with the given ID and type
322 update(DeviceType type, guint8 id, int *value) argument
[all...]

Completed in 9 milliseconds