vrpRouting  0.3
Vroom_break_t Struct Reference

Vehicle's break attributes. More...

#include "vroom_break_t.h"

Public Attributes

char * data
 Duration of break. More...
 
Idx id
 
Duration service
 Identifier of vehicle. More...
 
Idx vehicle_id
 Identifier of break. More...
 

Detailed Description

Vehicle's break attributes.

Note
C/C++/postgreSQL connecting structure for input
name description
id Identifier of break
vehicle_id Identifier of vehicle
service Duration of break
data Metadata information of break

Definition at line 46 of file vroom_break_t.h.

Member Data Documentation

◆ data

char* Vroom_break_t::data

Duration of break.

Definition at line 50 of file vroom_break_t.h.

Referenced by fetch_breaks(), and vrprouting::Vrp_vroom_problem::get_vroom_break().

◆ id

Idx Vroom_break_t::id

Definition at line 47 of file vroom_break_t.h.

Referenced by fetch_breaks(), and vrprouting::Vrp_vroom_problem::get_vroom_break().

◆ service

Duration Vroom_break_t::service

Identifier of vehicle.

Definition at line 49 of file vroom_break_t.h.

Referenced by fetch_breaks(), and vrprouting::Vrp_vroom_problem::get_vroom_break().

◆ vehicle_id

Idx Vroom_break_t::vehicle_id

Identifier of break.

Definition at line 48 of file vroom_break_t.h.

Referenced by fetch_breaks().


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