A template for creating a "testmips" Component. More...
#include <TestMIPSMachine.h>
Static Public Member Functions | |
static refcount_ptr< Component > | Create (const ComponentCreateArgs &args) |
Creates a "testmips" Component tree. More... | |
static string | GetAttribute (const string &attributeName) |
Gets a Component attribute value. More... | |
A template for creating a "testmips" Component.
Note: This class does not inherit from the Component class.
Definition at line 41 of file TestMIPSMachine.h.
|
static |
Creates a "testmips" Component tree.
Definition at line 33 of file TestMIPSMachine.cc.
References Component::AddChild(), ComponentFactory::CreateComponent(), ComponentFactory::GetCreationArgOverrides(), GXemul::GetUI(), ComponentCreateArgs::gxemul, refcount_ptr< T >::IsNULL(), Component::SetVariableValue(), and UI::ShowDebugMessage().
|
static |
Gets a Component attribute value.
Definition at line 118 of file TestMIPSMachine.cc.