shared
depthai-shared
include
depthai-shared
common
MemoryInfo.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
depthai-shared/utility/Serialization.hpp
"
4
5
namespace
dai
{
6
12
struct
MemoryInfo
{
13
int64_t
remaining
;
14
int64_t
used
;
15
int64_t
total
;
16
};
17
18
DEPTHAI_SERIALIZE_EXT
(
MemoryInfo
, remaining, used, total);
19
20
}
// namespace dai
dai::MemoryInfo::used
int64_t used
Definition:
MemoryInfo.hpp:14
dai::DEPTHAI_SERIALIZE_EXT
DEPTHAI_SERIALIZE_EXT(CameraSensorConfig, width, height, minFps, maxFps, fov, type)
dai::MemoryInfo::remaining
int64_t remaining
Definition:
MemoryInfo.hpp:13
Serialization.hpp
dai::MemoryInfo
Definition:
MemoryInfo.hpp:12
dai::MemoryInfo::total
int64_t total
Definition:
MemoryInfo.hpp:15
dai
Definition:
CameraExposureOffset.hpp:6
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19