Teledyne-lecroy Automation API for IBTrainer Software Ver.2.0 Manual de usuario Pagina 130

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 167
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 129
Classes of the C++ Interface Methods of the IGCCallBack Class
2-108 CATC IBTrainer InfiniBand Exerciser API Reference
Methods of the IGCCallBack Class
The class
IGCCallBack
provides the methods to handle callbacks from the
API.
You cannot use the class directly, it is purely virtual and has to be
derived. You need to implement method
Notify
() in your derived class.
The generator uses this method to pass the callback data for handling.
You are free to do whatever is necessary in this method.
The characteristic members of the
IGCCallBack
class are as follows::
IGCCallBack (void)
~IGCCallBack (void)
ig_int32 QueryNotifyMask (void) const
void SetNotifyMask (ig_int32 mask)
virtual IGECBReturn Notify (ig_int32 changeMask, IGCObject & obj,
IGCGenerator & generator) = 0
#include <igcallback.h> Files
Vista de pagina 129
1 2 ... 125 126 127 128 129 130 131 132 133 134 135 ... 166 167

Comentarios a estos manuales

Sin comentarios