KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ar_autoplacer.h File Reference
#include "ar_matrix.h"
#include <board.h>
#include <footprint.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 }
 

Enumeration Type Documentation

◆ AR_CELL_STATE

Enumerator
AR_OUT_OF_BOARD 
AR_OCCUIPED_BY_MODULE 
AR_FREE_CELL 

Definition at line 41 of file ar_autoplacer.h.

◆ AR_RESULT

enum AR_RESULT
Enumerator
AR_COMPLETED 
AR_CANCELLED 
AR_FAILURE 

Definition at line 48 of file ar_autoplacer.h.