#include <revolution/kpadOld.h> WPADFSStatus *KPADGetWPADFSRingBuffer( s32 chan );
| chan | One of the WPAD_CHANn values. |
|---|
Returns the starting address of the WPADFSStatus structure ring buffer.
KPAD library uses autosampling from the WPAD library. This function gets the starting address of the WPADFSStatus structure ring buffer used by that autosampling. KPAD_RING_BUFS defines the buffer's length. To reference values in a WPADFSStatus structure directly, use the WPADGetLatestIndexInBuf function in parallel to reference the appropriate value.
None.
2006/10/25 Changed the name to KPADOld library, beginning with Revolution SDK 2.3.
2006/03/01 Initial version.
CONFIDENTIAL