> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 应用处理器和低功耗处理器的软件

要设计和管理客户端应用程序，必须了解代码中 API 的组织方式，以及源代码目录文件的关系、功能和操作。

### 应用处理器目录结构

QSH 公开的 API 称为用于应用开发的 QSH 客户端 API。以下信息显示了 QSH 客户端 API 的树状结构以及每个软件组件的位置。

QSH 客户端 API 的源代码位于 `<workspace>/build-qcom-wayland/workspace/sources/sensinghub/sensing-hub` 目录中。其中，<code>\<workspace></code> 指定您的工作目录。

```
├───/sources/sensinghub/sensing-hub 
│
├───apis                          - APIs
│   └───proto                     - Proto API
│       └───google
│           └───protobuf          
│      
├───common                        - Common header file
│   └───inc
│
├───examples
│   └───SessionClient             - Sample 1 source file
│
└───session                       - Client APIs source and header files
    └───1.0
        ├───inc
        └───src
```

sensing-hub 源代码位于 `<workspace>/build-qcom-wayland/workspace/sources/sensinghub/sensing-hub/` 目录中。

### 低功耗处理器目录结构

QSH 软件栈由框架、API、传感器驱动程序和算法组件组成。有关更多信息，请参阅[软件](https://docs.qualcomm.com/doc/80-80023-7A/topic/overview.html#software)。

**后续步骤**

* [QSH 客户端 API 工作流](./qsh_client_apis)
