#include <ckgraph.h>
Public Member Functions | |
McastDest (int _src, int _offset, int _msgs, int _bytes) | |
~McastDest () | |
int | getSrc () |
int | getOffset () |
int | getNumMsgs () |
int | getNumBytes () |
void | setNumBytes (int _bytes) |
Private Attributes | |
int | src |
int | offset |
int | msgs |
int | bytes |
Friends | |
class | ObjGraph |
Definition at line 101 of file ckgraph.h.
void McastDest::setNumBytes | ( | int | _bytes | ) | [inline] |
int McastDest::src [private] |
int McastDest::offset [private] |
int McastDest::msgs [private] |
int McastDest::bytes [private] |