KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SIM_STATE_LISTENER Class Referenceabstract

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

#include <spice_simulator.h>

Inheritance diagram for SIM_STATE_LISTENER:
SIM_FRAME_STATE_LISTENER

Public Member Functions

virtual ~SIM_STATE_LISTENER ()
 
virtual void OnSimStateChange (SIMULATOR *aObject, SIM_STATE aNewState)=0
 

Detailed Description

Interface to receive simulation state transitions from SPICE_SIMULATOR.

Definition at line 51 of file spice_simulator.h.

Constructor & Destructor Documentation

◆ ~SIM_STATE_LISTENER()

virtual SIM_STATE_LISTENER::~SIM_STATE_LISTENER ( )
inlinevirtual

Definition at line 54 of file spice_simulator.h.

Member Function Documentation

◆ OnSimStateChange()

virtual void SIM_STATE_LISTENER::OnSimStateChange ( SIMULATOR * aObject,
SIM_STATE aNewState )
pure virtual

The documentation for this class was generated from the following file: