| | |
| | | #include <map> |
| | | #include <vector> |
| | | |
| | | #include "proto/x86_64/fileanalysis.pb.h" |
| | | #include "proto/x86_64/protomsg.pb.h" |
| | | #include "proto/x86_64/sysset.pb.h" |
| | | #include "fileanalysis.pb.h" |
| | | #include "protomsg.pb.h" |
| | | #include "sysset.pb.h" |
| | | |
| | | using namespace std; |
| | | |
| | |
| | | bool dbapi_get_polygons(void *handle, std::vector<protomsg::CameraPolygon> &list); |
| | | bool dbapi_get_polygon_relations(void *handle, std::vector<protomsg::CameraPolygonRelation> &list); |
| | | bool dbapi_get_server_get_is_sys_expired(void *handle); |
| | | #endif |
| | | bool dbapi_get_json_by_cameralist(std::vector<protomsg::Camera> &list, string &json); |
| | | |
| | | #endif |