CWINDCallback::CWINDCallback::CWINDUpdate Class Reference

Class contains callback function used by WIND Tunnel. More...

#include <WIND Tunnel.h>

List of all members.

Public Member Functions

virtual void OnWINDStatus (int SizeofBuf, char *buf, int PercentComplete)=0


Detailed Description

Class contains callback function used by WIND Tunnel.

Member Function Documentation

virtual void CWINDCallback::CWINDCallback::CWINDUpdate::OnWINDStatus ( int  SizeofBuf,
char *  buf,
int  PercentComplete 
) [pure virtual]

OnWINDStatus

Note:
Override this function in order to get status updates while processing.
Parameters:
SizeofBuf Total length of buf.
buf Pointer to string that contains status information about which stage of processing is occurring.
PercentComplete A number with a range from -1 to 100. 0 to 100 represents the amount of processing completed for the corresponding stage. -1 repesents not applicable.


The documentation for this class was generated from the following file:

Generated on Fri Sep 4 16:14:31 2009 for WIND Tunnel by  doxygen 1.5.8