Move getRequiredParamAsInt into deviceAttachmentSpec.h

Make it accessible for all senseApis.
This commit is contained in:
2025-09-06 21:12:43 -04:00
parent 38b29ddfc0
commit 3b07a15e11
3 changed files with 42 additions and 32 deletions
-3
View File
@@ -44,9 +44,6 @@ public:
private:
void parseWindowSelector(const smo::device::DeviceAttachmentSpec& spec);
int getRequiredParamAsInt(
const smo::device::DeviceAttachmentSpec& spec,
const std::string& paramName);
std::shared_ptr<smo::device::DeviceAttachmentSpec> deviceAttachmentSpec;
WindowSelector windowSelector;