IRSOL
C++ code implementing socket server for interacting with Baumer camera.
assert.cpp File Reference
#include "irsol/assert.hpp"
#include "irsol/logging.hpp"
#include <ppk_assert/ppk_assert.hpp>

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.