vmm_sb_ds_callbacks Class Reference

List of all members.

Public Member Functions

virtual void pre_insert (input vmm_sb_ds sb, input vmm_data pkt, input vmm_sb_ds::kind_e kind, ref int exp_stream_id, ref int inp_stream_id, ref bit drop)
virtual void post_insert (vmm_sb_ds sb, vmm_data pkt, int exp_stream_id, int inp_stream_id)
virtual void matched (input vmm_sb_ds sb, input vmm_data pkt, input int exp_stream_id, input int inp_stream_id, ref int count)
virtual void mismatched (input vmm_sb_ds sb, input vmm_data pkt, input int exp_stream_id, input int inp_stream_id, ref int count)
virtual void dropped (input vmm_sb_ds sb, input vmm_data pkts[], input int exp_stream_id, input int inp_stream_id, ref int count)
virtual void not_found (input vmm_sb_ds sb, input vmm_data pkt, input int exp_stream_id, input int inp_stream_id, ref int count)
virtual void orphaned (input vmm_sb_ds sb, input vmm_data pkts[], input int exp_stream_id, input int inp_stream_id, ref int count)


Detailed Description

Definition at line 166 of file vmm_sb_ds.sv.


Member Function Documentation

virtual void vmm_sb_ds_callbacks::pre_insert ( input vmm_sb_ds  sb,
input vmm_data  pkt,
input vmm_sb_ds::kind_e  kind,
ref int  exp_stream_id,
ref int  inp_stream_id,
ref bit  drop 
) [virtual]

Definition at line 168 of file vmm_sb_ds.sv.

virtual void vmm_sb_ds_callbacks::post_insert ( vmm_sb_ds  sb,
vmm_data  pkt,
int  exp_stream_id,
int  inp_stream_id 
) [virtual]

Definition at line 176 of file vmm_sb_ds.sv.

virtual void vmm_sb_ds_callbacks::matched ( input vmm_sb_ds  sb,
input vmm_data  pkt,
input int  exp_stream_id,
input int  inp_stream_id,
ref int  count 
) [virtual]

Definition at line 182 of file vmm_sb_ds.sv.

virtual void vmm_sb_ds_callbacks::mismatched ( input vmm_sb_ds  sb,
input vmm_data  pkt,
input int  exp_stream_id,
input int  inp_stream_id,
ref int  count 
) [virtual]

Definition at line 189 of file vmm_sb_ds.sv.

virtual void vmm_sb_ds_callbacks::dropped ( input vmm_sb_ds  sb,
input vmm_data  pkts[],
input int  exp_stream_id,
input int  inp_stream_id,
ref int  count 
) [virtual]

Definition at line 196 of file vmm_sb_ds.sv.

virtual void vmm_sb_ds_callbacks::not_found ( input vmm_sb_ds  sb,
input vmm_data  pkt,
input int  exp_stream_id,
input int  inp_stream_id,
ref int  count 
) [virtual]

Definition at line 203 of file vmm_sb_ds.sv.

virtual void vmm_sb_ds_callbacks::orphaned ( input vmm_sb_ds  sb,
input vmm_data  pkts[],
input int  exp_stream_id,
input int  inp_stream_id,
ref int  count 
) [virtual]

Definition at line 210 of file vmm_sb_ds.sv.


The documentation for this class was generated from the following file:

Intelligent Design Verification
Intelligent Design Verification
Project: VMM, Revision: 1.0.1
Copyright (c) 2008 Intelligent Design Verification.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included here:
http://www.intelligentdv.com/licenses/fdl.txt
doxygen
Doxygen Version: 1.5.6
Sat Oct 18 11:32:38 2008
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV