| 235 | |
| 236 | template<typename TopicType> |
| 237 | DDS::BuiltinTopicKey_t keyFromSample(TopicType*) |
| 238 | { |
| 239 | DDS::BuiltinTopicKey_t key; |
| 240 | std::memset(key.value, 0, sizeof(key.value)); |
| 241 | return key; |
| 242 | } |
| 243 | |
| 244 | class OpenDDS_Dcps_Export BitSubscriber : public RcObject { |
| 245 | public: |
no outgoing calls
no test coverage detected