LCOV - code coverage report
Current view: top level - generated/include/ad/map/lane - ENUBorderValidInputRange.hpp (source / functions) Hit Total Coverage
Test: ad_map_access Lines: 3 3 100.0 %
Date: 2022-10-04 09:48:07 Functions: 1 1 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * ----------------- BEGIN LICENSE BLOCK ---------------------------------
       3                 :            :  *
       4                 :            :  * Copyright (C) 2018-2020 Intel Corporation
       5                 :            :  *
       6                 :            :  * SPDX-License-Identifier: MIT
       7                 :            :  *
       8                 :            :  * ----------------- END LICENSE BLOCK -----------------------------------
       9                 :            :  */
      10                 :            : 
      11                 :            : /**
      12                 :            :  * Generated file
      13                 :            :  * @file
      14                 :            :  *
      15                 :            :  * Generator Version : 11.0.0-1997
      16                 :            :  */
      17                 :            : 
      18                 :            : #pragma once
      19                 :            : 
      20                 :            : #include <cmath>
      21                 :            : #include <limits>
      22                 :            : #include "ad/map/lane/ENUBorder.hpp"
      23                 :            : #include "ad/map/point/ENUEdgeValidInputRange.hpp"
      24                 :            : 
      25                 :            : /*!
      26                 :            :  * \brief check if the given ENUBorder is within valid input range
      27                 :            :  *
      28                 :            :  * \param[in] input the ENUBorder as an input value
      29                 :            :  * \param[in] logErrors enables error logging
      30                 :            :  *
      31                 :            :  * \returns \c true if ENUBorder is considered to be within the specified input range
      32                 :            :  *
      33                 :            :  * \note the specified input range is defined by the ranges of all members
      34                 :            :  */
      35                 :          2 : inline bool withinValidInputRange(::ad::map::lane::ENUBorder const &input, bool const logErrors = true)
      36                 :            : {
      37                 :            :   // check for generic member input ranges
      38                 :            :   (void)input;
      39                 :            :   (void)logErrors;
      40                 :          2 :   bool inValidInputRange = true;
      41                 :          2 :   return inValidInputRange;
      42                 :            : }

Generated by: LCOV version 1.14