#include <cstdarg>
#include <cstdio>
#include <build_version.h>
#include <board.h>
#include <pcb_track.h>
#include <string_utils.h>
#include "specctra.h"
#include <macros.h>
Go to the source code of this file.
|
| namespace | DSN |
| | This source file implements export and import capabilities to the specctra dsn file format.
|
| |
|
| #define | NESTWIDTH 2 |
| | how many spaces per nestLevel
|
| |
|
| const char * | DSN::GetTokenText (T aTok) |
| | The DSN namespace and returns the C string representing a SPECCTRA_DB::keyword.
|
| |
◆ NESTWIDTH
how many spaces per nestLevel
Definition at line 66 of file specctra.cpp.