MityDSP Documentation Index
Public Attributes
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

unsigned int MityDSP::tcDspCameraLink::tuFrameData::mnWord

The Data Word of this sample.

unsigned int MityDSP::tcDspCameraLink::tuFrameData::rsv

Unused.

unsigned int MityDSP::tcDspCameraLink::tuFrameData::mnNewLine

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

unsigned int MityDSP::tcDspCameraLink::tuFrameData::mnNewFrame

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

struct { ... } MityDSP::tcDspCameraLink::tuFrameData::tsEvenWord
struct { ... } MityDSP::tcDspCameraLink::tuFrameData::tsOddWord
struct { ... } MityDSP::tcDspCameraLink::tuFrameData::msPackedData_12Bit
unsigned int MityDSP::tcDspCameraLink::tuFrameData::mnUnused
struct { ... } MityDSP::tcDspCameraLink::tuFrameData::msData_12Bit

  
Generated on Mon Apr 22 2013 11:33:03 for MityDSP Core by  Doxygen Version 1.8.1.1
Copyright © 2009, Critical Link LLC, All rights reserved.