AJA NTV2 SDK
17.6.0.1688
NTV2 SDK 17.6.0.1688
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
u
v
Enumerations
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
_
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
b
c
e
g
k
n
r
v
Related Functions
:
a
b
c
d
j
o
s
w
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
j
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
infoimpl.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
8
#ifndef AJA_INFO_IMPL_H
9
#define AJA_INFO_IMPL_H
10
11
#include "
ajabase/common/common.h
"
12
#include "
ajabase/system/info.h
"
13
14
class
AJASystemInfoImpl
15
{
16
public
:
17
18
AJASystemInfoImpl
(
int
units);
19
virtual
~AJASystemInfoImpl
();
20
21
virtual
AJAStatus
Rescan
(
AJASystemInfoSections
sections);
22
23
std::map<int, std::string>
mLabelMap
;
24
std::map<int, std::string>
mValueMap
;
25
26
int
mMemoryUnits
;
27
};
28
29
#endif // AJA_INFO_IMPL_H
info.h
Declares the AJASystemInfo class.
AJASystemInfoImpl::mMemoryUnits
int mMemoryUnits
Definition:
infoimpl.h:26
AJASystemInfoImpl::mLabelMap
std::map< int, std::string > mLabelMap
Definition:
infoimpl.h:23
AJASystemInfoImpl::~AJASystemInfoImpl
virtual ~AJASystemInfoImpl()
Definition:
infoimpl.cpp:251
AJAStatus
AJAStatus
Definition:
types.h:378
AJASystemInfoImpl::mValueMap
std::map< int, std::string > mValueMap
Definition:
infoimpl.h:24
AJASystemInfoSections
AJASystemInfoSections
Definition:
info.h:55
AJASystemInfoImpl::AJASystemInfoImpl
AJASystemInfoImpl(int units)
Definition:
infoimpl.cpp:246
AJASystemInfoImpl
Definition:
infoimpl.h:14
common.h
Private include file for all ajabase sources.
AJASystemInfoImpl::Rescan
virtual AJAStatus Rescan(AJASystemInfoSections sections)
Definition:
infoimpl.cpp:257
libajantv2
ajabase
system
bm
infoimpl.h
Generated on Wed Mar 5 2025 11:06:23 for AJA NTV2 SDK by
1.8.17