Interface of the exception base class #SDH::cSDHLibraryException and #SDH::cMsg. More...
#include <iostream>
#include <exception>
#include <stdarg.h>
#include <cstdio>
#include "sdhlibrary_settings.h"
Go to the source code of this file.
Classes | |
class | cMsg |
Class for short, fixed maximum length text messages. More... | |
class | cSDHErrorCommunication |
Derived exception class for exceptions related to communication between the SDHLibrary and the SDH. More... | |
class | cSDHLibraryException |
Base class for exceptions in the SDHLibrary-CPP. More... | |
Functions | |
VCC_EXPORT std::ostream & | operator<< (std::ostream &stream, cMsg const &msg) |
VCC_EXPORT std::ostream & | operator<< (std::ostream &stream, cSDHLibraryException const &e) |
Interface of the exception base class #SDH::cSDHLibraryException and #SDH::cMsg.
Copyright (c) 2007 SCHUNK GmbH & Co. KG
Definition in file sdhexception.h.
VCC_EXPORT std::ostream& operator<< | ( | std::ostream & | stream, |
cMsg const & | msg | ||
) |
Definition at line 96 of file sdhexception.cpp.
VCC_EXPORT std::ostream& operator<< | ( | std::ostream & | stream, |
cSDHLibraryException const & | e | ||
) |
Definition at line 127 of file sdhexception.cpp.