Go to the documentation of this file.
18 #ifndef GZ_TRANSPORT_PARAMETERS_CLIENT_HH_
19 #define GZ_TRANSPORT_PARAMETERS_CLIENT_HH_
24 #include "google/protobuf/message.h"
26 #include "ignition/msgs/parameter_declarations.pb.h"
28 #include "gz/transport/config.hh"
30 #include "gz/transport/parameters/Export.hh"
41 inline namespace IGNITION_TRANSPORT_VERSION_NAMESPACE {
43 struct ParametersClientPrivate;
60 unsigned int _timeoutMs = kDefaultTimeoutMs);
80 const google::protobuf::Message & _msg)
final;
86 google::protobuf::Message & _parameter)
const final;
96 const google::protobuf::Message & _msg)
final;
101 public: ignition::msgs::ParameterDeclarations
102 ListParameters()
const final;
107 #pragma warning(push)
108 #pragma warning(disable: 4251)
116 private: constexpr
static inline unsigned int kDefaultTimeoutMs = 5000;
Definition: gz/transport/AdvertiseOptions.hh:28
The return type used in all falible parameters methods.
Definition: gz/transport/parameters/result.hh:47
Allow to get, set, declare or list parameters.
Definition: gz/transport/parameters/Client.hh:47
Common interface, implemented by ParametersRegistry (local updates) and by ParametersClients (remote ...
Definition: gz/transport/parameters/Interface.hh:45