VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtBasicEncodingRules.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 VT-MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 namespace makVrv
15 {
16  namespace vrvMetadataUtilities
17  {
19 
20  DT_DLL_VRVVIDEOSTREAM void DtIntToBer(unsigned int val,
21  unsigned char* outBuffer, unsigned int& outLength);
22 
23  DT_DLL_VRVVIDEOSTREAM void DtBerToInt(unsigned char* buffer,
24  unsigned int& outValue);
26 
28  DT_DLL_VRVVIDEOSTREAM unsigned int DtBerLength(unsigned int size);
29 
30 
31 
33 
34 
35  DT_DLL_VRVVIDEOSTREAM void DtIntToBerOid(unsigned int val,
36  unsigned char* outBuffer, unsigned int& outLength);
37 
38  DT_DLL_VRVVIDEOSTREAM void DtBerOidToInt(unsigned char* buffer,
39  unsigned int& outValue);
41 
44  DT_DLL_VRVVIDEOSTREAM unsigned int DtBerOidLength(unsigned int size);
45  }
46 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)