latest version v1.9 - last update 10 Apr 2010 |
Structure to hold format 7 mode information. More...
#include <ltiFireWireDCAM.h>
Public Attributes | |
bool | present |
uipoint | size |
uipoint | maxSize |
uipoint | pos |
uipoint | unitSize |
uipoint | unitPos |
unsigned int | colorCodingId |
quadlet_t | colorCoding |
unsigned int | pixnum |
unsigned int | bpp |
unsigned int | minBpp |
unsigned int | maxBpp |
uint64 | totalBytes |
Structure to hold format 7 mode information.
This structure will be replicated in an array, of which each component will hold information about one particular format7 mode (there are at this time only 8 available).
unsigned int lti::fireWireDCAM::format7ModeInfo::bpp |
Number of bytes per packet.
Bitwise combination of color coding modes supported.
unsigned int lti::fireWireDCAM::format7ModeInfo::colorCodingId |
ID number of the color coding.
unsigned int lti::fireWireDCAM::format7ModeInfo::maxBpp |
Maximum number of bytes per packet.
Maximum image size.
unsigned int lti::fireWireDCAM::format7ModeInfo::minBpp |
Minimum number of bytes per packet.
unsigned int lti::fireWireDCAM::format7ModeInfo::pixnum |
Number of pixels.
Position of subimage in the total CCD image size.
Corresponding format7 mode is available.
Current image size in use.
Total number of bytes.
Unit position.