X-Git-Url: http://pilppa.org/gitweb/?p=lib1wire.git;a=blobdiff_plain;f=src%2FDeviceTypes.hh;fp=src%2FDeviceTypes.hh;h=e37a68b7adbda54a2dfaa146d53b7e6772444c2c;hp=0000000000000000000000000000000000000000;hb=da203ad44792ca37320768f4cbe68587c4806910;hpb=6caee6cb22c1334701afe7aa30bcf9668ca3a5c5 diff --git a/src/DeviceTypes.hh b/src/DeviceTypes.hh new file mode 100644 index 0000000..e37a68b --- /dev/null +++ b/src/DeviceTypes.hh @@ -0,0 +1,15 @@ +/* + * DeviceTypes.hh + * + * Created on: Mar 3, 2011 + * Author: lamikr + */ + +#ifndef DEVICETYPES_HH_ +#define DEVICETYPES_HH_ + +#define DEVICE_TYPE_UNKNOWN "Unknown" +#define DEVICE_TYPE_TEMPERATURESENSOR "Temperature Sensor" +#define DEVICE_TYPE_COUNTER_DEVICE "Counter Device" + +#endif /* DEVICETYPES_HH_ */