7 #ifndef ROHDESCHWARZ_SCPI_BOOL_HPP
8 #define ROHDESCHWARZ_SCPI_BOOL_HPP
24 std::string
toScpi(
bool value);
32 bool toBool(std::string scpi);
std::string toScpi(bool value)
Converts C/C++ bool to SCPI bool.
bool toBool(std::string scpi)
Converts SCPI bool to C/C++ bool.