KiCad PCB EDA Suite
|
#include "ar_matrix.h"
#include <board.h>
#include <footprint.h>
#include <lset.h>
#include <connectivity/connectivity_data.h>
#include <view/view_overlay.h>
Go to the source code of this file.
Classes | |
class | AR_AUTOPLACER |
Enumerations | |
enum | AR_CELL_STATE { AR_OUT_OF_BOARD = -2 , AR_OCCUIPED_BY_MODULE = -1 , AR_FREE_CELL = 0 } |
enum | AR_RESULT { AR_COMPLETED = 1 , AR_CANCELLED , AR_FAILURE } |
enum AR_CELL_STATE |
Enumerator | |
---|---|
AR_OUT_OF_BOARD | |
AR_OCCUIPED_BY_MODULE | |
AR_FREE_CELL |
Definition at line 42 of file ar_autoplacer.h.
enum AR_RESULT |
Enumerator | |
---|---|
AR_COMPLETED | |
AR_CANCELLED | |
AR_FAILURE |
Definition at line 49 of file ar_autoplacer.h.