AJA NTV2 SDK
17.0.1.1246
NTV2 SDK 17.0.1.1246
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
e
j
k
l
m
p
r
s
t
u
w
Functions
e
j
k
l
m
p
r
s
t
u
w
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
Enumerations
Enumerator
b
c
e
g
k
n
r
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
c
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Typedefs
_
a
b
c
d
f
h
i
l
m
n
o
p
q
r
s
t
u
w
Enumerations
_
a
b
c
d
e
f
h
i
j
k
m
n
p
q
r
s
t
u
v
x
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
ntv2utf8.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
8
#ifndef __NTV2UTF8_H
9
#define __NTV2UTF8_H
10
11
#include "
ajatypes.h
"
// for NTV2_NUB_CLIENT_SUPPORT
12
#include "
ajaexport.h
"
13
14
#if defined (NTV2_NUB_CLIENT_SUPPORT)
15
AJAExport
bool
map_utf8_to_codepage437
(
const
char
*src,
int
u8_len,
unsigned
char
*cp437equiv);
16
AJAExport
void
strncpyasutf8
(
char
*dest,
const
char
*src,
int
dest_buf_size);
17
AJAExport
void
strncpyasutf8_map_cp437
(
char
*dest,
const
char
*src,
int
dest_buf_size);
18
#endif // defined (NTV2_NUB_CLIENT_SUPPORT)
19
20
#endif // __NTV2UTF8_H
ajaexport.h
Defines the import/export macros for producing DLLs or LIBs.
ajatypes.h
Declares the most fundamental data types used by NTV2. Since Windows NT was the first principal devel...
map_utf8_to_codepage437
bool map_utf8_to_codepage437(const char *src, int u8_len, unsigned char *cp437equiv)
Definition:
ntv2utf8.cpp:65
strncpyasutf8
void strncpyasutf8(char *dest, const char *src, int dest_buf_size)
Definition:
ntv2utf8.cpp:33
strncpyasutf8_map_cp437
void strncpyasutf8_map_cp437(char *dest, const char *src, int dest_buf_size)
Definition:
ntv2utf8.cpp:321
AJAExport
#define AJAExport
Definition:
export.h:33
libajantv2
ajantv2
includes
ntv2utf8.h
Generated on Tue Oct 1 2024 16:33:52 for AJA NTV2 SDK by
1.8.17