|
PACS System 0.1.0
PACS DICOM system library
|
CRTP-based unified DICOM metrics collector. More...
#include "dicom_collector_base.h"#include "../pacs_metrics.h"#include <array>#include <atomic>#include <chrono>#include <cstdint>#include <memory>#include <mutex>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::monitoring::dicom_metrics_snapshot |
| Snapshot of all DICOM metrics at a point in time. More... | |
| class | kcenon::pacs::monitoring::dicom_metrics_collector |
| CRTP-based unified DICOM metrics collector. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::monitoring |
CRTP-based unified DICOM metrics collector.
This file provides a comprehensive DICOM metrics collector that integrates with the monitoring_system using the CRTP pattern for zero-overhead polymorphism and efficient metric collection.
Definition in file dicom_metrics_collector.h.