35 #include "frame_definitions.h" 36 #include "sdk_exports.h" 37 #include "status_definitions.h" 105 std::unique_ptr<FrameImpl> m_impl;
SDK_API Status getData(FrameDataType dataType, uint16_t **dataPtr)
Gets the address where the specified data is being stored.
SDK_API Status getDetails(FrameDetails &details) const
Gets the current details of the frame.
SDK_API Frame()
Constructor.
FrameDataType
Types of data that a frame can contain.
SDK_API ~Frame()
Destructor.
Status
Status of any operation that the TOF sdk performs.
SDK_API Frame & operator=(const Frame &op)
Copy assignment.
SDK_API Status setDetails(const FrameDetails &details)
Configures the frame with the given details.
Describes the properties of a frame.