(Page 25 of 29 in this chapter) Version
void myApplicationInit(CTAHD ctahd, SWIHD hd[], int count)
{
int i;
for (i = 0; i < count; i++)
{
swiOpenSwitch(ctahd, "agsw", i, SWI_ENABLE_RESTORE, &hd[i]);
}
}
(Page 25 of 29 in this chapter) Version