![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Go to the source code of this file.
Namespaces | |
namespace | irsol |
namespace | irsol::internal |
Functions | |
void | irsol::setAssertHandler (ppk::assert::implementation::AssertHandler handler) |
void | irsol::initAssertHandler () |
Initializes the assertion handler system. | |
ppk::assert::implementation::AssertAction::AssertAction | irsol::internal::assertHandler (const char *file, int line, const char *function, const char *expression, int level, const char *message) |
Internal default assertion handler implementation. | |