Autopysta
Loading...
Searching...
No Matches
model.h File Reference

File for the model and lcm classes definitions (short description). More...

#include "point.h"
#include "trajectory.h"
#include "params.h"
#include "clock.h"
#include "Exception.h"

Go to the source code of this file.

Classes

class  model
 Abstract car-following model class. More...
 
class  lcm
 Abstract class for lane-changing models. More...
 

Macros

#define PICK(x, y)
 

Detailed Description

File for the model and lcm classes definitions (short description).

Author
Rafael Delpiano.
Date
11 dec 2019

A larger description about this file. This is still part of the longer description.

Another line.

Macro Definition Documentation

◆ PICK

#define PICK ( x,
y )
Value:
(((x)==nullptr)?(y):(x))