SAF
Loading...
Searching...
No Matches
test__examples.c File Reference

Unit tests for the SAF examples. More...

#include "saf_test.h"

Go to the source code of this file.

Functions

void test__saf_example_ambi_bin (void)
 Testing the SAF ambi_bin.h example (this may also serve as a tutorial on how to use it)
 
void test__saf_example_ambi_dec (void)
 Testing the SAF ambi_dec.h example (this may also serve as a tutorial on how to use it)
 
void test__saf_example_ambi_enc (void)
 Testing the SAF ambi_enc.h example (this may also serve as a tutorial on how to use it)
 
void test__saf_example_array2sh (void)
 Testing the SAF array2sh.h example (this may also serve as a tutorial on how to use it)
 
void test__saf_example_rotator (void)
 Testing the SAF rotator.h example (this may also serve as a tutorial on how to use it)
 
void test__saf_example_spreader (void)
 Testing the SAF spreader.h example (this may also serve as a tutorial on how to use it)
 

Detailed Description

Unit tests for the SAF examples.

Author
Leo McCormack
Date
27.04.2020
License
ISC

Definition in file test__examples.c.

Function Documentation

◆ test__saf_example_ambi_bin()

void test__saf_example_ambi_bin ( void )

Testing the SAF ambi_bin.h example (this may also serve as a tutorial on how to use it)

Definition at line 29 of file test__examples.c.

◆ test__saf_example_ambi_dec()

void test__saf_example_ambi_dec ( void )

Testing the SAF ambi_dec.h example (this may also serve as a tutorial on how to use it)

Definition at line 112 of file test__examples.c.

◆ test__saf_example_ambi_enc()

void test__saf_example_ambi_enc ( void )

Testing the SAF ambi_enc.h example (this may also serve as a tutorial on how to use it)

Definition at line 195 of file test__examples.c.

◆ test__saf_example_array2sh()

void test__saf_example_array2sh ( void )

Testing the SAF array2sh.h example (this may also serve as a tutorial on how to use it)

Definition at line 268 of file test__examples.c.

◆ test__saf_example_rotator()

void test__saf_example_rotator ( void )

Testing the SAF rotator.h example (this may also serve as a tutorial on how to use it)

Definition at line 360 of file test__examples.c.

◆ test__saf_example_spreader()

void test__saf_example_spreader ( void )

Testing the SAF spreader.h example (this may also serve as a tutorial on how to use it)

Definition at line 445 of file test__examples.c.