]> pilppa.org Git - libplp.git/blob - src/DeviceTypes.hh
w1 independent file cleanups.
[libplp.git] / src / DeviceTypes.hh
1 /*
2  * DeviceTypes.hh
3  *
4  *  Created on: Mar 3, 2011
5  *      Author: lamikr
6  */
7
8 #ifndef DEVICETYPES_HH_
9 #define DEVICETYPES_HH_
10
11 #define DEVICE_TYPE_UNKNOWN             "Unknown"
12 #define DEVICE_TYPE_TEMPERATURESENSOR   "Temperature Sensor"
13 #define DEVICE_TYPE_COUNTER_DEVICE      "Counter Device"
14
15 #endif /* DEVICETYPES_HH_ */