AdaptiveOpticsControl
ImageStruct.h File Reference

Image structure definition. More...

Go to the source code of this file.

Data Structures

struct  __attribute__
 Keyword The IMAGE_KEYWORD structure includes : More...
 
struct  TIMESPECFIXED
 structure holding two 8-byte integers More...
 
struct  complex_float
 
struct  complex_double
 
struct  __attribute__
 Keyword The IMAGE_KEYWORD structure includes : More...
 
struct  __attribute__
 Keyword The IMAGE_KEYWORD structure includes : More...
 
struct  __attribute__
 Keyword The IMAGE_KEYWORD structure includes : More...
 

Detailed Description

Image structure definition.

The IMAGE structure is defined here Supports shared memory, low latency IPC through semaphores

Dynamic allocation within IMAGE: IMAGE includes a pointer to an array of IMAGE_METADATA (usually only one element, >1 element for polymorphism) IMAGE includes a pointer to an array of KEYWORDS IMAGE includes a pointer to a data array

Author
O. Guyon
Date
22 Jul 2017
Bug:
No known bugs.