SimDriver  0.1
Public Attributes | List of all members
agent_model::Decisions Struct Reference

#include <Interface.h>

Collaboration diagram for agent_model::Decisions:
Collaboration graph
[legend]

Public Attributes

int laneChangeInt
 The intention to perform a lane change. The sign defines the direction. The value defines the number of lanes to be changed.
 
int laneChangeDec
 The decision to perform a lane change. The sign defines the direction. The value defines the number of lanes to be changed.
 
Point lateral
 The decision to move to a defined lateral offset within a defined distance or time (mode=0: distance, mode=1: time).
 
DecisionStopping signal
 The decision information caused by a signal.
 
DecisionStopping target
 The decision information caused by a target.
 
DecisionStopping destination
 The decision information caused by a destination.
 
DecisionStopping lane
 The decision information caused by a lane change.
 

Detailed Description

A class to store the internal state for the conscious&#x2F;velocity component.


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