#include <cMsg.hxx>#include <CodaException.hxx>#include <iostream>#include <sstream>#include <iomanip>#include <stdio.h>#include <unistd.h>#include <pthread.h>#include <algorithm>Go to the source code of this file.
Classes | |
| class | codaObject::pthreadDispatcher< C, R, T > |
| Allows pthread_create() to dispatch to an object member function that takes a single argument, used internally. More... | |
| class | codaObject::CodaObject |
| Base class for all CODA objects implements standard functionality. More... | |
Namespaces | |
| namespace | codaObject |
The entire codaObject package resides in the codaObject namespace. | |
Defines | |
| #define | MIN(a, b) ((a)<(b))?(a):(b) |
| #define | MAX(a, b) ((a)>(b))?(a):(b) |
| #define | DALOG_INFO 1 |
| #define | DALOG_WARN 5 |
| #define | DALOG_ERROR 9 |
| #define | DALOG_SEVERE 13 |
| #define DALOG_ERROR 9 |
Definition at line 39 of file CodaObject.hxx.
Referenced by codaObject::CodaObject::CodaObject(), codaObject::RunObject::download(), codaObject::PollingService::enableInterrupt(), codaObject::linuxTITrigPollingService::enableInterrupt(), codaObject::InterruptibleObject::end(), codaObject::InterruptibleObject::go(), codaObject::SessionObject::handleSetSession(), codaObject::RunObject::handleSetSession(), codaObject::SessionObject::handleStartReporting(), codaObject::InterruptibleObject::pause(), codaObject::InterruptibleObject::prestart(), codaObject::InterruptibleObject::reset(), codaObject::InterruptibleObject::resume(), codaObject::RunObject::RunObject(), codaObject::CodaObject::sendResponse(), codaObject::SessionObject::SessionObject(), and codaObject::RunObject::startProcessing().
| #define DALOG_INFO 1 |
Definition at line 37 of file CodaObject.hxx.
Referenced by codaObject::CodaObject::CodaObject(), codaObject::RunObject::download(), codaObject::RunObject::end(), codaObject::RunObject::go(), codaObject::SessionObject::handleSetSession(), codaObject::RunObject::handleSetSession(), codaObject::RunObject::pause(), codaObject::RunObject::prestart(), codaObject::RunObject::reset(), codaObject::RunObject::resume(), codaObject::RunObject::userConfigure(), codaObject::RunObject::userDownload(), codaObject::RunObject::userEnd(), codaObject::RunObject::userGo(), codaObject::RunObject::userPause(), codaObject::RunObject::userPrestart(), codaObject::RunObject::userReset(), and codaObject::RunObject::userResume().
| #define DALOG_SEVERE 13 |
Definition at line 40 of file CodaObject.hxx.
| #define DALOG_WARN 5 |
Definition at line 38 of file CodaObject.hxx.
Referenced by codaObject::SessionObject::handleStartReporting(), and codaObject::CodaObject::userMsgHandler().
| #define MAX | ( | a, | |||
| b | ) | ((a)>(b))?(a):(b) |
Definition at line 33 of file CodaObject.hxx.
| #define MIN | ( | a, | |||
| b | ) | ((a)<(b))?(a):(b) |
Definition at line 32 of file CodaObject.hxx.
1.6.1