CodaObject.hxx File Reference

#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 Documentation

#define DALOG_ERROR   9
#define DALOG_INFO   1
#define DALOG_SEVERE   13

Definition at line 40 of file CodaObject.hxx.

#define DALOG_WARN   5
#define MAX ( a,
 )     ((a)>(b))?(a):(b)

Definition at line 33 of file CodaObject.hxx.

#define MIN ( a,
 )     ((a)<(b))?(a):(b)

Definition at line 32 of file CodaObject.hxx.


Generated on 4 Feb 2014 for CodaObject by  doxygen 1.6.1