|
PACS System 0.1.0
PACS DICOM system library
|
Worker thread for accepting incoming DICOM connections. More...
#include <kcenon/thread/core/thread_base.h>#include <kcenon/common/patterns/result.h>#include <atomic>#include <chrono>#include <functional>#include <memory>#include <string>#include <arpa/inet.h>#include <netinet/in.h>#include <sys/socket.h>#include <unistd.h>

Go to the source code of this file.
Classes | |
| class | kcenon::pacs::network::detail::accept_worker |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::network |
| namespace | kcenon::pacs::network::detail |
Worker thread for accepting incoming DICOM connections.
This file provides the accept_worker class which inherits from thread_base to manage the TCP accept loop for the DICOM server. It replaces direct std::thread usage with thread_system's lifecycle management.
Definition in file accept_worker.h.