mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 23:25:54 +01:00
binaries in, merge fix
This commit is contained in:
@@ -36,9 +36,13 @@ std::string ToString(const defs::dacIndex s);
|
||||
std::string ToString(const std::vector<defs::dacIndex> &vec);
|
||||
std::string ToString(const defs::burstMode s);
|
||||
std::string ToString(const defs::timingSourceType s);
|
||||
<<<<<<< HEAD
|
||||
std::string ToString(const defs::M3_GainCaps s);
|
||||
std::string ToString(const defs::portPosition s);
|
||||
std::string ToString(const defs::ethernetInterface s);
|
||||
=======
|
||||
std::string ToString(const defs::streamingInterface s);
|
||||
>>>>>>> 5.2.0-rc
|
||||
std::string ToString(const defs::vetoAlgorithm s);
|
||||
std::string ToString(const defs::gainMode s);
|
||||
|
||||
@@ -304,7 +308,7 @@ template <> defs::burstMode StringTo(const std::string &s);
|
||||
template <> defs::timingSourceType StringTo(const std::string &s);
|
||||
template <> defs::M3_GainCaps StringTo(const std::string &s);
|
||||
template <> defs::portPosition StringTo(const std::string &s);
|
||||
template <> defs::ethernetInterface StringTo(const std::string &s);
|
||||
template <> defs::streamingInterface StringTo(const std::string &s);
|
||||
template <> defs::vetoAlgorithm StringTo(const std::string &s);
|
||||
template <> defs::gainMode StringTo(const std::string &s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user