working tests/adc_asio_netserver_test.cpp
This commit is contained in:
@@ -66,7 +66,7 @@ TEST_CASE("[ADC DEVICE ATTRIBUTE]")
|
||||
auto ar1 = ar;
|
||||
std::cout << "ATTR1_RO = " << (double)ar1 << "\n";
|
||||
|
||||
auto ar2(ar1);
|
||||
auto ar2(std::move(ar1));
|
||||
std::cout << "ATTR2_RO = " << (double)ar2 << "\n";
|
||||
|
||||
std::cout << "ATTR2_RO_SER = " << ar2.serialize() << "\n";
|
||||
|
||||
Reference in New Issue
Block a user