ATLAS Offline Software
Loading...
Searching...
No Matches
NswPassivationDbData::PCBPassivation Struct Reference

Helper struct to save the four passivation values of each PCB. More...

#include <NswPassivationDbData.h>

Collaboration diagram for NswPassivationDbData::PCBPassivation:

Public Attributes

double left {0.}
double right {0.}
double top {0.}
double bottom {0.}
bool valid {false}

Detailed Description

Helper struct to save the four passivation values of each PCB.

Definition at line 24 of file NswPassivationDbData.h.

Member Data Documentation

◆ bottom

double NswPassivationDbData::PCBPassivation::bottom {0.}

Definition at line 28 of file NswPassivationDbData.h.

28{0.};

◆ left

double NswPassivationDbData::PCBPassivation::left {0.}

Definition at line 25 of file NswPassivationDbData.h.

25{0.};

◆ right

double NswPassivationDbData::PCBPassivation::right {0.}

Definition at line 26 of file NswPassivationDbData.h.

26{0.};

◆ top

double NswPassivationDbData::PCBPassivation::top {0.}

Definition at line 27 of file NswPassivationDbData.h.

27{0.};

◆ valid

bool NswPassivationDbData::PCBPassivation::valid {false}

Definition at line 29 of file NswPassivationDbData.h.

29{false};

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