Public Member Functions | |
(void) | - setIncrementalLossServerToClient:ClientToServer: |
(void) | - setTotalLossServerToClient:ClientToServer: |
(void) | - setLag: |
(void) | - setRoundTripTime: |
(void) | - setStandardDeviation: |
(int) | - incrementalLossFromServerToClient |
(int) | - incrementalLossFromClientToServer |
(int) | - totalLossFromServerToClient |
(int) | - totalLossFromClientToServer |
(int) | - lagOfLastPing |
(int) | - roundTripTime |
(int) | - standardDeviation |
(void) | - calculateLag |
Protected Attributes | |
int | iloss_sc |
int | iloss_cs |
int | tloss_sc |
int | tloss_cs |
int | lag |
int | av |
int | sd |
Definition at line 11 of file PingStats.h.