Content-Based Networking Simulation Library Documentation (v. 1.2.1)

Public Member Functions

cbnsim::Driver Class Reference

Simulation process that pulls the workload events and issues them to nodes, thereby driving the simulation. More...

#include <Driver.h>

List of all members.

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)

Detailed Description

Simulation process that pulls the workload events and issues them to nodes, thereby driving the simulation.


Member Function Documentation

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.


The documentation for this class was generated from the following file: