Generated C++ protobuf SDK for the GridX - P2P Energy Trading Platform.
This SDK contains C++ protobuf message types generated from the protobuf repository.
The C++ SDK is mainly used by the Matching Engine to encode and decode Kafka message payloads.
It does not include C++ gRPC service stubs.
Do not manually edit files inside:
gen/
These files are generated automatically from the protobuf contract repo.
Add this SDK as a dependency in the C++ service, then link against:
gridx_cpp_sdkExample:
#include "gridx/test/v1/test.pb.h"
gridx::test::v1::TestMoney money;
money.set_currency_code("LKR");This SDK follows the same version as the protobuf contract release.
protobuf v0.2.0
cpp-sdk v0.2.0