Weevil Workload Generation Library C++ API documentation (v. 1.0.1)

Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members

weevil::WeevilGen Class Reference

An extension of ssim::Sim that has some convenience methods for dealing with processes by ids. More...

#include <weevil.h>

List of all members.

Static Public Member Functions

void broadcast_event (const ssim::Event *event, ssim::Time lag=0)
 Broadcasts event to all processes.
void self_signal_event (const ssim::Event *event, ssim::Time lag=0)
 Signals event to itself.
void signal_event (const std::string &id, const ssim::Event *event, ssim::Time lag=0)
 Signals event to neighbor based on its ID.


Detailed Description

An extension of ssim::Sim that has some convenience methods for dealing with processes by ids.


The documentation for this class was generated from the following file:
Copyright © 2002-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 Yanyan Wang