68 void ServiceImageBitDepthL(); |
69 void ServiceImageBitDepthL(); |
69 void ServiceRepresentativeSampleFormatL(); |
70 void ServiceRepresentativeSampleFormatL(); |
70 void ServiceRepresentativeSampleSizeL(); |
71 void ServiceRepresentativeSampleSizeL(); |
71 void ServiceRepresentativeSampleHeightL(); |
72 void ServiceRepresentativeSampleHeightL(); |
72 void ServiceRepresentativeSampleWidthL(); |
73 void ServiceRepresentativeSampleWidthL(); |
|
74 void ServiceRepresentativeSampleDataL(); |
73 void ServiceNonConsumableL(); |
75 void ServiceNonConsumableL(); |
74 |
76 |
75 private: |
77 private: |
76 CMTPImageDpObjectPropertyMgr& iObjectPropertyMgr; |
78 CMTPImageDpObjectPropertyMgr& iObjectPropertyMgr; |
77 TMTPTypeUint8 iMTPTypeUint8; |
79 TMTPTypeUint8 iMTPTypeUint8; |
78 TMTPTypeUint16 iMTPTypeUint16; |
80 TMTPTypeUint16 iMTPTypeUint16; |
79 TMTPTypeUint32 iMTPTypeUint32; |
81 TMTPTypeUint32 iMTPTypeUint32; |
80 TMTPTypeUint64 iMTPTypeUint64; |
82 TMTPTypeUint64 iMTPTypeUint64; |
81 TMTPTypeUint128 iMTPTypeUint128; |
83 TMTPTypeUint128 iMTPTypeUint128; |
82 CMTPTypeString* iMTPTypeString; |
84 CMTPTypeString* iMTPTypeString; |
|
85 CMTPTypeArray* iMTPTypeArray; |
83 CMTPObjectMetaData* iObjectMeta; |
86 CMTPObjectMetaData* iObjectMeta; |
84 |
87 |
85 /** |
88 /** |
86 FLOGGER debug trace member variable. |
89 FLOGGER debug trace member variable. |
87 */ |
90 */ |