Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 3179:fca730c267d7
New primitives to set and refresh metrics
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Jan 2019 17:12:15 +0100 |
parents | 4e43e67f8ecf |
children | a48d652f1500 |
comparison
equal
deleted
inserted
replaced
3178:6d558598d713 | 3179:fca730c267d7 |
---|---|
109 | 109 |
110 void RegisterIncomingHttpRequestFilter(const void* parameters); | 110 void RegisterIncomingHttpRequestFilter(const void* parameters); |
111 | 111 |
112 void RegisterIncomingHttpRequestFilter2(const void* parameters); | 112 void RegisterIncomingHttpRequestFilter2(const void* parameters); |
113 | 113 |
114 void RegisterRefreshMetricsCallback(const void* parameters); | |
115 | |
114 void AnswerBuffer(const void* parameters); | 116 void AnswerBuffer(const void* parameters); |
115 | 117 |
116 void Redirect(const void* parameters); | 118 void Redirect(const void* parameters); |
117 | 119 |
118 void CompressAndAnswerPngImage(const void* parameters); | 120 void CompressAndAnswerPngImage(const void* parameters); |
311 | 313 |
312 virtual IMoveRequestHandler* ConstructMoveRequestHandler(); | 314 virtual IMoveRequestHandler* ConstructMoveRequestHandler(); |
313 | 315 |
314 IJob* UnserializeJob(const std::string& type, | 316 IJob* UnserializeJob(const std::string& type, |
315 const Json::Value& value); | 317 const Json::Value& value); |
318 | |
319 void RefreshMetrics(); | |
316 }; | 320 }; |
317 } | 321 } |
318 | 322 |
319 #endif | 323 #endif |