foxBMS - Unit Tests  1.6.0
The foxBMS Unit Tests API Documentation
test_foxmath.c File Reference

Tests for the foxmath module. More...

#include "unity.h"
#include "foxmath.h"
Include dependency graph for test_foxmath.c:

Go to the source code of this file.

Functions

void setUp (void)
 
void tearDown (void)
 
void test_linearInterpolation_X1EqualsX2 (void)
 
void test_linearInterpolation_interpolateBetweenX1AndX2 (void)
 
void test_linearInterpolation_extrapolateFromX1AndX2 (void)
 
void test_allZeros_swap16 (void)
 
void test_allZeros_swap32 (void)
 
void test_allZeros_swap64 (void)
 
void test_swap16 (void)
 
void test_swap32 (void)
 
void test_swap64 (void)
 
void test_swap16_MAX (void)
 
void test_swap32_MAX (void)
 
void test_swap64_MAX (void)
 
void test_minimumOfTwoFloats (void)
 
void test_MATH_MinimumOfTwoUint8_t (void)
 
void test_MATH_MinimumOfTwoUint16_t (void)
 

Variables

uint16_t val16
 
uint32_t val32
 
uint64_t val64
 
float coord_x1
 
float coord_x2
 
float coord_y1
 
float coord_y2
 
float coord_x_interpolate
 

Detailed Description

Tests for the foxmath module.

SPDX-License-Identifier: BSD-3-Clause

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

We kindly request you to use one or more of the following phrases to refer to foxBMS in your hardware, software, documentation or advertising materials:

  • ″This product uses parts of foxBMS®″
  • ″This product includes parts of foxBMS®″
  • ″This product is derived from foxBMS®″
Author
foxBMS Team
Date
2020-04-01 (date of creation)
Updated
2023-10-12 (date of last update)
Version
v1.6.0
Prefix
TEST

Definition in file test_foxmath.c.

Function Documentation

◆ setUp()

void setUp ( void  )

Definition at line 74 of file test_foxmath.c.

◆ tearDown()

void tearDown ( void  )

Definition at line 85 of file test_foxmath.c.

◆ test_allZeros_swap16()

void test_allZeros_swap16 ( void  )

Definition at line 106 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_allZeros_swap32()

void test_allZeros_swap32 ( void  )

Definition at line 110 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_allZeros_swap64()

void test_allZeros_swap64 ( void  )

Definition at line 114 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_linearInterpolation_extrapolateFromX1AndX2()

void test_linearInterpolation_extrapolateFromX1AndX2 ( void  )

Definition at line 100 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_linearInterpolation_interpolateBetweenX1AndX2()

void test_linearInterpolation_interpolateBetweenX1AndX2 ( void  )

Definition at line 94 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_linearInterpolation_X1EqualsX2()

void test_linearInterpolation_X1EqualsX2 ( void  )

Definition at line 89 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_MATH_MinimumOfTwoUint16_t()

void test_MATH_MinimumOfTwoUint16_t ( void  )

Definition at line 179 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_MATH_MinimumOfTwoUint8_t()

void test_MATH_MinimumOfTwoUint8_t ( void  )

Definition at line 167 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_minimumOfTwoFloats()

void test_minimumOfTwoFloats ( void  )

Definition at line 148 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_swap16()

void test_swap16 ( void  )

Definition at line 118 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_swap16_MAX()

void test_swap16_MAX ( void  )

Definition at line 133 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_swap32()

void test_swap32 ( void  )

Definition at line 123 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_swap32_MAX()

void test_swap32_MAX ( void  )

Definition at line 138 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_swap64()

void test_swap64 ( void  )

Definition at line 128 of file test_foxmath.c.

Here is the call graph for this function:

◆ test_swap64_MAX()

void test_swap64_MAX ( void  )

Definition at line 143 of file test_foxmath.c.

Here is the call graph for this function:

Variable Documentation

◆ coord_x1

float coord_x1

Definition at line 67 of file test_foxmath.c.

◆ coord_x2

float coord_x2

Definition at line 68 of file test_foxmath.c.

◆ coord_x_interpolate

float coord_x_interpolate

Definition at line 71 of file test_foxmath.c.

◆ coord_y1

float coord_y1

Definition at line 69 of file test_foxmath.c.

◆ coord_y2

float coord_y2

Definition at line 70 of file test_foxmath.c.

◆ val16

uint16_t val16

Definition at line 64 of file test_foxmath.c.

◆ val32

uint32_t val32

Definition at line 65 of file test_foxmath.c.

◆ val64

uint64_t val64

Definition at line 66 of file test_foxmath.c.