MityDSP Documentation Index
Public Attributes
MityDSP::tcDspHsUsb::usbBuffer Struct Reference

The tsUsbBuffer structure is used to provide internal buffering for incoming and outgoing data. More...

#include <DspHsUsb.h>

List of all members.

Public Attributes

unsigned int mnOffset
 Start of unconsumed data.
unsigned int mnBytes
 Bytes remaining in buffer.
struct usbBuffermpNext
 Next buffer in chain.
unsigned char mpData [4]
 Buffer data (size adjusted when created)

Detailed Description

The tsUsbBuffer structure is used to provide internal buffering for incoming and outgoing data.

The number of buffers available is set by the constructor.


Member Data Documentation

unsigned int MityDSP::tcDspHsUsb::usbBuffer::mnOffset

Start of unconsumed data.

unsigned int MityDSP::tcDspHsUsb::usbBuffer::mnBytes

Bytes remaining in buffer.

struct usbBuffer* MityDSP::tcDspHsUsb::usbBuffer::mpNext

Next buffer in chain.

unsigned char MityDSP::tcDspHsUsb::usbBuffer::mpData[4]

Buffer data (size adjusted when created)


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