The VisAO Camera
sharedim< IMDATA_TYPE > Struct Template Reference

Convenience structure for an image. More...

#include <sharedim_stack.h>

Public Attributes

int nx
 
int ny
 
int depth
 
long frameNo
 
int saved
 
timeval frame_time
 
timeval frame_time_dma
 
IMDATA_TYPE * imdata
 

Detailed Description

template<class IMDATA_TYPE>
struct sharedim< IMDATA_TYPE >

Do not use this to access a shared image unless it has been retrieved via sharedim_stack::get_image(int) so that the imdata pointer is set correctly for the calling process' memory map.

Definition at line 72 of file sharedim_stack.h.


The documentation for this struct was generated from the following file: