We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InputFeedProcessor
1 parent 7b50803 commit 46cde77Copy full SHA for 46cde77
examples/cpp/rpc/ClientApp.cpp
@@ -33,16 +33,13 @@
33
34
#include "app_utils.hpp"
35
#include "CLIParser.hpp"
36
-#include "InputFeedProcessor.hpp"
37
#include "types/calculatorClient.hpp"
38
39
namespace eprosima {
40
namespace fastdds {
41
namespace examples {
42
namespace rpc {
43
44
-std::unique_ptr<std::stringstream> InputFeedProcessor::provided_input_feed(nullptr);
45
-
46
using calculator_example::create_CalculatorClient;
47
using namespace eprosima::fastdds::dds;
48
using namespace eprosima::fastdds::dds::rpc;
examples/cpp/rpc/InputFeedProcessor.hpp
0 commit comments