8 #define RL_API __declspec(dllexport)
10 #define RL_API __declspec(dllimport)
67enum class ReadoutType {
78RL_API DetectorType detectorType_from_int(
int);
80RL_API ReadoutType readoutType_from_detectorType(DetectorType type);
82RL_API ReadoutType readoutType_from_int(
int int_type);
85RL_API DetectorType detectorType_from_name(
const std::string & name);
87RL_API ReadoutType readoutType_from_name(
const std::string & name);
89RL_API std::string detectorType_name(DetectorType);
91RL_API std::string readoutType_name(ReadoutType);