maliput
RoadRulebookBuildFlags Struct Reference

Detailed Description

Holds RoadRulebook build configurations.

See also
CreateRoadRulebook() docstring for full details on how this structure pairs with the function.

#include <include/maliput/test_utilities/mock.h>

Public Attributes

bool add_right_of_way {true}
 
RightOfWayBuildFlags right_of_way_build_flags {}
 
bool add_direction_usage {false}
 
bool add_speed_limit {true}
 
bool add_discrete_value_rule {false}
 
bool add_range_value_rule {false}
 

Member Data Documentation

◆ add_direction_usage

bool add_direction_usage {false}

◆ add_discrete_value_rule

bool add_discrete_value_rule {false}

◆ add_range_value_rule

bool add_range_value_rule {false}

◆ add_right_of_way

bool add_right_of_way {true}

◆ add_speed_limit

bool add_speed_limit {true}

◆ right_of_way_build_flags

RightOfWayBuildFlags right_of_way_build_flags {}

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