MityDSP Documentation Index

MityDSP::tcDspCameraLink::tuFrameData Union Reference

This union represents the camera link FIFO data. More...

#include <DspCameraLink.h>

List of all members.

Public Attributes

struct {
   struct {
      unsigned int   mnWord: 12
 The Data Word of this sample.
      unsigned int   rsv: 2
 Unused.
      unsigned int   mnNewLine: 1
 1 when start of new line, 0 if frame masking is set
      unsigned int   mnNewFrame: 1
 1 when start of new frame, 0 if frame masking is set
   }   tsEvenWord
   struct {
      unsigned int   mnWord: 12
 The Data Word of this sample.
      unsigned int   rsv: 2
 Unused.
      unsigned int   mnNewLine: 1
 1 when start of new line, 0 if frame masking is set
      unsigned int   mnNewFrame: 1
 1 when start of new frame, 0 if frame masking is set
   }   tsOddWord
msPackedData_12Bit
struct {
   unsigned int   mnWord: 12
 The Data Word of this sample.
   unsigned int   rsv: 2
 Unused.
   unsigned int   mnNewLine: 1
 1 when start of new line, 0 if frame masking is set
   unsigned int   mnNewFrame: 1
 1 when start of new frame, 0 if frame masking is set
   unsigned int   mnUnused: 16
msData_12Bit

Detailed Description

This union represents the camera link FIFO data.

It varies based on the packing style (controlled through the tcDspCameraLink class) as well as the Camera Link data source (e.g., number of bits per channel, number of channels, etc.).


Member Data Documentation

The Data Word of this sample.

Unused.

1 when start of new line, 0 if frame masking is set

1 when start of new frame, 0 if frame masking is set


  
Generated on Fri Sep 23 16:33:47 2011 for MityDSP Core by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.