MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / callProcState

Method callProcState

Control/L3StateMachine.cpp:171–175  ·  view source on GitHub ↗

The proc may be this, ie, tran->currentProcedure()

Source from the content-addressed store, hash-verified

169#if UNUSED
170// The proc may be this, ie, tran->currentProcedure()
171MachineStatus MachineBase::callProcState(MachineBase *wProc, unsigned state)
172{
173 tran()->teSetProcedure(wProc,false);
174 return wProc->machineRunState(state);
175}
176#endif
177
178// This switches to the specifed Procedure and starts it. It is equivalent to a long goto.

Callers

nothing calls this directly

Calls 2

teSetProcedureMethod · 0.80
machineRunStateMethod · 0.45

Tested by

no test coverage detected