Rename: senseDeviceSpecs => deviceAttachmentSpecs

This commit is contained in:
2025-08-29 16:33:17 -04:00
parent ee8fca3008
commit bb7be7fb3c
4 changed files with 7 additions and 6 deletions
@@ -24,6 +24,7 @@ public:
std::string readDapSpecFile(const std::string& filename);
void collateAllDapSpecs(void);
void parseAllDapSpecs(void);
static const std::string stringifyDeviceSpecs(void);
private:
@@ -39,7 +40,7 @@ public:
static std::vector<std::shared_ptr<ExtrospectorDevAttachmentSpec>>
extrospectorDeviceSpecs;
static std::vector<std::shared_ptr<DeviceAttachmentSpec>>
senseDeviceSpecs;
deviceAttachmentSpecs;
};
} // namespace device