#include "getopt.h"
#include <iostream.h>
#include <stdio.h>
#include "CosEventComm.hh"
#include "CosEventChannelAdmin.hh"
#include "naming.h"
Include dependency graph for events.cc:
Go to the source code of this file.
Compounds | |
class | Consumer_i |
class | Supplier_i |
class | Time |
Defines | |
#define | STDIN_FILENO 0 |
#define | STDOUT_FILENO 1 |
#define | BILLION 1000000000 |
Functions | |
void | usage (int argc, char **argv) |
int | main (int argc, char **argv) |
Variables | |
CORBA::ORB_ptr | orb |
|
Definition at line 86 of file events.cc. Referenced by Time::operator+=(), and Time::operator-=(). |
|
Definition at line 74 of file events.cc. Referenced by OmniEvents::DaemonImpl::redirectStreamsTo(), and Supplier_i::supply(). |
|
Definition at line 75 of file events.cc. Referenced by Consumer_i::push(), and OmniEvents::DaemonImpl::redirectStreamsTo(). |
|
Definition at line 295 of file events.cc. References Consumer_i::consume(), getopt(), orb, str2name(), Supplier_i::supply(), and usage(). |
|
|
|
Definition at line 78 of file events.cc. Referenced by Consumer_i::disconnect_push_consumer(), and main(). |