IRSOL
C++ code implementing socket server for interacting with Baumer camera.
irsol.hpp
Go to the documentation of this file.
1#pragma once
2#include "irsol/args.hpp"
3#include "irsol/assert.hpp"
4#include "irsol/camera.hpp"
5#include "irsol/logging.hpp"
6#include "irsol/macros.hpp"
7#include "irsol/types.hpp"
8#ifdef IRSOL_USE_OPENCV
9#include "irsol/opencv.hpp"
10#endif
11#include "irsol/protocol.hpp"
12#include "irsol/server.hpp"
13#include "irsol/utils.hpp"
Assertion macros and utilities based on the PPK_ASSERT library.
Logging utilities and configuration for the irsol library.
Common portability and diagnostic macros for the irsol library.
OpenCV integration utilities for NeoAPI image handling.
Core type definitions for networking, time handling, and protocol values used throughout the irsol li...
General utility functions used throughout the irsol library.