PGROUTING
3.2
|
Go to the source code of this file.
Functions | |
void | pgr_get_pd_orders (char *pd_orders_sql, PickDeliveryOrders_t **pd_orders, size_t *total_pd_orders) |
Reads the pick-Deliver orders. More... | |
void | pgr_get_pd_orders_with_id (char *pd_orders_sql, PickDeliveryOrders_t **pd_orders, size_t *total_pd_orders) |
Reads the pick-Deliver orders. More... | |
void pgr_get_pd_orders | ( | char * | pd_orders_sql, |
PickDeliveryOrders_t ** | pd_orders, | ||
size_t * | total_pd_orders | ||
) |
Reads the pick-Deliver orders.
[in] | pd_orders_sql | |
[out] | pd_orders | |
[out] | total_pd_orders |
Definition at line 205 of file orders_input.c.
References pgr_get_pd_orders_general().
Referenced by process().
void pgr_get_pd_orders_with_id | ( | char * | pd_orders_sql, |
PickDeliveryOrders_t ** | pd_orders, | ||
size_t * | total_pd_orders | ||
) |
Reads the pick-Deliver orders.
[in] | pd_orders_sql | |
[out] | pd_orders | |
[out] | total_pd_orders |
Definition at line 213 of file orders_input.c.
References pgr_get_pd_orders_general().
Referenced by process().