DevAttachment:Rename: api=>stimbuffapi, implexor=>qualeiface

This commit is contained in:
2025-10-01 18:10:58 -04:00
parent b69572eee7
commit a66d91fa31
6 changed files with 33 additions and 31 deletions
+3 -3
View File
@@ -160,9 +160,9 @@ extern "C" sal_mlo_detachDeviceReqFn livoxGen1_detachDeviceReq;
// Sense API descriptor
static const SenseApiDesc livoxGen1ApiDesc = {
.name = "livoxGen1",
.exportedImplexorApis = {
{.name = "pointCloudCoords"},
{.name = "pointCloudIntensity"},
.exportedQualeIfaceApis = {
{.name = "pcloud"},
{.name = "pcloudIntensity"},
{.name = "gyro"},
{.name = "accel"}
},
+2 -2
View File
@@ -118,7 +118,7 @@ void AttachedWindow::parseWindowSelector(
windowSelector.matchType = xcb_xorg::window_search::MatchType::SUBSTRING;
// Check if 'dev-id', 'dev-string', or 'dev-substring' is specified
for (const auto& param : spec.apiParams)
for (const auto& param : spec.stimBuffApiParams)
{
if (param.first == "dev-id" || param.first == "devid")
{
@@ -330,7 +330,7 @@ static void xcbWindow_detachDeviceReq(
// SenseApi descriptor
static smo::sense_api::SenseApiDesc xcbWindowApiDesc = {
.name = "xcb",
.exportedImplexorApis = { { "video-implexor" } },
.exportedQualeIfaceApis = { { "visual-qualeiface" } },
.sal_mgmt_libOps = {
.initializeInd = xcbWindow_initializeInd,
.finalizeInd = xcbWindow_finalizeInd,