|
PACS System 0.1.0
PACS DICOM system library
|
Job type definitions for the 6-stage DICOM I/O pipeline. More...
#include <cstdint>#include <string_view>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::network::pipeline::job_context |
| Context information attached to pipeline jobs for tracking. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::network |
| namespace | kcenon::pacs::network::pipeline |
Functions | |
| constexpr auto | kcenon::pacs::network::pipeline::get_stage_name (pipeline_stage stage) noexcept -> std::string_view |
| Get the human-readable name of a pipeline stage. | |
| constexpr auto | kcenon::pacs::network::pipeline::is_blocking_stage (pipeline_stage stage) noexcept -> bool |
| Check if a stage allows blocking operations. | |
| constexpr auto | kcenon::pacs::network::pipeline::is_network_io_stage (pipeline_stage stage) noexcept -> bool |
| Check if a stage handles network I/O. | |
| constexpr auto | kcenon::pacs::network::pipeline::get_category_name (job_category category) noexcept -> std::string_view |
| Get the human-readable name of a job category. | |
Job type definitions for the 6-stage DICOM I/O pipeline.
This file defines the job types and priorities for the pipeline stages that process DICOM operations with improved throughput.
Pipeline Architecture:
Definition in file pipeline_job_types.h.