Skip to content

Instantly share code, notes, and snippets.

@eventhelix
Created March 10, 2015 12:19
Show Gist options
  • Save eventhelix/bf37a1385e1a8b5712f6 to your computer and use it in GitHub Desktop.
Save eventhelix/bf37a1385e1a8b5712f6 to your computer and use it in GitHub Desktop.
. . .
for (card=0; card < MAX_SIGNAL_PROCESSING_CARDS; card++)
{
for (dsp=0; dsp < MAX_DSPS_PER_CARD; dsp++)
{
m_signalProcessingCard[card].GetDSP(dsp)->Initialize();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment