Time-of-Flight-SDK
|
#include <frame.h>
Public Member Functions | |
SDK_API | Frame () |
Constructor. | |
SDK_API | ~Frame () |
Destructor. | |
SDK_API | Frame (const Frame &op) |
Copy constructor. | |
SDK_API Frame & | operator= (const Frame &op) |
Copy assignment. | |
SDK_API | Frame (Frame &&) noexcept |
Move constructor. | |
SDK_API Frame & | operator= (Frame &&) noexcept |
Move assignment. | |
SDK_API Status | setDetails (const FrameDetails &details) |
Configures the frame with the given details. More... | |
SDK_API Status | getDetails (FrameDetails &details) const |
Gets the current details of the frame. More... | |
SDK_API Status | getData (FrameDataType dataType, uint16_t **dataPtr) |
Gets the address where the specified data is being stored. More... | |
SDK_API Status aditof::Frame::getData | ( | FrameDataType | dataType, |
uint16_t ** | dataPtr | ||
) |
Gets the address where the specified data is being stored.
dataType | ||
[out] | dataPtr |
SDK_API Status aditof::Frame::getDetails | ( | FrameDetails & | details | ) | const |
Gets the current details of the frame.
[out] | details |
SDK_API Status aditof::Frame::setDetails | ( | const FrameDetails & | details | ) |
Configures the frame with the given details.
details |