aboutsummaryrefslogtreecommitdiff
path: root/pw_rpc/raw/public/pw_rpc/raw/client_testing.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-12 23:07:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-12 23:07:32 +0000
commit47562fa92998f8f4289ae9a8048349067754d52e (patch)
treec1643be8ab17fc607cea748a8bb1d621a5964873 /pw_rpc/raw/public/pw_rpc/raw/client_testing.h
parenteeec55b65fe2c3c7647bb70ea44b3c839eb1267c (diff)
parent646563934a3e2ee26f50171f94d95173a1662e2c (diff)
downloadpigweed-47562fa92998f8f4289ae9a8048349067754d52e.tar.gz
Snap for 11566117 from 646563934a3e2ee26f50171f94d95173a1662e2c to sdk-releaseplatform-tools-35.0.1
Change-Id: Iec629b181a2c6905754a4c340e334884e13fd3b4
Diffstat (limited to 'pw_rpc/raw/public/pw_rpc/raw/client_testing.h')
-rw-r--r--pw_rpc/raw/public/pw_rpc/raw/client_testing.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pw_rpc/raw/public/pw_rpc/raw/client_testing.h b/pw_rpc/raw/public/pw_rpc/raw/client_testing.h
index dbda24d58..9402e5275 100644
--- a/pw_rpc/raw/public/pw_rpc/raw/client_testing.h
+++ b/pw_rpc/raw/public/pw_rpc/raw/client_testing.h
@@ -15,6 +15,7 @@
#include <cstddef>
#include <cstdint>
+#include <optional>
#include <type_traits>
#include "pw_bytes/span.h"
@@ -26,7 +27,7 @@
namespace pw::rpc {
-// TODO(b/234878467): Document the client testing APIs.
+// TODO: b/234878467 - Document the client testing APIs.
// Sends packets to an RPC client as if it were a pw_rpc server.
class FakeServer {