Bull DPX/20 Podręcznik Użytkownika Strona 398

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 424
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 397
5-30 SOMobjects Base Toolkit Programmers Reference
Manual
someSetRegDataTimerInterval Method
Purpose
Sets the timer interval within the registration data.
IDL Syntax
void someSetRegDataTimerInterval (
in long interval);
Description
This call allows setting the timer interval (in milliseconds) within the registration data object.
Parameters
receiver A pointer to an object of class SOMEEMRegisterData.
ev A pointer to the Environment structure for the calling method.
interval An integer indicating the timer interval in milliseconds.
Example
#include <eman.h>
long regId1;
...
/* Register a timer */
_someClearRegData( data, env );
_someSetRegDataEventMask( data, env, EMTimerEvent, NULL );
_someSetRegDataTimerInterval( data, env, 100 );
/* Sets the timer interval to 100 milliseconds */
regId1 = _someRegister( some_gEMan,env, data, target,
”eventMethod”, ”Timer 100” );
Original Class
SOMEEMRegisterData
Related Information
Methods: someClearRegData
Przeglądanie stron 397
1 2 ... 393 394 395 396 397 398 399 400 401 402 403 ... 423 424

Komentarze do niniejszej Instrukcji

Brak uwag