vrpRouting
0.3
jobs_input.h
Go to the documentation of this file.
1
/*PGR-GNU*****************************************************************
2
File: jobs_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_JOBS_INPUT_H_
30
#define INCLUDE_C_COMMON_VROOM_JOBS_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_job_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_jobs
(
47
char
*jobs_sql,
48
Vroom_job_t
**jobs,
49
size_t
*total_jobs,
50
bool
is_plain);
51
52
#endif // INCLUDE_C_COMMON_VROOM_JOBS_INPUT_H_
time_msg.h
debug_macro.h
vroom_job_t.h
Vroom_job_t
Job's attributes.
Definition:
vroom_job_t.h:54
get_vroom_jobs
void get_vroom_jobs(char *jobs_sql, Vroom_job_t **jobs, size_t *total_jobs, bool is_plain)
Reads the VROOM jobs.
Definition:
jobs_input.c:213
column_info_t.h
get_check_data.h
include
c_common
vroom
jobs_input.h
Generated on Tue Nov 15 2022 03:49:51 for vrpRouting by
1.8.17