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

Method base_extensibility

dds/DCPS/XTypes/DynamicTypeSupport.cpp:282–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 Extensibility DynamicTypeSupport::base_extensibility() const
283 {
284 Extensibility ext = OpenDDS::DCPS::FINAL;
285 const ReturnCode_t rc = extensibility(type_, ext);
286 if (rc != RETCODE_OK && log_level >= LogLevel::Error) {
287 ACE_ERROR((LM_ERROR, "(%P|%t) ERROR: DynamicTypeSupport::base_extensibility: "
288 "could not get correct extensibility for DynamicType %C: %C\n",
289 name(), retcode_to_string(rc)));
290 }
291 return ext;
292 }
293
294 Extensibility DynamicTypeSupport::max_extensibility() const
295 {

Callers 5

serialize_sampleMethod · 0.45
lookup_instanceFunction · 0.45
DataReaderImpl_T.hFile · 0.45
SerializedForEvalMethod · 0.45
base_extensibilityFunction · 0.45

Calls 3

extensibilityFunction · 0.85
retcode_to_stringFunction · 0.85
nameFunction · 0.70

Tested by

no test coverage detected