Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ visit
Method
visit
tools/dissector/sample_manager.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
{ }
51
52
void visit (itl::Alias& a) {
53
dissector = get_dissector(map, a.type());
54
}
55
56
void visit (itl::Int& i) {
57
if (i.bits() == 32 && i.isUnsigned () && i.isConstrained) {
Callers
nothing calls this directly
Calls
15
get_dissector
Function · 0.85
bits
Method · 0.80
isUnsigned
Method · 0.80
rbegin
Method · 0.80
add_value
Method · 0.80
add_field
Method · 0.80
model
Method · 0.80
digits
Method · 0.80
scale
Method · 0.80
element_type
Method · 0.80
note
Method · 0.80
add_default
Method · 0.80
Tested by
no test coverage detected