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 2020#define O2_DCS_DELIVERY_TYPE
2121
2222#include < string>
23- #include < regex>
2423#include < stdexcept>
2524#include " DetectorsDCS/GenericFunctions.h"
2625
27- namespace o2
28- {
29- namespace dcs
26+ namespace o2 ::dcs
3027{
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-
3728/* *
3829 * <p>DeliveryType is a piece of meta-information used for deducing types of
3930 * DPVAL payloads and DIM service description strings used with services
@@ -406,8 +397,8 @@ inline size_t dim_buffer_size(const DeliveryType type)
406397 throw std::domain_error (" Illegal DeliveryType." );
407398 }
408399}
409- } // namespace dcs
400+ } // namespace o2::dcs
401+
410402
411- } // namespace o2
412403
413404#endif /* O2_DCS_DELIVERY_TYPE */
You can’t perform that action at this time.
0 commit comments