commit | b768cc015332fa3f5c50e19aee256de9e0e24407 | [log] [tgz] |
---|---|---|
author | Austin Foxley <afoxley@google.com> | Thu Jan 11 20:50:27 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 11 20:50:27 2024 +0000 |
tree | 1fa158b6ad81f2bdb065e8ff16aa5507ba7cbd16 | |
parent | ce1ac38beaa1a2d679d370bc7c126d1a273ab7ef [diff] |
pw_rpc: Have Method optionally store it's MethodType Provide a way at runtime to determine what a method's type is. This is useful when implementing a translation layer from another RPC system (like gRPC), where the pw_rpc PacketType must correctly be selected based on which MethodType it's destined for. Feature is disabled via module config by default Change-Id: I6f64a1f4c51ee2bd322814a6509b6af54d575479 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/185773 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Austin Foxley <afoxley@google.com> Reviewed-by: Wyatt Hepler <hepler@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.