Lines Matching refs:RPC
17 of the RPC lifecycle.
19 1. RPC service declaration
81 2. RPC code generation
101 For example, the generated RPC header for ``applications/blinky.proto`` is
105 The generated header defines a base class for each RPC service declared in the
111 3. RPC service definition
113 Implement a service class by inheriting from the generated RPC service
114 base class and defining a method for each RPC. The methods must match the name
177 The generated code includes RPC service implementation stubs. You can
183 #. Locate the generated RPC header in the build directory. For example:
189 #. Scroll to the bottom of the generated RPC header.
232 * `applications/blinky: Add Blinky RPC service <https://pwrev.dev/218225>`_
339 When implementing an RPC service using Nanopb or ``pw_protobuf``, you may
462 ``pw_rpc`` provides an RPC service and Python module for stress testing and
465 pw_rpc provides tools for stress testing and benchmarking a Pigweed RPC
473 The Benchmark service provides a low-level RPC service for sending data between
476 A raw RPC implementation of the benchmark service is provided. This
481 RPC server, like any other RPC service.
484 mind, but it may be used directly to test basic RPC functionality. The service
517 multiple worker threads to perform generated sequences of actions using RPC