00001 readscl(UINT32* buffer, int numscalers) 00002 { 00003 .... 00004 pScaler->LatchAndRead(buffer); 00005 buffer += 32; 00006 ... 00007 }