Searched refs:rgb_t (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/communication/channel/aggregate/
H A Drgb.h40 struct rgb_t { struct
45 inline bool operator == (const rgb_t& rhs) const
50 friend ostream& operator<<(ostream& os, struct rgb_t &r);
59 sc_fifo<rgb_t>& color_in;
60 sc_fifo<rgb_t>& color_out;
66 sc_fifo<rgb_t>& COLOR_IN,
67 sc_fifo<rgb_t>& COLOR_OUT )
H A Drgb.cpp41 operator<<(ostream& os, struct rgb_t &r)
47 void sc_trace(sc_trace_file* tf,const rgb_t& s, const std::string& NAME) {
56 rgb_t clin;
57 rgb_t clout;
73 sc_fifo<rgb_t> in;
74 sc_fifo<rgb_t> out;
/gem5/src/systemc/tests/systemc/misc/communication/signals/aggregate/
H A Drgb.h38 struct rgb_t struct
44 bool operator == ( const rgb_t& rhs ) const
52 operator << ( ostream& os, const rgb_t& a )
63 sc_in<rgb_t> color_in;
64 sc_out<rgb_t> color_out;
70 sc_signal<rgb_t>& COLOR_IN,
71 sc_signal<rgb_t>& COLOR_OUT)
H A Drgb.cpp41 void sc_trace(sc_trace_file* tf,const rgb_t& s, const std::string& NAME) {
50 rgb_t clin;
51 rgb_t clout;
67 sc_signal<rgb_t> in;
68 sc_signal<rgb_t> out;

Completed in 3 milliseconds