StimBuff: Move supportsQuleIfaceApi into base class

This commit is contained in:
2026-04-01 23:16:25 -04:00
parent cbf9d418b7
commit 3f2d7c24ee
4 changed files with 23 additions and 38 deletions
+3
View File
@@ -76,6 +76,9 @@ public:
const std::shared_ptr<device::DeviceAttachmentSpec>
&deviceAttachmentSpec) = 0;
virtual bool exportsQualeIfaceApi(
const std::string& qualeIfaceApi) const = 0;
bool addAttachedStimulusBufferIfNotExists(
const std::shared_ptr<StimulusBuffer>& buffer);