KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TEST_NETLIST_EXPORTER_SPICE_FIXTURE::SPICE_TEST_REPORTER Class Reference

#include <test_netlist_exporter_spice.h>

Inheritance diagram for TEST_NETLIST_EXPORTER_SPICE_FIXTURE::SPICE_TEST_REPORTER:
SIMULATOR_REPORTER REPORTER

Public Types

enum  LOCATION { LOC_HEAD = 0 , LOC_BODY , LOC_TAIL }
 Location where the message is to be reported. More...
 

Public Member Functions

 SPICE_TEST_REPORTER (std::shared_ptr< wxString > aLog)
 
REPORTERReport (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) override
 Report a string with a given severity.
 
bool HasMessage () const override
 Returns true if the reporter client is non-empty.
 
void OnSimStateChange (SPICE_SIMULATOR *aObject, SIM_STATE aNewState) override
 
 SPICE_TEST_REPORTER (std::shared_ptr< wxString > aLog)
 
REPORTERReport (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) override
 Report a string with a given severity.
 
bool HasMessage () const override
 Returns true if the reporter client is non-empty.
 
void OnSimStateChange (SIMULATOR *aObject, SIM_STATE aNewState) override
 
REPORTERReport (const char *aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
virtual REPORTERReportTail (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 Places the report at the end of the list, for objects that support report ordering.
 
virtual REPORTERReportHead (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 Places the report at the beginning of the list for objects that support ordering.
 
REPORTERoperator<< (const wxString &aText)
 
virtual EDA_UNITS GetUnits () const
 

Private Attributes

std::shared_ptr< wxString > m_log
 

Detailed Description

Definition at line 42 of file eeschema/test_netlist_exporter_spice.h.

Member Enumeration Documentation

◆ LOCATION

enum REPORTER::LOCATION
inherited

Location where the message is to be reported.

LOC_HEAD messages are printed before all others (typically intro messages) LOC_BODY messages are printed in the middle LOC_TAIL messages are printed after all others (typically status messages)

Enumerator
LOC_HEAD 
LOC_BODY 
LOC_TAIL 

Definition at line 79 of file reporter.h.

Constructor & Destructor Documentation

◆ SPICE_TEST_REPORTER() [1/2]

TEST_NETLIST_EXPORTER_SPICE_FIXTURE::SPICE_TEST_REPORTER::SPICE_TEST_REPORTER ( std::shared_ptr< wxString >  aLog)
inline

Definition at line 45 of file eeschema/test_netlist_exporter_spice.h.

◆ SPICE_TEST_REPORTER() [2/2]

TEST_NETLIST_EXPORTER_SPICE_FIXTURE::SPICE_TEST_REPORTER::SPICE_TEST_REPORTER ( std::shared_ptr< wxString >  aLog)
inline

Definition at line 44 of file spice/test_netlist_exporter_spice.h.

Member Function Documentation

◆ GetUnits()

virtual EDA_UNITS REPORTER::GetUnits ( ) const
inlinevirtualinherited

Reimplemented in WX_HTML_REPORT_BOX.

Definition at line 123 of file reporter.h.

◆ HasMessage() [1/2]

bool TEST_NETLIST_EXPORTER_SPICE_FIXTURE::SPICE_TEST_REPORTER::HasMessage ( ) const
inlineoverridevirtual

Returns true if the reporter client is non-empty.

Implements REPORTER.

Definition at line 58 of file eeschema/test_netlist_exporter_spice.h.

◆ HasMessage() [2/2]

bool TEST_NETLIST_EXPORTER_SPICE_FIXTURE::SPICE_TEST_REPORTER::HasMessage ( ) const
inlineoverridevirtual

Returns true if the reporter client is non-empty.

Implements REPORTER.

Definition at line 57 of file spice/test_netlist_exporter_spice.h.

◆ OnSimStateChange() [1/2]

void TEST_NETLIST_EXPORTER_SPICE_FIXTURE::SPICE_TEST_REPORTER::OnSimStateChange ( SIMULATOR aObject,
SIM_STATE  aNewState 
)
inlineoverridevirtual

Implements SIMULATOR_REPORTER.

Definition at line 59 of file spice/test_netlist_exporter_spice.h.

◆ OnSimStateChange() [2/2]

void TEST_NETLIST_EXPORTER_SPICE_FIXTURE::SPICE_TEST_REPORTER::OnSimStateChange ( SPICE_SIMULATOR aObject,
SIM_STATE  aNewState 
)
inlineoverride

Definition at line 60 of file eeschema/test_netlist_exporter_spice.h.

◆ operator<<()

REPORTER & REPORTER::operator<< ( const wxString &  aText)
inlineinherited

Definition at line 116 of file reporter.h.

References REPORTER::Report().

◆ Report() [1/3]

REPORTER & REPORTER::Report ( const char *  aText,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inherited

Definition at line 38 of file reporter.cpp.

References From_UTF8(), and REPORTER::Report().

◆ Report() [2/3]

REPORTER & TEST_NETLIST_EXPORTER_SPICE_FIXTURE::SPICE_TEST_REPORTER::Report ( const wxString &  aText,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inlineoverridevirtual

Report a string with a given severity.

Parameters
aTextis the string to report.
aSeverityis an indicator ( RPT_UNDEFINED, RPT_INFO, RPT_WARNING, RPT_ERROR, RPT_ACTION ) used to filter and format messages

Implements REPORTER.

Definition at line 49 of file eeschema/test_netlist_exporter_spice.h.

References m_log.

◆ Report() [3/3]

REPORTER & TEST_NETLIST_EXPORTER_SPICE_FIXTURE::SPICE_TEST_REPORTER::Report ( const wxString &  aText,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inlineoverridevirtual

Report a string with a given severity.

Parameters
aTextis the string to report.
aSeverityis an indicator ( RPT_UNDEFINED, RPT_INFO, RPT_WARNING, RPT_ERROR, RPT_ACTION ) used to filter and format messages

Implements REPORTER.

Definition at line 48 of file spice/test_netlist_exporter_spice.h.

References m_log.

◆ ReportHead()

virtual REPORTER & REPORTER::ReportHead ( const wxString &  aText,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inlinevirtualinherited

◆ ReportTail()

Member Data Documentation

◆ m_log

std::shared_ptr< wxString > TEST_NETLIST_EXPORTER_SPICE_FIXTURE::SPICE_TEST_REPORTER::m_log
private

Definition at line 63 of file eeschema/test_netlist_exporter_spice.h.

Referenced by Report().


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