KiCad PCB EDA Suite
Loading...
Searching...
No Matches
spice_simulator.h File Reference
#include "sim_types.h"
#include "spice_settings.h"
#include "simulator.h"
#include <atomic>
#include <mutex>
#include <string>
#include <vector>
#include <complex>
#include <memory>
#include <wx/string.h>

Go to the source code of this file.

Classes

class  SIM_STATE_LISTENER
 Interface to receive simulation state transitions from SPICE_SIMULATOR. More...
 
class  SPICE_SIMULATOR
 

Typedefs

typedef std::complex< double > COMPLEX
 

Enumerations

enum  SIM_STATE { SIM_IDLE , SIM_RUNNING }
 

Typedef Documentation

◆ COMPLEX

typedef std::complex<double> COMPLEX

Definition at line 39 of file spice_simulator.h.

Enumeration Type Documentation

◆ SIM_STATE

enum SIM_STATE
Enumerator
SIM_IDLE 
SIM_RUNNING 

Definition at line 41 of file spice_simulator.h.