pans
2017-08-04 5d7dc90f7214a7d595c01419f35997209e5753ec
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();