zhangzengfei
2023-01-12 f03bf31433d44206d0d44a2f7621d70e0fb67d39
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);
}