mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2026-06-11 11:41:46 +02:00
Add emit prefix to generated signal emitting methods
This commit is contained in:
committed by
Stanislav Angelovič
parent
dbeaf87208
commit
fbb5242729
@@ -59,7 +59,7 @@ protected:
|
||||
for (uint32_t i = 0; i < numberOfSignals; ++i)
|
||||
{
|
||||
// Emit signal
|
||||
dataSignal(data);
|
||||
emitDataSignal(data);
|
||||
}
|
||||
auto stop_time = std::chrono::steady_clock::now();
|
||||
std::cout << "Server sent " << numberOfSignals << " signals in: " << std::chrono::duration_cast<std::chrono::milliseconds>(stop_time - start_time).count() << " ms" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user