| Content-Based Networking Simulation Library Documentation (v. 1.2.1) |
Abstract base classe for messages exchanged between nodes. More...
#include <Packet.h>
Public Member Functions | |
| virtual unsigned int | size () const |
| Returns this packets size in bytes. Default returns 0. | |
| unsigned int | id () const |
| Returns this packets unique id. | |
| bool | is_control () const |
| Returns the is_control flag. | |
| ssim::ProcessId | sender () const |
| Returns the sending process. | |
Protected Member Functions | |
| Packet (ssim::ProcessId sender, bool is_control) | |
Abstract base classe for messages exchanged between nodes.
|
Copyright © 2001-2004 University of Colorado.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 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 in the section entitled "GNU Free Documentation License". This documentation is authored and maintained by Matthew J. Rutherford |