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

Function append

examples/DCPS/ishapes/main.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 "file:security/TESTONLY_oci_opendds_dds_identity_private_key.pem";
48
49void append(DDS::PropertySeq& props, const char* name, const char* value)
50{
51 const DDS::Property_t prop = {name, value, false /*propagate*/};
52 const unsigned int len = props.length();
53 props.length(len + 1);
54 props[len] = prop;
55}
56#endif
57
58int ACE_TMAIN(int argc, ACE_TCHAR *argv[]) {

Callers 1

ACE_TMAINFunction · 0.70

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected