PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
accept_worker.h File Reference

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>
Include dependency graph for accept_worker.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

See also
DES-NET-005 - DICOM Server Class Design Specification
Issue #156 - Implement accept_worker class inheriting from thread_base
Author
kcenon
Since
1.0.0

Definition in file accept_worker.h.