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

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

static void broadcast_event (const ssim::Event *event, ssim::Time lag=0)
 Broadcasts event to all processes.
static void self_signal_event (const ssim::Event *event, ssim::Time lag=0)
 Signals event to itself.
static 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. Copyright © 2006-2009 University of Lugano.
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