| 16 | using namespace OpenDDS::DCPS; |
| 17 | |
| 18 | bool 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 | |
| 23 | bool begin_member_helper(ValueWriter& vw, MemberParam* params, |
| 24 | DDS::ReturnCode_t rc, DDS::TypeKind containing_tk) |
no test coverage detected