mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-12-01 13:24:25 +01:00
e19413dd5b
--HG-- rename : sourcemm/IPluginManager.h => core/IPluginManager.h rename : sourcemm/ISmmAPI.h => core/ISmmAPI.h rename : sourcemm/ISmmPlugin.h => core/ISmmPlugin.h rename : sourcemm/ISmmPluginExt.h => core/ISmmPluginExt.h rename : sourcemm/LICENSE.txt => core/LICENSE.txt rename : sourcemm/Makefile => core/Makefile rename : sourcemm/changelog.txt => core/changelog.txt rename : sourcemm/episode1/console.cpp => core/episode1/console.cpp rename : sourcemm/episode1/console.h => core/episode1/console.h rename : sourcemm/episode1/convar_smm.h => core/episode1/convar_smm.h rename : sourcemm/episode1/msvc8/sourcemm.sln => core/episode1/msvc8/sourcemm.sln rename : sourcemm/episode1/msvc8/sourcemm.vcproj => core/episode1/msvc8/sourcemm.vcproj rename : sourcemm/episode1/provider_ep1.cpp => core/episode1/provider_ep1.cpp rename : sourcemm/episode1/provider_ep1.h => core/episode1/provider_ep1.h rename : sourcemm/episode1/vsp_listener.cpp => core/episode1/vsp_listener.cpp rename : sourcemm/episode1/vsp_listener.h => core/episode1/vsp_listener.h rename : sourcemm/metamod.cpp => core/metamod.cpp rename : sourcemm/metamod.h => core/metamod.h rename : sourcemm/metamod_console.cpp => core/metamod_console.cpp rename : sourcemm/metamod_console.h => core/metamod_console.h rename : sourcemm/metamod_oslink.cpp => core/metamod_oslink.cpp rename : sourcemm/metamod_oslink.h => core/metamod_oslink.h rename : sourcemm/metamod_plugins.cpp => core/metamod_plugins.cpp rename : sourcemm/metamod_plugins.h => core/metamod_plugins.h rename : sourcemm/metamod_provider.h => core/metamod_provider.h rename : sourcemm/metamod_util.cpp => core/metamod_util.cpp rename : sourcemm/metamod_util.h => core/metamod_util.h rename : sourcemm/episode2/console.cpp => core/provider/console.cpp rename : sourcemm/episode2/console.h => core/provider/console.h rename : sourcemm/episode2/msvc8/sourcemm.sln => core/provider/msvc8/sourcemm.sln rename : sourcemm/episode2/msvc8/sourcemm.vcproj => core/provider/msvc8/sourcemm.vcproj rename : sourcemm/episode2/msvc9/sourcemm.sln => core/provider/msvc9/sourcemm.sln rename : sourcemm/episode2/msvc9/sourcemm.vcproj => core/provider/msvc9/sourcemm.vcproj rename : sourcemm/episode2/provider_ep2.cpp => core/provider/provider_ep2.cpp rename : sourcemm/episode2/provider_ep2.h => core/provider/provider_ep2.h rename : sourcemm/episode2/vsp_listener.cpp => core/provider/vsp_listener.cpp rename : sourcemm/episode2/vsp_listener.h => core/provider/vsp_listener.h rename : sourcehook/FastDelegate.h => core/sourcehook/FastDelegate.h rename : sourcehook/generate/FastDelegate.h => core/sourcehook/generate/FastDelegate.h rename : sourcehook/generate/FastDelegate.hxx => core/sourcehook/generate/FastDelegate.hxx rename : sourcehook/generate/generate => core/sourcehook/generate/generate rename : sourcehook/generate/generate.bat => core/sourcehook/generate/generate.bat rename : sourcehook/generate/sh_memfuncinfo.h => core/sourcehook/generate/sh_memfuncinfo.h rename : sourcehook/generate/sh_memfuncinfo.hxx => core/sourcehook/generate/sh_memfuncinfo.hxx rename : sourcehook/generate/shworker.bin => core/sourcehook/generate/shworker.bin rename : sourcehook/generate/shworker.exe => core/sourcehook/generate/shworker.exe rename : sourcehook/generate/shworker/Makefile => core/sourcehook/generate/shworker/Makefile rename : sourcehook/generate/shworker/fd_hopter.cpp => core/sourcehook/generate/shworker/fd_hopter.cpp rename : sourcehook/generate/shworker/msvc7/shworker.vcproj => core/sourcehook/generate/shworker/msvc7/shworker.vcproj rename : sourcehook/generate/shworker/msvc8/shworker.vcproj => core/sourcehook/generate/shworker/msvc8/shworker.vcproj rename : sourcehook/generate/shworker/shworker.cpp => core/sourcehook/generate/shworker/shworker.cpp rename : sourcehook/generate/sourcehook.h => core/sourcehook/generate/sourcehook.h rename : sourcehook/generate/sourcehook.hxx => core/sourcehook/generate/sourcehook.hxx rename : sourcehook/sh_list.h => core/sourcehook/sh_list.h rename : sourcehook/sh_memfuncinfo.h => core/sourcehook/sh_memfuncinfo.h rename : sourcehook/sh_memory.h => core/sourcehook/sh_memory.h rename : sourcehook/sh_pagealloc.h => core/sourcehook/sh_pagealloc.h rename : sourcehook/sh_stack.h => core/sourcehook/sh_stack.h rename : sourcehook/sh_string.h => core/sourcehook/sh_string.h rename : sourcehook/sh_tinyhash.h => core/sourcehook/sh_tinyhash.h rename : sourcehook/sh_vector.h => core/sourcehook/sh_vector.h rename : sourcehook/sourcehook.cpp => core/sourcehook/sourcehook.cpp rename : sourcehook/sourcehook.h => core/sourcehook/sourcehook.h rename : sourcehook/sourcehook_hookmangen.cpp => core/sourcehook/sourcehook_hookmangen.cpp rename : sourcehook/sourcehook_hookmangen.h => core/sourcehook/sourcehook_hookmangen.h rename : sourcehook/sourcehook_hookmangen_x86.h => core/sourcehook/sourcehook_hookmangen_x86.h rename : sourcehook/sourcehook_impl.h => core/sourcehook/sourcehook_impl.h rename : sourcehook/sourcehook_impl_chook.h => core/sourcehook/sourcehook_impl_chook.h rename : sourcehook/sourcehook_impl_chookidman.h => core/sourcehook/sourcehook_impl_chookidman.h rename : sourcehook/sourcehook_impl_chookmaninfo.h => core/sourcehook/sourcehook_impl_chookmaninfo.h rename : sourcehook/sourcehook_impl_ciface.h => core/sourcehook/sourcehook_impl_ciface.h rename : sourcehook/sourcehook_impl_cproto.h => core/sourcehook/sourcehook_impl_cproto.h rename : sourcehook/sourcehook_impl_cvfnptr.h => core/sourcehook/sourcehook_impl_cvfnptr.h rename : sourcehook/sourcehook_pibuilder.h => core/sourcehook/sourcehook_pibuilder.h rename : sourcehook/test/Makefile => core/sourcehook/test/Makefile rename : sourcehook/test/generate.bat => core/sourcehook/test/generate.bat rename : sourcehook/test/main.cpp => core/sourcehook/test/main.cpp rename : sourcehook/test/msvc7/test.vcproj => core/sourcehook/test/msvc7/test.vcproj rename : sourcehook/test/msvc8/test.vcproj => core/sourcehook/test/msvc8/test.vcproj rename : sourcehook/test/sourcehook_test.h => core/sourcehook/test/sourcehook_test.h rename : sourcehook/test/test1.cpp => core/sourcehook/test/test1.cpp rename : sourcehook/test/test2.cpp => core/sourcehook/test/test2.cpp rename : sourcehook/test/test3.cpp => core/sourcehook/test/test3.cpp rename : sourcehook/test/test4.cpp => core/sourcehook/test/test4.cpp rename : sourcehook/test/testbail.cpp => core/sourcehook/test/testbail.cpp rename : sourcehook/test/testbail.h => core/sourcehook/test/testbail.h rename : sourcehook/test/testbail2.cpp => core/sourcehook/test/testbail2.cpp rename : sourcehook/test/testevents.h => core/sourcehook/test/testevents.h rename : sourcehook/test/testhookmangen.cpp => core/sourcehook/test/testhookmangen.cpp rename : sourcehook/test/testhookmangen.h => core/sourcehook/test/testhookmangen.h rename : sourcehook/test/testhookmangen.hxx => core/sourcehook/test/testhookmangen.hxx rename : sourcehook/test/testlist.cpp => core/sourcehook/test/testlist.cpp rename : sourcehook/test/testmanual.cpp => core/sourcehook/test/testmanual.cpp rename : sourcehook/test/testmulti.cpp => core/sourcehook/test/testmulti.cpp rename : sourcehook/test/testrecall.cpp => core/sourcehook/test/testrecall.cpp rename : sourcehook/test/testreentr.cpp => core/sourcehook/test/testreentr.cpp rename : sourcehook/test/testref.cpp => core/sourcehook/test/testref.cpp rename : sourcehook/test/testrefret.cpp => core/sourcehook/test/testrefret.cpp rename : sourcehook/test/testvphooks.cpp => core/sourcehook/test/testvphooks.cpp rename : sourcemm/svn_version.h => core/svn_version.h rename : sourcemm/svn_version.tpl => core/svn_version.tpl rename : sourcemm/version.rc => core/version.rc
600 lines
13 KiB
C++
600 lines
13 KiB
C++
// Reentrancy test
|
|
// = calling hooks from hook handlers, etc
|
|
|
|
#include <string>
|
|
#include "sourcehook_test.h"
|
|
#include "testevents.h"
|
|
|
|
namespace
|
|
{
|
|
StateList g_States;
|
|
SourceHook::ISourceHook *g_SHPtr;
|
|
SourceHook::Plugin g_PLID;
|
|
|
|
struct C1;
|
|
struct C2;
|
|
struct C3;
|
|
struct C4;
|
|
struct C5;
|
|
struct C6;
|
|
struct C7;
|
|
struct C8;
|
|
|
|
C1 *g_pC1;
|
|
C2 *g_pC2;
|
|
C3 *g_pC3;
|
|
C4 *g_pC4;
|
|
C5 *g_pC5;
|
|
C6 *g_pC6;
|
|
C7 *g_pC7;
|
|
C8 *g_pC8;
|
|
|
|
// param1: This pointer
|
|
MAKE_STATE_1(State_C1_F, C1*);
|
|
MAKE_STATE_1(State_C2_F, C2*);
|
|
MAKE_STATE_1(State_C3_F, C3*);
|
|
MAKE_STATE_1(State_C4_F, C4*);
|
|
MAKE_STATE_1(State_C5_F, C5*);
|
|
MAKE_STATE_1(State_C6_F, C6*);
|
|
MAKE_STATE_1(State_C7_F, C7*);
|
|
MAKE_STATE_1(State_C8_F, C8*);
|
|
|
|
MAKE_STATE_1(State_C1_G, C1*);
|
|
MAKE_STATE_1(State_C2_G, C2*);
|
|
MAKE_STATE_1(State_C3_G, C3*);
|
|
MAKE_STATE_1(State_C4_G, C4*);
|
|
MAKE_STATE_1(State_C5_G, C5*);
|
|
MAKE_STATE_1(State_C6_G, C6*);
|
|
MAKE_STATE_1(State_C7_G, C7*);
|
|
MAKE_STATE_1(State_C8_G, C8*);
|
|
|
|
MAKE_STATE_1(State_H_C1_F, C1*);
|
|
MAKE_STATE_1(State_H_C2_F, C2*);
|
|
MAKE_STATE_1(State_H_C3_F, C3*);
|
|
MAKE_STATE_1(State_H_C4_F, C4*);
|
|
MAKE_STATE_1(State_H_C5_F, C5*);
|
|
MAKE_STATE_1(State_H_C6_F, C6*);
|
|
MAKE_STATE_1(State_H_C7_F, C7*);
|
|
MAKE_STATE_1(State_H_C8_F, C8*);
|
|
|
|
MAKE_STATE_1(State_H_C1_G, C1*);
|
|
MAKE_STATE_1(State_H_C2_G, C2*);
|
|
MAKE_STATE_1(State_H_C3_G, C3*);
|
|
MAKE_STATE_1(State_H_C4_G, C4*);
|
|
MAKE_STATE_1(State_H_C5_G, C5*);
|
|
MAKE_STATE_1(State_H_C6_G, C6*);
|
|
MAKE_STATE_1(State_H_C7_G, C7*);
|
|
MAKE_STATE_1(State_H_C8_G, C8*);
|
|
|
|
MAKE_STATE_1(State_H2_C4_G, C4*);
|
|
|
|
int g_TestID;
|
|
|
|
struct C1
|
|
{
|
|
virtual void F()
|
|
{
|
|
ADD_STATE(State_C1_F(this));
|
|
}
|
|
virtual int G()
|
|
{
|
|
ADD_STATE(State_C1_G(this));
|
|
return 1;
|
|
}
|
|
};
|
|
struct C2
|
|
{
|
|
virtual void F()
|
|
{
|
|
ADD_STATE(State_C2_F(this));
|
|
}
|
|
virtual int G()
|
|
{
|
|
ADD_STATE(State_C2_G(this));
|
|
return 2;
|
|
}
|
|
};
|
|
struct C3
|
|
{
|
|
virtual void F()
|
|
{
|
|
ADD_STATE(State_C3_F(this));
|
|
}
|
|
virtual int G()
|
|
{
|
|
ADD_STATE(State_C3_G(this));
|
|
return 3;
|
|
}
|
|
};
|
|
struct C4
|
|
{
|
|
virtual void F()
|
|
{
|
|
ADD_STATE(State_C4_F(this));
|
|
}
|
|
virtual int G()
|
|
{
|
|
ADD_STATE(State_C4_G(this));
|
|
return 4;
|
|
}
|
|
};
|
|
struct C5
|
|
{
|
|
virtual void F()
|
|
{
|
|
ADD_STATE(State_C5_F(this));
|
|
}
|
|
virtual int G()
|
|
{
|
|
ADD_STATE(State_C5_G(this));
|
|
return 5;
|
|
}
|
|
};
|
|
struct C6
|
|
{
|
|
virtual void F()
|
|
{
|
|
ADD_STATE(State_C6_F(this));
|
|
}
|
|
virtual int G()
|
|
{
|
|
ADD_STATE(State_C6_G(this));
|
|
return 6;
|
|
}
|
|
};
|
|
struct C7
|
|
{
|
|
virtual void F()
|
|
{
|
|
ADD_STATE(State_C7_F(this));
|
|
}
|
|
virtual int G()
|
|
{
|
|
ADD_STATE(State_C7_G(this));
|
|
return 7;
|
|
}
|
|
};
|
|
struct C8
|
|
{
|
|
virtual void F()
|
|
{
|
|
ADD_STATE(State_C8_F(this));
|
|
}
|
|
virtual int G()
|
|
{
|
|
ADD_STATE(State_C8_G(this));
|
|
return 8;
|
|
}
|
|
};
|
|
|
|
SH_DECL_HOOK0_void(C1, F, SH_NOATTRIB, 0);
|
|
SH_DECL_HOOK0(C1, G, SH_NOATTRIB, 0, int);
|
|
SH_DECL_HOOK0_void(C2, F, SH_NOATTRIB, 0);
|
|
SH_DECL_HOOK0(C2, G, SH_NOATTRIB, 0, int);
|
|
SH_DECL_HOOK0_void(C3, F, SH_NOATTRIB, 0);
|
|
SH_DECL_HOOK0(C3, G, SH_NOATTRIB, 0, int);
|
|
SH_DECL_HOOK0_void(C4, F, SH_NOATTRIB, 0);
|
|
SH_DECL_HOOK0(C4, G, SH_NOATTRIB, 0, int);
|
|
SH_DECL_HOOK0_void(C5, F, SH_NOATTRIB, 0);
|
|
SH_DECL_HOOK0(C5, G, SH_NOATTRIB, 0, int);
|
|
SH_DECL_HOOK0_void(C6, F, SH_NOATTRIB, 0);
|
|
SH_DECL_HOOK0(C6, G, SH_NOATTRIB, 0, int);
|
|
SH_DECL_HOOK0_void(C7, F, SH_NOATTRIB, 0);
|
|
SH_DECL_HOOK0(C7, G, SH_NOATTRIB, 0, int);
|
|
SH_DECL_HOOK0_void(C8, F, SH_NOATTRIB, 0);
|
|
SH_DECL_HOOK0(C8, G, SH_NOATTRIB, 0, int);
|
|
|
|
void Handler_C1_F()
|
|
{
|
|
ADD_STATE(State_H_C1_F(META_IFACEPTR(C1)));
|
|
g_pC1->G();
|
|
}
|
|
int Handler_C1_G()
|
|
{
|
|
ADD_STATE(State_H_C1_G(META_IFACEPTR(C1)));
|
|
g_pC2->F();
|
|
return 1;
|
|
}
|
|
void Handler_C2_F()
|
|
{
|
|
ADD_STATE(State_H_C2_F(META_IFACEPTR(C2)));
|
|
g_pC2->G();
|
|
}
|
|
int Handler_C2_G()
|
|
{
|
|
ADD_STATE(State_H_C2_G(META_IFACEPTR(C2)));
|
|
g_pC3->F();
|
|
return 2;
|
|
}
|
|
void Handler_C3_F()
|
|
{
|
|
ADD_STATE(State_H_C3_F(META_IFACEPTR(C3)));
|
|
g_pC3->G();
|
|
}
|
|
int Handler_C3_G()
|
|
{
|
|
ADD_STATE(State_H_C3_G(META_IFACEPTR(C3)));
|
|
g_pC4->F();
|
|
return 3;
|
|
}
|
|
void Handler_C4_F()
|
|
{
|
|
ADD_STATE(State_H_C4_F(META_IFACEPTR(C4)));
|
|
g_pC4->G();
|
|
}
|
|
int Handler_C4_G()
|
|
{
|
|
ADD_STATE(State_H_C4_G(META_IFACEPTR(C4)));
|
|
g_pC5->F();
|
|
return 4;
|
|
}
|
|
int Handler2_C4_G()
|
|
{
|
|
ADD_STATE(State_H2_C4_G(META_IFACEPTR(C4)));
|
|
return 4;
|
|
}
|
|
void Handler_C5_F()
|
|
{
|
|
ADD_STATE(State_H_C5_F(META_IFACEPTR(C5)));
|
|
g_pC5->G();
|
|
}
|
|
int Handler_C5_G()
|
|
{
|
|
ADD_STATE(State_H_C5_G(META_IFACEPTR(C5)));
|
|
g_pC6->F();
|
|
return 5;
|
|
}
|
|
void Handler_C6_F()
|
|
{
|
|
ADD_STATE(State_H_C6_F(META_IFACEPTR(C6)));
|
|
g_pC6->G();
|
|
}
|
|
int Handler_C6_G()
|
|
{
|
|
ADD_STATE(State_H_C6_G(META_IFACEPTR(C6)));
|
|
g_pC7->F();
|
|
return 6;
|
|
}
|
|
void Handler_C7_F()
|
|
{
|
|
if (g_TestID == 1 || g_TestID == 2)
|
|
SH_REMOVE_HOOK(C4, G, g_pC4, SH_STATIC(Handler2_C4_G), false);
|
|
if (g_TestID == 2)
|
|
SH_REMOVE_HOOK(C4, G, g_pC4, SH_STATIC(Handler_C4_G), false);
|
|
|
|
ADD_STATE(State_H_C7_F(META_IFACEPTR(C7)));
|
|
g_pC7->G();
|
|
}
|
|
int Handler_C7_G()
|
|
{
|
|
ADD_STATE(State_H_C7_G(META_IFACEPTR(C7)));
|
|
g_pC8->F();
|
|
return 7;
|
|
}
|
|
void Handler_C8_F()
|
|
{
|
|
ADD_STATE(State_H_C8_F(META_IFACEPTR(C8)));
|
|
g_pC8->G();
|
|
}
|
|
int Handler_C8_G()
|
|
{
|
|
ADD_STATE(State_H_C8_G(META_IFACEPTR(C8)));
|
|
return 8;
|
|
}
|
|
|
|
C1 g_C1;
|
|
C2 g_C2;
|
|
C3 g_C3;
|
|
C4 g_C4;
|
|
C5 g_C5;
|
|
C6 g_C6;
|
|
C7 g_C7;
|
|
C8 g_C8;
|
|
}
|
|
|
|
bool TestReentr(std::string &error)
|
|
{
|
|
GET_SHPTR(g_SHPtr);
|
|
g_PLID = 1337;
|
|
|
|
g_pC1 = &g_C1;
|
|
g_pC2 = &g_C2;
|
|
g_pC3 = &g_C3;
|
|
g_pC4 = &g_C4;
|
|
g_pC5 = &g_C5;
|
|
g_pC6 = &g_C6;
|
|
g_pC7 = &g_C7;
|
|
g_pC8 = &g_C8;
|
|
|
|
SH_ADD_HOOK(C1, F, g_pC1, SH_STATIC(Handler_C1_F), false);
|
|
SH_ADD_HOOK(C1, G, g_pC1, SH_STATIC(Handler_C1_G), false);
|
|
SH_ADD_HOOK(C2, F, g_pC2, SH_STATIC(Handler_C2_F), false);
|
|
SH_ADD_HOOK(C2, G, g_pC2, SH_STATIC(Handler_C2_G), false);
|
|
SH_ADD_HOOK(C3, F, g_pC3, SH_STATIC(Handler_C3_F), false);
|
|
SH_ADD_HOOK(C3, G, g_pC3, SH_STATIC(Handler_C3_G), false);
|
|
SH_ADD_HOOK(C4, F, g_pC4, SH_STATIC(Handler_C4_F), false);
|
|
SH_ADD_HOOK(C4, G, g_pC4, SH_STATIC(Handler_C4_G), false);
|
|
SH_ADD_HOOK(C5, F, g_pC5, SH_STATIC(Handler_C5_F), false);
|
|
SH_ADD_HOOK(C5, G, g_pC5, SH_STATIC(Handler_C5_G), false);
|
|
SH_ADD_HOOK(C6, F, g_pC6, SH_STATIC(Handler_C6_F), false);
|
|
SH_ADD_HOOK(C6, G, g_pC6, SH_STATIC(Handler_C6_G), false);
|
|
SH_ADD_HOOK(C7, F, g_pC7, SH_STATIC(Handler_C7_F), false);
|
|
SH_ADD_HOOK(C7, G, g_pC7, SH_STATIC(Handler_C7_G), false);
|
|
SH_ADD_HOOK(C8, F, g_pC8, SH_STATIC(Handler_C8_F), false);
|
|
SH_ADD_HOOK(C8, G, g_pC8, SH_STATIC(Handler_C8_G), false);
|
|
|
|
g_pC1->F();
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_H_C1_F(g_pC1),
|
|
new State_H_C1_G(g_pC1),
|
|
new State_H_C2_F(g_pC2),
|
|
new State_H_C2_G(g_pC2),
|
|
new State_H_C3_F(g_pC3),
|
|
new State_H_C3_G(g_pC3),
|
|
new State_H_C4_F(g_pC4),
|
|
new State_H_C4_G(g_pC4),
|
|
new State_H_C5_F(g_pC5),
|
|
new State_H_C5_G(g_pC5),
|
|
new State_H_C6_F(g_pC6),
|
|
new State_H_C6_G(g_pC6),
|
|
new State_H_C7_F(g_pC7),
|
|
new State_H_C7_G(g_pC7),
|
|
new State_H_C8_F(g_pC8),
|
|
new State_H_C8_G(g_pC8),
|
|
new State_C8_G(g_pC8),
|
|
new State_C8_F(g_pC8),
|
|
new State_C7_G(g_pC7),
|
|
new State_C7_F(g_pC7),
|
|
new State_C6_G(g_pC6),
|
|
new State_C6_F(g_pC6),
|
|
new State_C5_G(g_pC5),
|
|
new State_C5_F(g_pC5),
|
|
new State_C4_G(g_pC4),
|
|
new State_C4_F(g_pC4),
|
|
new State_C3_G(g_pC3),
|
|
new State_C3_F(g_pC3),
|
|
new State_C2_G(g_pC2),
|
|
new State_C2_F(g_pC2),
|
|
new State_C1_G(g_pC1),
|
|
new State_C1_F(g_pC1),
|
|
NULL), "1");
|
|
|
|
|
|
SH_ADD_HOOK(C4, G, g_pC4, SH_STATIC(Handler2_C4_G), false);
|
|
|
|
g_pC1->F();
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_H_C1_F(g_pC1),
|
|
new State_H_C1_G(g_pC1),
|
|
new State_H_C2_F(g_pC2),
|
|
new State_H_C2_G(g_pC2),
|
|
new State_H_C3_F(g_pC3),
|
|
new State_H_C3_G(g_pC3),
|
|
new State_H_C4_F(g_pC4),
|
|
new State_H_C4_G(g_pC4),
|
|
new State_H_C5_F(g_pC5),
|
|
new State_H_C5_G(g_pC5),
|
|
new State_H_C6_F(g_pC6),
|
|
new State_H_C6_G(g_pC6),
|
|
new State_H_C7_F(g_pC7),
|
|
new State_H_C7_G(g_pC7),
|
|
new State_H_C8_F(g_pC8),
|
|
new State_H_C8_G(g_pC8),
|
|
new State_C8_G(g_pC8),
|
|
new State_C8_F(g_pC8),
|
|
new State_C7_G(g_pC7),
|
|
new State_C7_F(g_pC7),
|
|
new State_C6_G(g_pC6),
|
|
new State_C6_F(g_pC6),
|
|
new State_C5_G(g_pC5),
|
|
new State_C5_F(g_pC5),
|
|
new State_H2_C4_G(g_pC4),
|
|
new State_C4_G(g_pC4),
|
|
new State_C4_F(g_pC4),
|
|
new State_C3_G(g_pC3),
|
|
new State_C3_F(g_pC3),
|
|
new State_C2_G(g_pC2),
|
|
new State_C2_F(g_pC2),
|
|
new State_C1_G(g_pC1),
|
|
new State_C1_F(g_pC1),
|
|
NULL), "2");
|
|
|
|
g_pC1->F();
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_H_C1_F(g_pC1),
|
|
new State_H_C1_G(g_pC1),
|
|
new State_H_C2_F(g_pC2),
|
|
new State_H_C2_G(g_pC2),
|
|
new State_H_C3_F(g_pC3),
|
|
new State_H_C3_G(g_pC3),
|
|
new State_H_C4_F(g_pC4),
|
|
new State_H_C4_G(g_pC4),
|
|
new State_H_C5_F(g_pC5),
|
|
new State_H_C5_G(g_pC5),
|
|
new State_H_C6_F(g_pC6),
|
|
new State_H_C6_G(g_pC6),
|
|
new State_H_C7_F(g_pC7),
|
|
new State_H_C7_G(g_pC7),
|
|
new State_H_C8_F(g_pC8),
|
|
new State_H_C8_G(g_pC8),
|
|
new State_C8_G(g_pC8),
|
|
new State_C8_F(g_pC8),
|
|
new State_C7_G(g_pC7),
|
|
new State_C7_F(g_pC7),
|
|
new State_C6_G(g_pC6),
|
|
new State_C6_F(g_pC6),
|
|
new State_C5_G(g_pC5),
|
|
new State_C5_F(g_pC5),
|
|
new State_H2_C4_G(g_pC4),
|
|
new State_C4_G(g_pC4),
|
|
new State_C4_F(g_pC4),
|
|
new State_C3_G(g_pC3),
|
|
new State_C3_F(g_pC3),
|
|
new State_C2_G(g_pC2),
|
|
new State_C2_F(g_pC2),
|
|
new State_C1_G(g_pC1),
|
|
new State_C1_F(g_pC1),
|
|
NULL), "3");
|
|
|
|
g_TestID = 1;
|
|
|
|
g_pC1->F();
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_H_C1_F(g_pC1),
|
|
new State_H_C1_G(g_pC1),
|
|
new State_H_C2_F(g_pC2),
|
|
new State_H_C2_G(g_pC2),
|
|
new State_H_C3_F(g_pC3),
|
|
new State_H_C3_G(g_pC3),
|
|
new State_H_C4_F(g_pC4),
|
|
new State_H_C4_G(g_pC4),
|
|
new State_H_C5_F(g_pC5),
|
|
new State_H_C5_G(g_pC5),
|
|
new State_H_C6_F(g_pC6),
|
|
new State_H_C6_G(g_pC6),
|
|
new State_H_C7_F(g_pC7),
|
|
new State_H_C7_G(g_pC7),
|
|
new State_H_C8_F(g_pC8),
|
|
new State_H_C8_G(g_pC8),
|
|
new State_C8_G(g_pC8),
|
|
new State_C8_F(g_pC8),
|
|
new State_C7_G(g_pC7),
|
|
new State_C7_F(g_pC7),
|
|
new State_C6_G(g_pC6),
|
|
new State_C6_F(g_pC6),
|
|
new State_C5_G(g_pC5),
|
|
new State_C5_F(g_pC5),
|
|
new State_C4_G(g_pC4),
|
|
new State_C4_F(g_pC4),
|
|
new State_C3_G(g_pC3),
|
|
new State_C3_F(g_pC3),
|
|
new State_C2_G(g_pC2),
|
|
new State_C2_F(g_pC2),
|
|
new State_C1_G(g_pC1),
|
|
new State_C1_F(g_pC1),
|
|
NULL), "4");
|
|
|
|
g_pC1->F();
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_H_C1_F(g_pC1),
|
|
new State_H_C1_G(g_pC1),
|
|
new State_H_C2_F(g_pC2),
|
|
new State_H_C2_G(g_pC2),
|
|
new State_H_C3_F(g_pC3),
|
|
new State_H_C3_G(g_pC3),
|
|
new State_H_C4_F(g_pC4),
|
|
new State_H_C4_G(g_pC4),
|
|
new State_H_C5_F(g_pC5),
|
|
new State_H_C5_G(g_pC5),
|
|
new State_H_C6_F(g_pC6),
|
|
new State_H_C6_G(g_pC6),
|
|
new State_H_C7_F(g_pC7),
|
|
new State_H_C7_G(g_pC7),
|
|
new State_H_C8_F(g_pC8),
|
|
new State_H_C8_G(g_pC8),
|
|
new State_C8_G(g_pC8),
|
|
new State_C8_F(g_pC8),
|
|
new State_C7_G(g_pC7),
|
|
new State_C7_F(g_pC7),
|
|
new State_C6_G(g_pC6),
|
|
new State_C6_F(g_pC6),
|
|
new State_C5_G(g_pC5),
|
|
new State_C5_F(g_pC5),
|
|
new State_C4_G(g_pC4),
|
|
new State_C4_F(g_pC4),
|
|
new State_C3_G(g_pC3),
|
|
new State_C3_F(g_pC3),
|
|
new State_C2_G(g_pC2),
|
|
new State_C2_F(g_pC2),
|
|
new State_C1_G(g_pC1),
|
|
new State_C1_F(g_pC1),
|
|
NULL), "5");
|
|
|
|
|
|
|
|
SH_ADD_HOOK(C4, G, g_pC4, SH_STATIC(Handler2_C4_G), false);
|
|
|
|
g_TestID = 2;
|
|
|
|
g_pC1->F();
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_H_C1_F(g_pC1),
|
|
new State_H_C1_G(g_pC1),
|
|
new State_H_C2_F(g_pC2),
|
|
new State_H_C2_G(g_pC2),
|
|
new State_H_C3_F(g_pC3),
|
|
new State_H_C3_G(g_pC3),
|
|
new State_H_C4_F(g_pC4),
|
|
new State_H_C4_G(g_pC4),
|
|
new State_H_C5_F(g_pC5),
|
|
new State_H_C5_G(g_pC5),
|
|
new State_H_C6_F(g_pC6),
|
|
new State_H_C6_G(g_pC6),
|
|
new State_H_C7_F(g_pC7),
|
|
new State_H_C7_G(g_pC7),
|
|
new State_H_C8_F(g_pC8),
|
|
new State_H_C8_G(g_pC8),
|
|
new State_C8_G(g_pC8),
|
|
new State_C8_F(g_pC8),
|
|
new State_C7_G(g_pC7),
|
|
new State_C7_F(g_pC7),
|
|
new State_C6_G(g_pC6),
|
|
new State_C6_F(g_pC6),
|
|
new State_C5_G(g_pC5),
|
|
new State_C5_F(g_pC5),
|
|
new State_C4_G(g_pC4),
|
|
new State_C4_F(g_pC4),
|
|
new State_C3_G(g_pC3),
|
|
new State_C3_F(g_pC3),
|
|
new State_C2_G(g_pC2),
|
|
new State_C2_F(g_pC2),
|
|
new State_C1_G(g_pC1),
|
|
new State_C1_F(g_pC1),
|
|
NULL), "6");
|
|
|
|
g_pC1->F();
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_H_C1_F(g_pC1),
|
|
new State_H_C1_G(g_pC1),
|
|
new State_H_C2_F(g_pC2),
|
|
new State_H_C2_G(g_pC2),
|
|
new State_H_C3_F(g_pC3),
|
|
new State_H_C3_G(g_pC3),
|
|
new State_H_C4_F(g_pC4),
|
|
new State_C4_G(g_pC4),
|
|
new State_C4_F(g_pC4),
|
|
new State_C3_G(g_pC3),
|
|
new State_C3_F(g_pC3),
|
|
new State_C2_G(g_pC2),
|
|
new State_C2_F(g_pC2),
|
|
new State_C1_G(g_pC1),
|
|
new State_C1_F(g_pC1),
|
|
NULL), "7");
|
|
|
|
SH_REMOVE_HOOK(C1, F, g_pC1, SH_STATIC(Handler_C1_F), false);
|
|
SH_REMOVE_HOOK(C1, G, g_pC1, SH_STATIC(Handler_C1_G), false);
|
|
SH_REMOVE_HOOK(C2, F, g_pC2, SH_STATIC(Handler_C2_F), false);
|
|
SH_REMOVE_HOOK(C2, G, g_pC2, SH_STATIC(Handler_C2_G), false);
|
|
SH_REMOVE_HOOK(C3, F, g_pC3, SH_STATIC(Handler_C3_F), false);
|
|
SH_REMOVE_HOOK(C3, G, g_pC3, SH_STATIC(Handler_C3_G), false);
|
|
SH_REMOVE_HOOK(C4, F, g_pC4, SH_STATIC(Handler_C4_F), false);
|
|
SH_REMOVE_HOOK(C4, G, g_pC4, SH_STATIC(Handler_C4_G), false);
|
|
SH_REMOVE_HOOK(C5, F, g_pC5, SH_STATIC(Handler_C5_F), false);
|
|
SH_REMOVE_HOOK(C5, G, g_pC5, SH_STATIC(Handler_C5_G), false);
|
|
SH_REMOVE_HOOK(C6, F, g_pC6, SH_STATIC(Handler_C6_F), false);
|
|
SH_REMOVE_HOOK(C6, G, g_pC6, SH_STATIC(Handler_C6_G), false);
|
|
SH_REMOVE_HOOK(C7, F, g_pC7, SH_STATIC(Handler_C7_F), false);
|
|
SH_REMOVE_HOOK(C7, G, g_pC7, SH_STATIC(Handler_C7_G), false);
|
|
SH_REMOVE_HOOK(C8, F, g_pC8, SH_STATIC(Handler_C8_F), false);
|
|
SH_REMOVE_HOOK(C8, G, g_pC8, SH_STATIC(Handler_C8_G), false);
|
|
|
|
return true;
|
|
}
|