MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / append

Function append

tests/DCPS/LargeSample/common.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27#if OPENDDS_CONFIG_SECURITY
28void append(
29 DDS::PropertySeq& props, const char* name, const char* value, bool propagate)
30{
31 const DDS::Property_t prop = {name, value, propagate};
32 const unsigned int len = props.length();
33 props.length(len + 1);
34 props[len] = prop;
35}
36
37void set_security_qos(DDS::DomainParticipantQos& participant_qos, unsigned secid)
38{

Callers 1

set_security_qosFunction · 0.70

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected