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 |
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.