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

Function check_rc

dds/DCPS/XTypes/DynamicVwrite.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using namespace OpenDDS::DCPS;
17
18bool check_rc(DDS::ReturnCode_t rc, DDS::MemberId id, DDS::TypeKind tk, const char* fn_name)
19{
20 return XTypes::check_rc_from_get(rc, id, tk, fn_name, LogLevel::Notice);
21}
22
23bool begin_member_helper(ValueWriter& vw, MemberParam* params,
24 DDS::ReturnCode_t rc, DDS::TypeKind containing_tk)

Callers 3

vwrite_itemFunction · 0.70
vwrite_discriminatorFunction · 0.70

Calls 1

check_rc_from_getFunction · 0.85

Tested by

no test coverage detected