VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvVideoStream
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
12
#include <
vrvVideoStream/vrvVideoStream.h
>
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)