18 #ifndef GZ_TRANSPORT_PARAMETERS_CLIENT_HH_
19 #define GZ_TRANSPORT_PARAMETERS_CLIENT_HH_
24 #include "google/protobuf/message.h"
26 #include "gz/msgs/parameter_declarations.pb.h"
28 #include "gz/transport/config.hh"
30 #include "gz/transport/parameters/Export.hh"
33 namespace gz::transport::parameters
36 inline namespace GZ_TRANSPORT_VERSION_NAMESPACE {
38 struct ParametersClientPrivate;
55 unsigned int _timeoutMs = kDefaultTimeoutMs);
73 const google::protobuf::Message & _msg)
final;
79 google::protobuf::Message & _parameter)
const final;
89 const google::protobuf::Message & _msg)
final;
100 #pragma warning(disable: 4251)
108 private: constexpr
static inline unsigned int kDefaultTimeoutMs = 5000;