#include <stdio.h>#include <string.h>#include <stdlib.h>#include "event.h"#include "statistics.h"#include "global.h"Include dependency graph for event.c:

Classes | |
| struct | recx |
| struct | nodeendx |
Defines | |
| #define | consumed(consrec, object, time) ((consrec)->conttime[object] += time) |
Functions | |
| void | makezero (recx *consrec) |
| void | eventinit (int nob) |
| void | eventanal (int object) |
| void | eventbeenbusy (int object, double time) |
| void | eventbeenidle (int object, double time) |
| void | eventsendmess (int from, int to, double time, int *info) |
| void | eventrecvmess (int from, int to, double time, int *info) |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
1.4.6