Content-Based Networking Simulation Library Documentation (v. 1.2.1) |
Abstract class defines the interface for all workload generation processes that are associated with a node. More...
#include <WorkloadNodeProcess.h>
Public Member Functions | |
unsigned int | node_id () const |
Returns the node id associated with this process. | |
Protected Member Functions | |
WorkloadNodeProcess (unsigned int nid, std::ostream &out) | |
Protected constructor must be supplied with the node id associated with this process. | |
Protected Attributes | |
std::ostream & | m_out |
Output stream should be used directly by all derived classes for printing output. |
Abstract class defines the interface for all workload generation processes that are associated with a node.
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 |