merged AI doc, some new pages
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
//! \~\file piioutilsmodule.h
|
||||
//! \~\ingroup IO-Utils
|
||||
//! \~\brief
|
||||
//! \~english Public include header for the IO-Utils module
|
||||
//! \~russian Публичный заголовок подключения модуля IO-Utils
|
||||
//!
|
||||
//! \~\details
|
||||
//! \~english Includes the public connection, transfer, packing, and parsing utility headers.
|
||||
//! \~russian Подключает публичные заголовки соединений, передачи данных, упаковки и утилит разбора.
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
Module includes
|
||||
@@ -18,8 +27,8 @@
|
||||
*/
|
||||
//! \defgroup IO-Utils IO-Utils
|
||||
//! \~\brief
|
||||
//! \~english Complex channel transport
|
||||
//! \~russian Сложный канальный транспорт
|
||||
//! \~english Packetized transport, transfer helpers and connection utilities
|
||||
//! \~russian Пакетизированный транспорт, вспомогательные классы передачи и утилиты соединений
|
||||
//!
|
||||
//! \~\details
|
||||
//! \~english \section cmake_module_IO_Utils Building with CMake
|
||||
@@ -32,12 +41,18 @@
|
||||
//!
|
||||
//! \~english \par Common
|
||||
//! \~russian \par Общее
|
||||
//!
|
||||
//! \~english
|
||||
//! These files provides complex transport over ethernet
|
||||
//!
|
||||
//! The module combines packet framing, connection helpers, transfer helpers
|
||||
//! and parsing utilities built on top of PIP I/O devices.
|
||||
//! \~russian
|
||||
//! Эти файлы обеспечивают сложный транспорт поверх ethernet
|
||||
//! Модуль объединяет пакетирование потока, вспомогательные классы соединений,
|
||||
//! передачи данных и утилиты разбора поверх устройств ввода-вывода PIP.
|
||||
//! \~russian Заголовочный файл модуля утилит ввода-вывода
|
||||
//! \details
|
||||
//! \~english This module provides comprehensive I/O utilities including file transfer, connection management, packet extraction, and
|
||||
//! diagnostics.
|
||||
//! \~russian Этот модуль предоставляет комплексные утилиты ввода-вывода, включая передачу файлов, управление подключениями, извлечение
|
||||
//! пакетов и диагностику.
|
||||
//!
|
||||
//! \~\authors
|
||||
//! \~english
|
||||
|
||||
Reference in New Issue
Block a user