Content-Based Networking Simulation Library Documentation (v. 1.2.1) |
Simulation process that pulls the workload events and issues them to nodes, thereby driving the simulation. More...
#include <Driver.h>
Public Member Functions | |
virtual void | handle_event (Node &node, const NodeEvent &node_event) |
Virtual method to allow handling of custom events. | |
void | init () |
void | process_event (const ssim::Event *evt) |
void | setup (const NodeList &nodes, WorkloadParser &parser) |
Simulation process that pulls the workload events and issues them to nodes, thereby driving the simulation.
virtual void cbnsim::Driver::handle_event | ( | Node & | node, |
const NodeEvent & | node_event | ||
) | [inline, virtual] |
Virtual method to allow handling of custom events.
Default implementation is empty.
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 |