#include <ngcdcsACQ_DATA.hpp>
Public Member Functions | |
| ngcdcs_acqreq_t () | |
| Constructor. | |
Public Attributes | |
| int | type |
| Frame type. | |
| int | sx |
| Window (lower left x) | |
| int | sy |
| Window (lower left y) | |
| int | nx |
| Window (x-Dimension) | |
| int | ny |
| Window (y-dimension) | |
Acquisition process data request structure
|
inline |
Constructor.
| int ngcdcs_acqreq_t::nx |
Window (x-Dimension)
| int ngcdcs_acqreq_t::ny |
Window (y-dimension)
| int ngcdcs_acqreq_t::sx |
Window (lower left x)
| int ngcdcs_acqreq_t::sy |
Window (lower left y)
| int ngcdcs_acqreq_t::type |
Frame type.