INET Framework for OMNeT++/OMNEST
|
Class generated from inet/applications/httptools/common/HttpEventMessages.msg:31
by nedtool.
More...
#include <HttpEventMessages_m.h>
Public Member Functions | |
HttpServerStatusUpdateMsg (const char *name=nullptr, short kind=0) | |
HttpServerStatusUpdateMsg (const HttpServerStatusUpdateMsg &other) | |
virtual | ~HttpServerStatusUpdateMsg () |
HttpServerStatusUpdateMsg & | operator= (const HttpServerStatusUpdateMsg &other) |
virtual HttpServerStatusUpdateMsg * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual const char * | www () const |
virtual void | setWww (const char *www) |
virtual ::omnetpp::simtime_t | setTime () const |
virtual void | setSetTime (::omnetpp::simtime_t setTime) |
virtual int | eventKind () const |
virtual void | setEventKind (int eventKind) |
virtual double | pvalue () const |
virtual void | setPvalue (double pvalue) |
virtual double | pamortize () const |
virtual void | setPamortize (double pamortize) |
Protected Member Functions | |
bool | operator== (const HttpServerStatusUpdateMsg &) |
Protected Attributes | |
::omnetpp::opp_string | www_var |
::omnetpp::simtime_t | setTime_var |
int | eventKind_var |
double | pvalue_var |
double | pamortize_var |
Private Member Functions | |
void | copy (const HttpServerStatusUpdateMsg &other) |
Class generated from inet/applications/httptools/common/HttpEventMessages.msg:31
by nedtool.
// // Server status update event // // Used by the controller to trigger popularity modifications for web sites. // // NEW: The definition has been migrated to OMNeT++ 4.0 and the latest INET version. // // @author Kristjan V. Jonsson // packet HttpServerStatusUpdateMsg { @omitGetVerb(true); @fieldNameSuffix("_var"); string www; // Name of the WWW site. simtime_t setTime; // The event set time. int eventKind; // The event kind, e.g. ss_special. double pvalue; // The initial elevated probability. double pamortize; // The amortization factor – i.e. how much the pvalue is decreased on each hit. }
inet::httptools::HttpServerStatusUpdateMsg::HttpServerStatusUpdateMsg | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::httptools::HttpServerStatusUpdateMsg::HttpServerStatusUpdateMsg | ( | const HttpServerStatusUpdateMsg & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
Referenced by inet::httptools::HttpController::handleMessage().
HttpServerStatusUpdateMsg& inet::httptools::HttpServerStatusUpdateMsg::operator= | ( | const HttpServerStatusUpdateMsg & | other | ) |
|
protected |
|
virtual |
Referenced by inet::httptools::HttpController::handleMessage().
|
overridevirtual |
Referenced by inet::httptools::doParsimPacking().
|
overridevirtual |
Referenced by inet::httptools::doParsimUnpacking().
|
virtual |
Referenced by inet::httptools::HttpController::handleMessage().
|
virtual |
Referenced by inet::httptools::HttpController::parseOptionsFile().
|
virtual |
Referenced by inet::httptools::HttpController::parseOptionsFile().
|
virtual |
Referenced by inet::httptools::HttpController::parseOptionsFile().
|
virtual |
virtual ::omnetpp::simtime_t inet::httptools::HttpServerStatusUpdateMsg::setTime | ( | ) | const |
|
virtual |
Referenced by inet::httptools::HttpController::parseOptionsFile().
|
virtual |
Referenced by inet::httptools::HttpController::handleMessage().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |