FACT++  1.0
void MyTimer::timerHandler ( )
inlineprivatevirtual

Reimplemented from DimTimer.

Definition at line 53 of file test_Browser.cxx.

References AllServiceStates, dim_print_date_time(), i, NBytes, NServices, and start().

54  {
55  int i;
56  int missing = 0;
57  for(i = 0; i < NServices; i++)
58  {
59  if(AllServiceStates[i] == -2)
60  {
61  missing++;
62  }
63  }
65  printf("Missing %d, NBytes = %d\n", missing, NBytes);
66  if(missing)
67  start(1);
68  }
int start(int time)
Definition: dimcpp.cxx:29
int i
Definition: db_dim_client.c:21
int NBytes
int NServices
int * AllServiceStates
void dim_print_date_time()
Definition: utilities.c:134

+ Here is the call graph for this function: