StimBuff: Move supportsQuleIfaceApi into base class
This commit is contained in:
@@ -62,6 +62,11 @@ public:
|
||||
void start() override;
|
||||
void stop() override;
|
||||
|
||||
static bool supportsQualeIfaceApi(const std::string& qualeIfaceApi);
|
||||
|
||||
bool exportsQualeIfaceApi(
|
||||
const std::string& qualeIfaceApi) const override;
|
||||
|
||||
std::shared_ptr<StimulusBuffer> getOrCreateAttachedStimulusBuffer(
|
||||
const std::shared_ptr<device::DeviceAttachmentSpec>
|
||||
&deviceAttachmentSpec) override;
|
||||
|
||||
Reference in New Issue
Block a user