CAmvClassFilter Class Definition

The following class definition represents the CAmvClassFilter class. For clarity, it has been simplified from the actual class definition. All the user-accessible members are listed.

class CAmvClassFilter {

public:

  TCHAR class_title[CLASS_TITLE_LEN+1] ;

  int class_order ;

  COR_I2  class_alarm_fg ;

  COR_I2  class_alarm_bg ;

  COR_I2  class_normal_fg ;

  COR_I2  class_normal_bg ;

  COR_I2  class_ack_fg ;

  COR_I2  class_ack_bg ;

  TCHAR* ID(TCHAR* id_buf) ;

  BOOL IsEnabled ;

  void Enable ;

  void Disable ;

};// CAmvClassFilter

More information

CAmvClassFilter class member overview.

CAmvClassFilter