My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
AntennaException.h File Reference
#include "gcp/util/common/Exception.h"

Go to the source code of this file.

Classes

class  gcp::antenna::control::AntennaException
 

Macros

#define AntError(x)
 
#define AntErrorDef(x, y)
 
#define AcuError(x)
 
#define AcuErrorDef(x, y)
 

Detailed Description

Started: Wed Feb 25 15:06:20 PST 2004

Author
Erik Leitch

Macro Definition Documentation

#define AcuError (   x)
Value:
AntennaException((x), __FILE__, __LINE__, \
AntennaException::ACU)
#define AcuErrorDef (   x,
 
)
Value:
AntennaException (x)((y), __FILE__, __LINE__, \
AntennaException::ACU))
#define AntError (   x)
Value:
AntennaException((x), __FILE__, __LINE__, \
AntennaException::UNKNOWN)
#define AntErrorDef (   x,
 
)
Value:
AntennaException (x)((y), __FILE__, __LINE__, \
AntennaException::UNKNOWN))