Skip to content

Instantly share code, notes, and snippets.

@eventhelix
Created March 10, 2015 02:07
Show Gist options
  • Save eventhelix/764db48e922e9e137758 to your computer and use it in GitHub Desktop.
Save eventhelix/764db48e922e9e137758 to your computer and use it in GitHub Desktop.
// Each Signal Processor Card contains 32 DSPs.
// This is represented by a two dimensional
// array of DSP objects. The first dimension
// is the Signal Processor Card Id and the second
// dimension is the DSP id on the card
DSP m_dsp[MAX_SIGNAL_PROCESSOR_CARDS][MAX_DSPS_PER_CARD];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment