sequence-id-filter.h
Go to the documentation of this file.
1 /* License: Apache 2.0. See LICENSE file in root directory.
2 Copyright(c) 2020 Intel Corporation. All Rights Reserved. */
3 
4 
5 #pragma once
6 
7 #include "synthetic-stream.h"
8 #include "option.h"
9 
10 namespace librealsense
11 {
13  {
14  public:
16 
17  protected:
18  bool should_process(const rs2::frame& frame) override;
20 
21  private:
22  bool is_selected_id(int stream_index) const;
23 
25  // key is pair of sequence id and unique id
26  std::map<std::pair<int, int>, rs2::frame> _last_frames;
27  };
29 }
rs2::frame process_frame(const rs2::frame_source &source, const rs2::frame &f) override
std::map< std::pair< int, int >, rs2::frame > _last_frames
GLdouble f
GLsizei GLsizei GLchar * source
bool is_selected_id(int stream_index) const
bool should_process(const rs2::frame &frame) override
MAP_EXTENSION(RS2_EXTENSION_POINTS, librealsense::points)


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:41