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

Function append

tests/security/ConcurrentAuthLimit/ConcurrentAuthLimit.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20using namespace OpenDDS::RTPS;
21
22void append(DDS::PropertySeq& props, const char* name, const OpenDDS::DCPS::String& value, bool propagate = false)
23{
24 const DDS::Property_t prop = {name, value.c_str(), propagate};
25 const unsigned int len = props.length();
26 props.length(len + 1);
27 props[len] = prop;
28}
29
30bool receive(const OpenDDS::DCPS::GUID_t& participant_guid,
31 ACE_SOCK_Dgram_Mcast& multicast_socket)

Callers 1

ACE_TMAINFunction · 0.70

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected