Definition at line 29 of file TopicDataImpl.java.
◆ TopicDataImpl() [1/2]
◆ TopicDataImpl() [2/2]
org.opensplice.dds.core.policy.TopicDataImpl.TopicDataImpl |
( |
OsplServiceEnvironment |
environment, |
|
|
byte [] |
value |
|
) |
| |
◆ equals()
boolean org.opensplice.dds.core.policy.TopicDataImpl.equals |
( |
Object |
other | ) |
|
◆ getEnvironment()
◆ getPolicyClass()
Class<? extends QosPolicy> org.opensplice.dds.core.policy.TopicDataImpl.getPolicyClass |
( |
| ) |
|
◆ getValue()
byte [] org.opensplice.dds.core.policy.TopicDataImpl.getValue |
( |
| ) |
|
◆ hashCode()
int org.opensplice.dds.core.policy.TopicDataImpl.hashCode |
( |
| ) |
|
◆ withValue() [1/2]
TopicData org.opensplice.dds.core.policy.TopicDataImpl.withValue |
( |
byte [] |
value, |
|
|
int |
offset, |
|
|
int |
length |
|
) |
| |
◆ withValue() [2/2]
TopicData org.omg.dds.core.policy.TopicData.withValue |
( |
byte |
value[], |
|
|
int |
offset, |
|
|
int |
length |
|
) |
| |
|
inherited |
Copy this policy and override the value of the property.
- Parameters
-
value | A sequence of bytes that holds the application topic data. By default, the sequence has length 0. |
offset | Not used can have any int value. |
length | Not used can have any int value. |
- Returns
- a new policy
◆ environment
The documentation for this class was generated from the following file: