CrowdSenSim
1.0
Main Page
Data Structures
Files
File List
Globals
Headers
Position.h
Go to the documentation of this file.
1
/*
2
* Position.h
3
4
*
5
* Created on: 30 giu 2016
6
* Author: Giuseppe Cacciatore
7
*/
8
9
#ifndef POSITION_H_
10
#define POSITION_H_
11
12
#include <time.h>
13
14
#include "
Location.h
"
15
16
struct
Position
{
17
18
Location
loc
;
19
tm
timestamp
;
21
Position
(
Location
A, tm B): loc(A), timestamp(B){}
22
};
23
24
25
#endif
/* POSITION_H_ */
Position
Definition:
Position.h:16
Position::loc
Location loc
Definition:
Position.h:18
Position::Position
Position(Location A, tm B)
Definition:
Position.h:21
Location.h
Position::timestamp
tm timestamp
Definition:
Position.h:19
Location
Definition:
Location.h:28
Generated by
1.8.11