Library to allo USB PTP device to be hosted by the mbed platform

Dependents:   class_project_main

Revision:
10:fc1cb68fc91e
Parent:
3:1fcb46ab18df
diff -r 961c3357504d -r fc1cb68fc91e PIMA15740/PIMA15740_types.h
--- a/PIMA15740/PIMA15740_types.h	Tue Sep 10 07:40:44 2013 +0000
+++ b/PIMA15740/PIMA15740_types.h	Wed Sep 18 01:48:07 2013 +0000
@@ -15,6 +15,7 @@
 #include "PIMAconst.h"
 #include "PIMAArray.h"
 #include "PIMAString.h"
+#include "PIMAPropDescr.h"
 
 /** @struct PIMAContainer
  *  PIMA 15740:2000 standard Appendix D.7.1.1   
@@ -34,11 +35,11 @@
     uint16_t            vendorExtensionVersion;
     PIMAString          vendorExtensionDesc;
     uint16_t            functionMode;
-    PIMAArray           operationsSupported;
-    PIMAArray           eventsSupported;
-    PIMAArray           devicePropertiesSupported;
-    PIMAArray           captureFormats;
-    PIMAArray           imageFormats;
+    PIMAArray<uint16_t> operationsSupported;
+    PIMAArray<uint16_t> eventsSupported;
+    PIMAArray<uint16_t> devicePropertiesSupported;
+    PIMAArray<uint16_t> captureFormats;
+    PIMAArray<uint16_t> imageFormats;
     PIMAString          manufacturer;
     PIMAString          model;
     PIMAString          deviceVersion;