changeset 326:f7872d15a6cc

added user type ids
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 23 May 2013 17:57:11 +0200
parents 6c9c7c956926
children 42f2b46ec210
files python/storage.py
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/python/storage.py	Fri May 10 21:32:11 2013 +0200
+++ b/python/storage.py	Thu May 23 17:57:11 2013 +0200
@@ -12,6 +12,15 @@
                   'car':2,
                   'truck':3}
 
+sqliteUserTypeNames = ['unknown',
+                       'car',
+                       'pedestrian',
+                       'motorcycle',
+                       'bicycle',
+                       'bus',
+                       'truck']
+
+
 #########################
 # txt files
 #########################