Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GridX C++ SDK

Generated C++ protobuf SDK for the GridX - P2P Energy Trading Platform.

This SDK contains C++ protobuf message types generated from the protobuf repository.

Purpose

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.

Generated Files

Do not manually edit files inside:

gen/

These files are generated automatically from the protobuf contract repo.

Usage

Add this SDK as a dependency in the C++ service, then link against:

gridx_cpp_sdk

Example:

#include "gridx/test/v1/test.pb.h"

gridx::test::v1::TestMoney money;
money.set_currency_code("LKR");

Versioning

This SDK follows the same version as the protobuf contract release.

protobuf v0.2.0
cpp-sdk  v0.2.0

About

Generated C++ protobuf SDK for Kafka message encoding and decoding in the GridX Matching Engine.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages