pkt Struct Reference

#include <pkt.h>

List of all members.

Public Member Functions

bool operator== (const pkt &rhs) const

Public Attributes

sc_int< 8 > data
sc_int< 4 > id
bool dest0
bool dest1
bool dest2
bool dest3


Member Function Documentation

bool pkt::operator== ( const pkt rhs  )  const [inline]


Member Data Documentation

sc_int<8> pkt::data

sc_int<4> pkt::id

bool pkt::dest0

bool pkt::dest1

bool pkt::dest2

bool pkt::dest3


The documentation for this struct was generated from the following file:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page