|
CrowdSenSim
1.1
|
#include <Smartphones.h>
Public Member Functions | |
| Smartphone (int A, float B, string(C), DatatbdelM(D), DatasentM(E), Samples(F)) | |
Public Attributes | |
| int | id_user |
| float | battery |
| string | context |
| DatatbdelM | dtbd |
| DatasentM | dts |
| Samples | smp |
|
inline |
| float Smartphone::battery |
Battery Level (0-100)
| string Smartphone::context |
Context (outdoor, semi-outdoor, indoor)
| DatatbdelM Smartphone::dtbd |
Amount of data to be delivered
| DatasentM Smartphone::dts |
Amount of data already sent
| int Smartphone::id_user |
User ID
| Samples Smartphone::smp |
List of samples
1.8.11