|
enum | Type { ACU,
UNKNOWN
} |
|
|
| AntennaException (std::string str, const char *fileName, const int lineNumber, Type type) |
|
| AntennaException (std::ostringstream &os, const char *fileName, const int lineNumber, Type type) |
|
| AntennaException (gcp::util::LogStream &ls, const char *fileName, const int lineNumber, Type type) |
|
| AntennaException (gcp::util::LogStream *ls, const char *fileName, const int lineNumber, Type type) |
|
void | setAcu () |
|
bool | isAcu () |
|
gcp::antenna::control::AntennaException::AntennaException |
( |
std::string |
str, |
|
|
const char * |
fileName, |
|
|
const int |
lineNumber, |
|
|
Type |
type |
|
) |
| |
|
inline |
Construct an AntennaException with a detailed message.
- Parameters
-
str | String describing error. |
fileName | where exception originated. |
lineNumber | exception occurred on. |
gcp::antenna::control::AntennaException::AntennaException |
( |
std::ostringstream & |
os, |
|
|
const char * |
fileName, |
|
|
const int |
lineNumber, |
|
|
Type |
type |
|
) |
| |
|
inline |
Construct an Error with a detailed message.
- Parameters
-
os | ostringstream containing message |
fileName | where exception originated. |
lineNumber | exception occurred on. |
gcp::antenna::control::AntennaException::AntennaException |
( |
gcp::util::LogStream & |
ls, |
|
|
const char * |
fileName, |
|
|
const int |
lineNumber, |
|
|
Type |
type |
|
) |
| |
|
inline |
Constructor with an LogStream&.
gcp::antenna::control::AntennaException::AntennaException |
( |
gcp::util::LogStream * |
ls, |
|
|
const char * |
fileName, |
|
|
const int |
lineNumber, |
|
|
Type |
type |
|
) |
| |
|
inline |
Constructor with an LogStream*.
bool gcp::antenna::control::AntennaException::isAcu |
( |
| ) |
|
|
inline |
void gcp::antenna::control::AntennaException::setAcu |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: