ignition/transport/AdvertiseOptions.hh
More...
#include <AdvertiseOptions.hh>
ignition/transport/AdvertiseOptions.hh
A class for customizing the publication options for a topic or service advertised. E.g.: Set the scope of a topic/service.
◆ AdvertiseOptions() [1/2]
ignition::transport::AdvertiseOptions::AdvertiseOptions |
( |
| ) |
|
◆ AdvertiseOptions() [2/2]
ignition::transport::AdvertiseOptions::AdvertiseOptions |
( |
const AdvertiseOptions & |
_other | ) |
|
Copy constructor.
- Parameters
-
◆ ~AdvertiseOptions()
virtual ignition::transport::AdvertiseOptions::~AdvertiseOptions |
( |
| ) |
|
|
virtual |
◆ operator=()
Assignment operator.
- Parameters
-
- Returns
- A reference to this instance.
◆ Scope()
const Scope_t& ignition::transport::AdvertiseOptions::Scope |
( |
| ) |
const |
Get the scope used in this topic/service.
- Returns
- The scope.
- See also
- SetScope.
-
Scope_t.
◆ SetScope()
void ignition::transport::AdvertiseOptions::SetScope |
( |
const Scope_t & |
_scope | ) |
|
Set the scope of the topic or service.
- Parameters
-
- See also
- Scope.
-
Scope_t.
◆ dataPtr
The documentation for this class was generated from the following file: