Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toString
Method · 0.95
getProviderVersion
Method · 0.80
getEISProductVersion
Method · 0.80
Calls
2
require
Method · 0.80
getValue
Method · 0.45
Tested by
no test coverage detected