PGROUTING
2.4
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
test_matrixRows_driver.h
Go to the documentation of this file.
1
/*PGR-GNU*****************************************************************
2
File: testXYedges_driver.h
3
4
Copyright (c) 2015 pgRouting developers
5
Mail: project@pgrouting.org
6
7
Function's developer:
8
Copyright (c) 2015 Celia Virginia Vergara Castillo
9
Mail:
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 SRC_INTERNALQUERYTESTS_SRC_TEST_MATRIXROWS_DRIVER_H_
30
#define SRC_INTERNALQUERYTESTS_SRC_TEST_MATRIXROWS_DRIVER_H_
31
#pragma once
32
33
#include "./../../common/src/pgr_types.h"
34
35
#ifdef __cplusplus
36
extern
"C"
{
37
#endif
38
39
bool
do_pgr_test_matrixRows
(
40
Matrix_cell_t
*matrix_rows,
41
size_t
total_rows,
42
char
** log_msg,
43
char
**
err_msg
);
44
45
46
#ifdef __cplusplus
47
}
48
#endif
49
50
#endif // SRC_INTERNALQUERYTESTS_SRC_TEST_MATRIXROWS_DRIVER_H_
matrix_cell
Definition:
pgr_types.h:164
do_pgr_test_matrixRows
bool do_pgr_test_matrixRows(Matrix_cell_t *matrix_rows, size_t total_rows, char **log_msg, char **err_msg)
Definition:
test_matrixRows_driver.cpp:39
err_msg
char * err_msg
Definition:
BDATester.cpp:50
src
internalQueryTests
src
test_matrixRows_driver.h
Generated on Tue Aug 15 2017 20:37:08 for PGROUTING by
1.8.6