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.
ignition::transport::AdvertiseOptions::AdvertiseOptions |
( |
| ) |
|
ignition::transport::AdvertiseOptions::AdvertiseOptions |
( |
const AdvertiseOptions & |
_other | ) |
|
Copy constructor.
- Parameters
-
virtual ignition::transport::AdvertiseOptions::~AdvertiseOptions |
( |
| ) |
|
|
virtual |
Assignment operator.
- Parameters
-
- Returns
- A reference to this instance.
const Scope_t& ignition::transport::AdvertiseOptions::Scope |
( |
| ) |
const |
Get the scope used in this topic/service.
- Returns
- The scope.
- See also
- SetScope.
-
Scope_t.
void ignition::transport::AdvertiseOptions::SetScope |
( |
const Scope_t & |
_scope | ) |
|
Set the scope of the topic or service.
- Parameters
-
- See also
- Scope.
-
Scope_t.
The documentation for this class was generated from the following file: