-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2. 数据模板client增加设备信息成员,支持网关case下多设备复用同一个mqtt client. 3. HAL层相关接口与hub SDK同步一致。 4. 封装数据模板及网关yield线程创建及销毁接口,完善多线程case下的mqtt收包处理。 5. 修复几处潜在的内存泄露问题。 6. clang-format统一代码风格,增加clang-tidy及cpplint代码检查。
- Loading branch information
yougaliu
committed
May 13, 2020
1 parent
6e4e6a9
commit f651087
Showing
143 changed files
with
8,806 additions
and
7,938 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
BasedOnStyle: Google | ||
BreakBeforeBraces: Linux | ||
AlignConsecutiveDeclarations: true | ||
AlignConsecutiveMacros: true | ||
AlignConsecutiveAssignments: true | ||
AllowShortFunctionsOnASingleLine: Inline | ||
AllowShortIfStatementsOnASingleLine: false | ||
SortIncludes: false | ||
IndentWidth: 4 | ||
ColumnLimit: 120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.