KiCad PCB EDA Suite
|
#include <pns_walkaround.h>
Public Member Functions | |
RESULT (WALKAROUND_STATUS aStatusCw=STUCK, WALKAROUND_STATUS aStatusCcw=STUCK, const LINE &aLineCw=LINE(), const LINE &aLineCcw=LINE()) | |
Public Attributes | |
WALKAROUND_STATUS | statusCw |
WALKAROUND_STATUS | statusCcw |
LINE | lineCw |
LINE | lineCcw |
Definition at line 65 of file pns_walkaround.h.
|
inline |
LINE PNS::WALKAROUND::RESULT::lineCcw |
Definition at line 76 of file pns_walkaround.h.
Referenced by RESULT(), PNS::LINE_PLACER::rhWalkBase(), PNS::WALKAROUND::Route(), and PNS::DRAGGER::tryWalkaround().
LINE PNS::WALKAROUND::RESULT::lineCw |
Definition at line 76 of file pns_walkaround.h.
Referenced by RESULT(), PNS::LINE_PLACER::rhWalkBase(), PNS::WALKAROUND::Route(), and PNS::DRAGGER::tryWalkaround().
WALKAROUND_STATUS PNS::WALKAROUND::RESULT::statusCcw |
Definition at line 75 of file pns_walkaround.h.
Referenced by RESULT(), PNS::LINE_PLACER::rhWalkBase(), PNS::WALKAROUND::Route(), and PNS::DRAGGER::tryWalkaround().
WALKAROUND_STATUS PNS::WALKAROUND::RESULT::statusCw |
Definition at line 75 of file pns_walkaround.h.
Referenced by RESULT(), PNS::LINE_PLACER::rhWalkBase(), PNS::WALKAROUND::Route(), and PNS::DRAGGER::tryWalkaround().