ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcb_shmhdr_t Struct Reference

#include <ngcbSHM.hpp>

Public Member Functions

 ngcb_shmhdr_t ()
 Constructor.
 

Public Attributes

ngcb_shmio_t io
 Event i/o.
 
int frame
 Frame-id.
 
int bitPix
 BITPIX.
 
int sx
 Start-x coordinate.
 
int sy
 Start-y coordinate.
 
int nx
 X-dimension.
 
int ny
 Y-dimension.
 
int endian
 Endianess (1=little-endian, 0=big-endian)
 
int fullFrame
 Full-frame.
 
int bzero
 BZERO.
 
int fcnt
 Frame counter.
 
int fcnt0
 Initial frame counter.
 
int expCnt
 Exposure counter.
 
int ndit
 Number of integrations in pixel data.
 
int flags
 Flags (BIT0 = recording, ...)
 
int status
 Status.
 
char bytes [308]
 General purpose bytes with n * 128 bit data buffer alignment.
 

Detailed Description

Shared memory image header structure

Constructor & Destructor Documentation

◆ ngcb_shmhdr_t()

ngcb_shmhdr_t::ngcb_shmhdr_t ( )
inline

Constructor.

Member Data Documentation

◆ bitPix

int ngcb_shmhdr_t::bitPix

BITPIX.

◆ bytes

char ngcb_shmhdr_t::bytes[308]

General purpose bytes with n * 128 bit data buffer alignment.

◆ bzero

int ngcb_shmhdr_t::bzero

BZERO.

◆ endian

int ngcb_shmhdr_t::endian

Endianess (1=little-endian, 0=big-endian)

◆ expCnt

int ngcb_shmhdr_t::expCnt

Exposure counter.

◆ fcnt

int ngcb_shmhdr_t::fcnt

Frame counter.

◆ fcnt0

int ngcb_shmhdr_t::fcnt0

Initial frame counter.

◆ flags

int ngcb_shmhdr_t::flags

Flags (BIT0 = recording, ...)

◆ frame

int ngcb_shmhdr_t::frame

Frame-id.

◆ fullFrame

int ngcb_shmhdr_t::fullFrame

Full-frame.

◆ io

ngcb_shmio_t ngcb_shmhdr_t::io

Event i/o.

◆ ndit

int ngcb_shmhdr_t::ndit

Number of integrations in pixel data.

◆ nx

int ngcb_shmhdr_t::nx

X-dimension.

◆ ny

int ngcb_shmhdr_t::ny

Y-dimension.

◆ status

int ngcb_shmhdr_t::status

Status.

◆ sx

int ngcb_shmhdr_t::sx

Start-x coordinate.

◆ sy

int ngcb_shmhdr_t::sy

Start-y coordinate.


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