View Source vedf (erldist_filter v1.28.5)
Summary
Types
-type atoms_tuple() :: erldist_filter_nif:logger_event_atoms().
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().