#include <ServiceTypeSupport.hpp>
◆ ServiceTypeSupport() [1/4]
| FASTDDS_EXPORTED_API ServiceTypeSupport |
( |
| ) |
|
|
defaultnoexcept |
◆ ServiceTypeSupport() [2/4]
| FASTDDS_EXPORTED_API ServiceTypeSupport |
( |
const ServiceTypeSupport & | service_type | ) |
|
|
defaultnoexcept |
Copy Constructor.
- Parameters
-
◆ ServiceTypeSupport() [3/4]
| FASTDDS_EXPORTED_API ServiceTypeSupport |
( |
ServiceTypeSupport && | service_type | ) |
|
|
defaultnoexcept |
Move Constructor.
- Parameters
-
◆ ServiceTypeSupport() [4/4]
◆ ~ServiceTypeSupport()
◆ empty_types()
| FASTDDS_EXPORTED_API bool empty_types |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
Copy Assignment.
- Parameters
-
◆ operator=() [2/2]
Move Assignment.
- Parameters
-
◆ operator==()
◆ register_service_type()
Registers the service type on a participant.
- Parameters
-
| participant | DomainParticipant where the service type is going to be registered |
| service_type_name | Name of the service type to register |
- Returns
- RETCODE_BAD_PARAMETER if the service name is empty, RETCODE_PRECONDITION_NOT_MET if there is another service with the same name registered on the DomainParticipant and RETCODE_OK if it is registered correctly
◆ reply_type()
| FASTDDS_EXPORTED_API const TypeSupport reply_type |
( |
| ) |
const |
|
inline |
◆ request_type()
| FASTDDS_EXPORTED_API const TypeSupport request_type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: