cheliequan
2023-01-13 946823215bac2c859df843f7b01636f5fda34ed4
dbapi.h
@@ -13,6 +13,8 @@
bool dbapi_get_poll_config(void *handle, protomsg::PollConfig &message);
bool dbapi_get_stack_config(void *handle, protomsg::FileAnalysisSetting &message);
bool dbapi_get_time_rules(void *handle, std::vector<protomsg::CameraTimerule> &list);
bool dbapi_get_dayctls(char *timeRules, std::vector<protomsg::DayCtl> & list);
bool dbapi_get_timeranges(char *datactls, std::vector<protomsg::TimeRange> & list);
bool dbapi_get_camera_rules(void *handle, std::vector<protomsg::CameraAndRules> &list);
bool dbapi_get_cameras_by_runtype(void *handle, std::vector<protomsg::Camera> &list);