/* * 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_ */