livoxProto1: Rn Device::nAttachedStimBuffs=>nAttachedStimulusProducers

More semantically precise name.
This commit is contained in:
2025-11-15 00:56:20 -04:00
parent 475f67d36e
commit 188b09319c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ public:
public:
comms::DiscoveredDevice discoveredDevice;
std::atomic<size_t> nAttachedStimBuffs;
std::atomic<size_t> nAttachedStimulusProducers;
// Configuration
std::shared_ptr<smo::ComponentThread> componentThread;