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

Method init

tools/dissector/sample_dissector.cpp:931–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929 }
930
931 void
932 Sample_Dissector::init (const std::string &subtree)
933 {
934
935 if (subtree.length() > 0)
936 {
937 this->subtree_label_ = subtree;
938
939 gint *ett[] = {
940 &ett_
941 };
942 proto_register_subtree_array(ett, array_length(ett));
943 }
944 }
945
946 Sample_Field *
947 Sample_Dissector::add_field (Sample_Field *f)

Callers 5

Sample_DissectorMethod · 0.95
Sample_SequenceMethod · 0.45
Sample_EnumMethod · 0.45
Sample_UnionMethod · 0.45
Sample_AliasMethod · 0.45

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected