File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Detectors/DCS/include/DetectorsDCS Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 20
20
#define O2_DCS_DELIVERY_TYPE
21
21
22
22
#include < string>
23
- #include < regex>
24
23
#include < stdexcept>
25
24
#include " DetectorsDCS/GenericFunctions.h"
26
25
27
- namespace o2
28
- {
29
- namespace dcs
26
+ namespace o2 ::dcs
30
27
{
31
- /* *
32
- * This regular expression matches with strings representing payload types.
33
- */
34
- static const std::regex REGEX_PT (
35
- " ^(Raw|DPVAL)/(Int|Uint|Float|Double|Bool|Char|String|Time|Binary)$" );
36
-
37
28
/* *
38
29
* <p>DeliveryType is a piece of meta-information used for deducing types of
39
30
* DPVAL payloads and DIM service description strings used with services
@@ -406,8 +397,8 @@ inline size_t dim_buffer_size(const DeliveryType type)
406
397
throw std::domain_error (" Illegal DeliveryType." );
407
398
}
408
399
}
409
- } // namespace dcs
400
+ } // namespace o2::dcs
401
+
410
402
411
- } // namespace o2
412
403
413
404
#endif /* O2_DCS_DELIVERY_TYPE */
You can’t perform that action at this time.
0 commit comments