vrpRouting
0.3
breaks_input.h
Go to the documentation of this file.
1
/*PGR-GNU*****************************************************************
2
File: breaks_input.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*/
28
29
#ifndef INCLUDE_C_COMMON_VROOM_BREAKS_INPUT_H_
30
#define INCLUDE_C_COMMON_VROOM_BREAKS_INPUT_H_
31
#pragma once
32
33
#include <stddef.h>
34
35
#include "
c_common/get_check_data.h
"
36
#include "
c_types/column_info_t.h
"
37
#include "
c_types/vroom/vroom_break_t.h
"
38
39
#ifdef PROFILE
40
#include "
c_common/debug_macro.h
"
41
#include "
c_common/time_msg.h
"
42
#endif
43
45
void
46
get_vroom_breaks
(
47
char
*breaks_sql,
48
Vroom_break_t
**breaks,
49
size_t
*total_breaks,
50
bool
is_plain);
51
52
#endif // INCLUDE_C_COMMON_VROOM_BREAKS_INPUT_H_
time_msg.h
debug_macro.h
vroom_break_t.h
Vroom_break_t
Vehicle's break attributes.
Definition:
vroom_break_t.h:46
get_vroom_breaks
void get_vroom_breaks(char *breaks_sql, Vroom_break_t **breaks, size_t *total_breaks, bool is_plain)
Reads the VROOM breaks.
Definition:
breaks_input.c:160
column_info_t.h
get_check_data.h
include
c_common
vroom
breaks_input.h
Generated on Tue Nov 15 2022 03:49:51 for vrpRouting by
1.8.17