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

Method getDDSVersion

java/jms/src/org/opendds/jms/common/Version.java:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public String getDDSVersion() {
38 return helper.require("version.dds").getValue();
39 }
40
41 public int getDDSMajorVersion() {
42 return helper.require("version.dds.major").asInt();

Callers 3

toStringMethod · 0.95
getProviderVersionMethod · 0.80
getEISProductVersionMethod · 0.80

Calls 2

requireMethod · 0.80
getValueMethod · 0.45

Tested by

no test coverage detected