Public Attributes | List of all members
WaitResult< T > Class Template Reference

A combined result returned after waiting for a image. More...

#include <cvb/driver/driver.hpp>

Public Attributes

WaitStatus Status = WaitStatus::Ok
 The status.
 
std::shared_ptr< T > Image
 The returned image by wait if applicable cast to the provided type.
 

Detailed Description

template<class T>
class Cvb::Driver::WaitResult< T >

A combined result returned after waiting for a image.