![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Go to the source code of this file.
Functions | |
CHECK (irsol::utils::toInt(protocolValue)==rawValue) | |
CHECK (irsol::utils::toDouble(protocolValue)==Catch::Approx(rawValue)) | |
CHECK (irsol::utils::toString(protocolValue)==rawValue) | |
for (size_t i=0;i< 10000;++i) | |
CHECK (result==expected) | |
Variables | |
auto | protocolValue = irsol::types::protocol_value_t{rawValue} |
auto | result = irsol::utils::split(inString, delimiter) |
std::vector< std::string > | expected {"Hello", "world"} |
CHECK | ( | irsol::utils::toDouble(protocolValue) | = =Catch::Approx(rawValue) | ) |
CHECK | ( | irsol::utils::toInt(protocolValue) | = =rawValue | ) |
CHECK | ( | irsol::utils::toString(protocolValue) | = =rawValue | ) |
for | ( | ) |
Definition at line 30 of file test_utils.cpp.
std::vector< std::string > expected {"Hello", "world"} |
Definition at line 44 of file test_utils.cpp.
auto protocolValue = irsol::types::protocol_value_t{rawValue} |
Definition at line 9 of file test_utils.cpp.
auto result = irsol::utils::split(inString, delimiter) |
Definition at line 43 of file test_utils.cpp.