vrpRouting
0.3
vroom_break_t.h
Go to the documentation of this file.
1
/*PGR-GNU*****************************************************************
2
File: vroom_break_t.h
3
4
Copyright (c) 2021 pgRouting developers
5
Mail:
[email protected]
6
7
Function's developer:
8
Copyright (c) 2021 Ashish Kumar
9
Mail:
[email protected]
10
11
------
12
13
This program is free software; you can redistribute it and/or modify
14
it under the terms of the GNU General Public License as published by
15
the Free Software Foundation; either version 2 of the License, or
16
(at your option) any later version.
17
18
This program is distributed in the hope that it will be useful,
19
but WITHOUT ANY WARRANTY; without even the implied warranty of
20
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
GNU General Public License for more details.
22
23
You should have received a copy of the GNU General Public License
24
along with this program; if not, write to the Free Software
25
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26
27
********************************************************************PGR-GNU*/
30
#ifndef INCLUDE_C_TYPES_VROOM_VROOM_BREAK_T_H_
31
#define INCLUDE_C_TYPES_VROOM_VROOM_BREAK_T_H_
32
#pragma once
33
34
#include "
c_types/typedefs.h
"
35
46
struct
Vroom_break_t
{
47
Idx
id
;
48
Idx
vehicle_id
;
49
Duration
service
;
50
char
*
data
;
51
};
52
53
54
#endif // INCLUDE_C_TYPES_VROOM_VROOM_BREAK_T_H_
Vroom_break_t::id
Idx id
Definition:
vroom_break_t.h:47
Vroom_break_t::service
Duration service
Identifier of vehicle.
Definition:
vroom_break_t.h:49
typedefs.h
Vroom_break_t::data
char * data
Duration of break.
Definition:
vroom_break_t.h:50
Vroom_break_t
Vehicle's break attributes.
Definition:
vroom_break_t.h:46
Idx
uint64_t Idx
Definition:
typedefs.h:79
Vroom_break_t::vehicle_id
Idx vehicle_id
Identifier of break.
Definition:
vroom_break_t.h:48
Duration
uint32_t Duration
Definition:
typedefs.h:81
include
c_types
vroom
vroom_break_t.h
Generated on Tue Nov 15 2022 03:49:52 for vrpRouting by
1.8.17