18 #ifndef __IGN_TRANSPORT_ADVERTISEOPTIONS_HH_INCLUDED__ 19 #define __IGN_TRANSPORT_ADVERTISEOPTIONS_HH_INCLUDED__ 71 public:
const Scope_t &Scope()
const;
77 public:
void SetScope(
const Scope_t &_scope);
81 protected: std::unique_ptr<transport::AdvertiseOptionsPrivate>
dataPtr;
Topic/service available to any subscriber (default scope).
#define IGNITION_VISIBLE
Use to represent "symbol visible" if supported.
Definition: Helpers.hh:56
std::unique_ptr< transport::AdvertiseOptionsPrivate > dataPtr
Definition: AdvertiseOptions.hh:81
Definition: AdvertiseOptionsPrivate.hh:30
Topic/service only available to subscribers in the same process as the publisher. ...
ignition/transport/AdvertiseOptions.hh
Definition: AdvertiseOptions.hh:50
Scope_t
Definition: AdvertiseOptions.hh:33
Definition: AdvertiseOptions.hh:25
Topic/service only available to subscribers in the same machine as the publisher. ...