nt9856x/code/application/sifarsdk/component/README.md

19 lines
657 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1. 组件层
## 1.1. 概述
   存放通用组件模块代码。
## 1.2. 目录
### 1.2.1. Global模块
   Global模块为功能通用单一的模块可以给任意的其它模块依赖使用本身并不依赖其它任意模块。
* Common: 高频的公共定义或者方法
* Log日志模块
* ReturnCode返回码模块
* cJSONcjson开源代码
* base64base64数据处理
### 1.2.2. 带业务属性的组件模块
   具有某种特定功能的模块,组件层里面的带业务属性的模块之间不应该互相依赖。
* GpioManagerGpio管理
* StateMachineManager状态机管理模块