summaryrefslogtreecommitdiffstats
path: root/src/uca-camera.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-16 12:40:18 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-16 12:40:18 +0200
commitde2e8e3191eae37b91f672a03e028a35c8863c9d (patch)
treebe30db890721ef2ba676fad75d081184f03f2c90 /src/uca-camera.h
parentd8743d20b93d34497183d05ccb17519194ec5abb (diff)
downloaduca-de2e8e3191eae37b91f672a03e028a35c8863c9d.tar.gz
uca-de2e8e3191eae37b91f672a03e028a35c8863c9d.tar.bz2
uca-de2e8e3191eae37b91f672a03e028a35c8863c9d.tar.xz
uca-de2e8e3191eae37b91f672a03e028a35c8863c9d.zip
Add temperature unit and descriptions for pco
Diffstat (limited to 'src/uca-camera.h')
-rw-r--r--src/uca-camera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uca-camera.h b/src/uca-camera.h
index 4aad0b4..d84b5f2 100644
--- a/src/uca-camera.h
+++ b/src/uca-camera.h
@@ -54,6 +54,7 @@ typedef enum {
UCA_UNIT_METER,
UCA_UNIT_SECOND,
UCA_UNIT_PIXEL,
+ UCA_UNIT_DEGREE_CELSIUS,
UCA_UNIT_COUNT
} UcaUnit;