From 5d7dc90f7214a7d595c01419f35997209e5753ec Mon Sep 17 00:00:00 2001 From: pans <pans@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 04 八月 2017 16:12:29 +0800 Subject: [PATCH] add function "GetFaceList" parameter dbId --- VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto.h | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto.h b/VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto.h index 5c26256..1c46afa 100644 --- a/VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto.h +++ b/VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto.h @@ -1,5 +1,5 @@ // Generated by Cap'n Proto compiler, DO NOT EDIT -// source: RemoteMethod.proto +// source: .\RemoteMethod.proto #ifndef CAPNP_INCLUDED_d6ce09ec6f6d1f1a_ #define CAPNP_INCLUDED_d6ce09ec6f6d1f1a_ @@ -481,6 +481,8 @@ inline ::uint32_t getCameraIndex() const; + inline ::uint32_t getDbId() const; + private: ::capnp::_::StructReader _reader; template <typename, ::capnp::Kind> @@ -511,6 +513,9 @@ inline ::uint32_t getCameraIndex(); inline void setCameraIndex( ::uint32_t value); + + inline ::uint32_t getDbId(); + inline void setDbId( ::uint32_t value); private: ::capnp::_::StructBuilder _builder; @@ -1040,6 +1045,20 @@ ::capnp::bounded<0>() * ::capnp::ELEMENTS, value); } +inline ::uint32_t RtspFaceView::GetFaceListParams::Reader::getDbId() const { + return _reader.getDataField< ::uint32_t>( + ::capnp::bounded<1>() * ::capnp::ELEMENTS); +} + +inline ::uint32_t RtspFaceView::GetFaceListParams::Builder::getDbId() { + return _builder.getDataField< ::uint32_t>( + ::capnp::bounded<1>() * ::capnp::ELEMENTS); +} +inline void RtspFaceView::GetFaceListParams::Builder::setDbId( ::uint32_t value) { + _builder.setDataField< ::uint32_t>( + ::capnp::bounded<1>() * ::capnp::ELEMENTS, value); +} + inline bool RtspFaceView::GetFaceListResults::Reader::hasFaceList() const { return !_reader.getPointerField( ::capnp::bounded<0>() * ::capnp::POINTERS).isNull(); -- Gitblit v1.8.0