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

#include <ngcdcsACQ.hpp>

Public Member Functions

ngcdcs_recv_toperator= (const ngcdcs_recv_t &other)
 Operator =.
 
 ngcdcs_recv_t (const ngcdcs_recv_t &other)
 Copy constructor.
 
 ngcdcs_recv_t ()
 Constructor.
 
 ~ngcdcs_recv_t ()
 Destructor.
 

Public Attributes

ngcbSEMsemStart
 Start semaphore.
 
ngcbSEMsemCfg
 Configuration access semaphore.
 
int transferring
 Transferring...
 
int simErr_io
 Simulate i/o-error.
 
int simErr_store
 Simulate storage error.
 
int simErr_fatal
 Simulate fatal error.
 
int simErr_postproc
 Simulate post-processing error.
 
int status
 Transfer status.
 
int lastTransfer
 Last transfer of exposure.
 
ngcdcs_acqperf_t statistics
 Transfer statistics.
 
char erms [256]
 Error-message.
 

Detailed Description

Data reception thread argument type

Constructor & Destructor Documentation

◆ ngcdcs_recv_t() [1/2]

ngcdcs_recv_t::ngcdcs_recv_t ( const ngcdcs_recv_t & other)
inline

Copy constructor.

◆ ngcdcs_recv_t() [2/2]

ngcdcs_recv_t::ngcdcs_recv_t ( )
inline

Constructor.

◆ ~ngcdcs_recv_t()

ngcdcs_recv_t::~ngcdcs_recv_t ( )
inline

Destructor.

Member Function Documentation

◆ operator=()

ngcdcs_recv_t & ngcdcs_recv_t::operator= ( const ngcdcs_recv_t & other)
inline

Operator =.

Member Data Documentation

◆ erms

char ngcdcs_recv_t::erms[256]

Error-message.

◆ lastTransfer

int ngcdcs_recv_t::lastTransfer

Last transfer of exposure.

◆ semCfg

ngcbSEM* ngcdcs_recv_t::semCfg

Configuration access semaphore.

◆ semStart

ngcbSEM* ngcdcs_recv_t::semStart

Start semaphore.

◆ simErr_fatal

int ngcdcs_recv_t::simErr_fatal

Simulate fatal error.

◆ simErr_io

int ngcdcs_recv_t::simErr_io

Simulate i/o-error.

◆ simErr_postproc

int ngcdcs_recv_t::simErr_postproc

Simulate post-processing error.

◆ simErr_store

int ngcdcs_recv_t::simErr_store

Simulate storage error.

◆ statistics

ngcdcs_acqperf_t ngcdcs_recv_t::statistics

Transfer statistics.

◆ status

int ngcdcs_recv_t::status

Transfer status.

◆ transferring

int ngcdcs_recv_t::transferring

Transferring...


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