![]() |
Developer Application Interface (ARC API) v4.5.8
ARC, Inc. GenIV Application Interface
|
#include <CArcDevice.h>
Public Member Functions | |
imageBuffer_t (const std::uint64_t u64Size) | |
const std::string | toString (void) const |
Public Attributes | |
std::unique_ptr< std::uint8_t > | pVirtualAddress |
std::uint64_t | uiSize |
Image buffer data type. Stores image buffer virtual address and size.
Definition at line 77 of file CArcDevice.h.
arc::gen4::imageBuffer_t::imageBuffer_t | ( | const std::uint64_t | u64Size | ) |
Default constructor
u64Size | - The size of the image buffer, in bytes |
const std::string arc::gen4::imageBuffer_t::toString | ( | void | ) | const |
Converts the values to a readable string
std::ios_base::failure |
std::unique_ptr<std::uint8_t> arc::gen4::imageBuffer_t::pVirtualAddress |
The image buffer virtual address
Definition at line 83 of file CArcDevice.h.
std::uint64_t arc::gen4::imageBuffer_t::uiSize |
The image buffer size, in bytes
Definition at line 84 of file CArcDevice.h.