View Source vedf (erldist_filter v1.1.0)
Link to this section Summary
Link to this section Types
-type atoms_tuple() :: erldist_filter_nif:logger_event_atoms().
Link to this section Functions
-spec dist_ext_to_vdist(AtomsTuple, InputBinary) -> VDist when AtomsTuple :: atoms_tuple(), InputBinary :: binary(), VDist :: vdist:dop_t().
-spec dist_ext_to_vterm(AtomsTuple, InputBinary) -> VTerm when AtomsTuple :: atoms_tuple(), InputBinary :: binary(), VTerm :: vterm:t().
-spec dist_ext_to_vterm(AtomsTuple, InputBinary, Limit) -> VTerm when AtomsTuple :: atoms_tuple(), InputBinary :: binary(), Limit :: integer(), VTerm :: vterm:t().
-spec dist_int_to_vdist(AtomsTuple, InputBinary) -> VDist when AtomsTuple :: atoms_tuple(), InputBinary :: binary(), VDist :: vdist:dop_t().
-spec dist_int_to_vterm(AtomsTuple, InputBinary) -> VTerm when AtomsTuple :: atoms_tuple(), InputBinary :: binary(), VTerm :: vterm:t().
-spec dist_int_to_vterm(AtomsTuple, InputBinary, Limit) -> VTerm when AtomsTuple :: atoms_tuple(), InputBinary :: binary(), Limit :: integer(), VTerm :: vterm:t().