comparison Core/Enumerations.h @ 3174:8ea7c4546c3a

primitives to collect metrics in Orthanc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Jan 2019 15:15:48 +0100
parents ce272138f15e
children 810772486249
comparison
equal deleted inserted replaced
3173:096f4a29f223 3174:8ea7c4546c3a
102 MimeType_PlainText, 102 MimeType_PlainText,
103 MimeType_Png, 103 MimeType_Png,
104 MimeType_Svg, 104 MimeType_Svg,
105 MimeType_WebAssembly, 105 MimeType_WebAssembly,
106 MimeType_Xml, 106 MimeType_Xml,
107 MimeType_Woff, // Web Open Font Format 107 MimeType_Woff, // Web Open Font Format
108 MimeType_Zip 108 MimeType_Zip,
109 MimeType_PrometheusText // Prometheus text-based exposition format (for metrics)
109 }; 110 };
110 111
111 112
112 enum Endianness 113 enum Endianness
113 { 114 {