KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcbnew/test_lset.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <layer_ids.h>
#include <lset.h>

Go to the source code of this file.

Classes

struct  LSETS_TO_TEST
 

Functions

 BOOST_AUTO_TEST_CASE (FmtHex)
 
 BOOST_AUTO_TEST_CASE (FmtBin)
 

Variables

static const std::vector< LSETS_TO_TESTtype_to_ext_cases
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( FmtBin  )

Definition at line 58 of file pcbnew/test_lset.cpp.

References type_to_ext_cases.

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( FmtHex  )

Definition at line 49 of file pcbnew/test_lset.cpp.

References type_to_ext_cases.

Variable Documentation

◆ type_to_ext_cases

const std::vector<LSETS_TO_TEST> type_to_ext_cases
static
Initial value:
= {
{ LSET( { F_Cu, F_Fab } ), "00020000_00000001",
"0000_0000|0000_0010|0000_0000|0000_0000|0000_0000|0000_0000|0000_0000|0000_0001" },
{ LSET( { In14_Cu, B_Adhes, Rescue } ), "08000001_00004000",
"0000_1000|0000_0000|0000_0000|0000_0001|0000_0000|0000_0000|0100_0000|0000_0000" }
}
LSET is a set of PCB_LAYER_IDs.
Definition: lset.h:35
@ B_Adhes
Definition: layer_ids.h:97
@ F_Fab
Definition: layer_ids.h:120
@ Rescue
Definition: layer_ids.h:133
@ In14_Cu
Definition: layer_ids.h:78
@ F_Cu
Definition: layer_ids.h:64

Definition at line 41 of file pcbnew/test_lset.cpp.

Referenced by BOOST_AUTO_TEST_CASE().