vrpRouting  0.3
Vroom_time_window_t Struct Reference

Time window's attributes. More...

#include "vroom_time_window_t.h"

Public Attributes

Idx id
 
char kind
 
Duration tw_close
 
Duration tw_open
 

Detailed Description

Time window's attributes.

Note
C/C++/postgreSQL connecting structure for input
name description
id Identifier of the job/shipment/break
kind Whether the shipment is a pickup ('p') or a delivery ('d')
tw_open Time window opening time
tw_close Time window closing time

Definition at line 46 of file vroom_time_window_t.h.

Member Data Documentation

◆ id

Idx Vroom_time_window_t::id

Definition at line 47 of file vroom_time_window_t.h.

Referenced by fetch_time_windows().

◆ kind

char Vroom_time_window_t::kind

Definition at line 48 of file vroom_time_window_t.h.

Referenced by fetch_time_windows().

◆ tw_close

Duration Vroom_time_window_t::tw_close

◆ tw_open

Duration Vroom_time_window_t::tw_open

The documentation for this struct was generated from the following file: