vrpRouting  0.3
compatibleVehicles_rt.h
Go to the documentation of this file.
1 /*PGR-GNU*****************************************************************
2 File: compatibleVehicles_rt.h
3 
4 Copyright (c) 2021 pgRouting developers
6 
7 Developer:
8 Copyright (c) 2021 Celia Virginia Vergara Castillo
9 Copyright (c) 2021 Joseph Emile Honour Percival
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_COMPATIBLEVEHICLES_RT_H_
31 #define INCLUDE_C_TYPES_COMPATIBLEVEHICLES_RT_H_
32 #pragma once
33 
34 /* for int64_t */
35 #ifdef __cplusplus
36 # include <cstdint>
37 #else
38 # include <stdint.h>
39 #endif
40 
51  int64_t order_id;
52  int64_t vehicle_id;
53 };
54 
55 #endif // INCLUDE_C_TYPES_COMPATIBLEVEHICLES_RT_H_
CompatibleVehicles_rt::order_id
int64_t order_id
Definition: compatibleVehicles_rt.h:51
CompatibleVehicles_rt
order-vehicle compatability relationship
Definition: compatibleVehicles_rt.h:50
CompatibleVehicles_rt::vehicle_id
int64_t vehicle_id
order's identifier
Definition: compatibleVehicles_rt.h:52