#include <oep_types.h>
Public Methods | |
OEP_cfps () | |
virtual | ~OEP_cfps () |
void | setPort (unsigned int port) |
const unsigned int | getPort (void) const |
void | setKey (char *key) |
const char * | getKey (void) const |
void | addChannel (OEP_ecps *channel) |
OepEcpsList & | getChannels (void) |
Private Attributes | |
unsigned int | port |
char * | key |
OepEcpsList | channels |
|
Definition at line 402 of file oep_types.cc. |
|
Definition at line 409 of file oep_types.cc. |
|
Definition at line 457 of file oep_types.cc. References channels. |
|
Definition at line 463 of file oep_types.cc. References channels. Referenced by OmniEvents::omniEventsLog::init(). |
|
Definition at line 451 of file oep_types.cc. References key. |
|
Definition at line 434 of file oep_types.cc. References port. Referenced by OmniEvents::omniEventsLog::init(), and OmniEvents::omniEventsLog::omniEventsLog(). |
|
Definition at line 440 of file oep_types.cc. References key. |
|
Definition at line 428 of file oep_types.cc. References port. |
|
Definition at line 237 of file oep_types.h. Referenced by addChannel(), getChannels(), and ~OEP_cfps(). |
|
Definition at line 236 of file oep_types.h. |
|
Definition at line 235 of file oep_types.h. |