|
GreenCloud Simulator
|
#include <provideroutagent.h>


Public Member Functions | |
| ProviderOutAgent () | |
| virtual | ~ProviderOutAgent () |
| int | updateAgentDataBytes () |
| double | updateTime () |
| void | sendmsg (int nbytes, void *pointer) |
| void | tryToSend () |
Protected Attributes | |
| int | lastTrackedBytes_ |
| double | lastTrackedTime_ |
| PoaBufList | poabuf_ |
Definition at line 50 of file provideroutagent.h.
| ProviderOutAgent::ProviderOutAgent | ( | ) |
Definition at line 19 of file provideroutagent.cc.
|
virtual |
Definition at line 25 of file provideroutagent.cc.
| void ProviderOutAgent::sendmsg | ( | int | nbytes, |
| void * | pointer | ||
| ) |
Definition at line 48 of file provideroutagent.cc.
| void ProviderOutAgent::tryToSend | ( | ) |
Definition at line 53 of file provideroutagent.cc.
| int ProviderOutAgent::updateAgentDataBytes | ( | ) |
Definition at line 36 of file provideroutagent.cc.
| double ProviderOutAgent::updateTime | ( | ) |
Definition at line 42 of file provideroutagent.cc.
|
protected |
Definition at line 59 of file provideroutagent.h.
|
protected |
Definition at line 60 of file provideroutagent.h.
|
protected |
Definition at line 61 of file provideroutagent.h.
1.8.11