normativeTypesCPP
Static Public Member Functions | List of all members
epics::nt::NTUtils Class Reference

Utility methods for NT types. More...

#include <ntutils.h>

Static Public Member Functions

static bool is_a (const std::string &u1, const std::string &u2)
 

Detailed Description

Utility methods for NT types.

Author
mse

Definition at line 19 of file ntutils.h.

Member Function Documentation

◆ is_a()

bool epics::nt::NTUtils::is_a ( const std::string &  u1,
const std::string &  u2 
)
static

Checks whether NT types are compatible by checking their IDs, i.e. their names and major version must match.

Parameters
u1the first URI.
u2the second URI.
Returns
true if URIs are compatible, false otherwise.

Definition at line 14 of file ntutils.cpp.


The documentation for this class was generated from the following files: