Skip to content

gaia-pipeline/cppsdk

Folders and files

NameName
Last commit message
Last commit date
Oct 30, 2018
Oct 30, 2018
Nov 27, 2018
Nov 29, 2018
Nov 29, 2018
Jun 8, 2020
Jun 8, 2020
Jun 8, 2020
Jun 8, 2020
Nov 29, 2018
Jan 19, 2019
Nov 30, 2018

Repository files navigation

cppsdk

C++ SDK for Gaia

How to generate gRPC server interfaces

If the plugin.proto file has been changed, it's sometimes useful to regenerate the gRPC server interfaces. You can use the command make plugin.grpc.pb.cc plugin.pb.cc to regenerate them.