公告板
版本库
filestore
活动
搜索
登录
valib
/
c_bhomedbapi
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://192.168.5.5:10010/r/valib/c_bhomedbapi
cheliequan
2023-01-12
76466170ab6f057e220d031031860dfffac218f8
[valib/c_bhomedbapi.git]
/
rule.cpp
1
2
3
4
5
6
7
8
9
10
#include "rule.h"
#include "util.h"
using namespace protomsg;
bool dbapi_get_time_rules(void *handle, protomsg::CameraTimerule & message) {
const char *topic = DATA_URL_PREFIX("/cameraTimerule/findAll");
return bus_dbapi_get(handle, topic, message);
}