Skip to content
Tim Watson edited this page Jun 4, 2013 · 4 revisions

#Module systest_watchdog#

Behaviours: gen_server.

##Function Index##

clear_exceptions/0
code_change/3
dump/0
exceptions/1
force_stop/1
force_stop/2
handle_call/3
handle_cast/2
handle_info/2
init/1
proc_started/2
proc_stopped/2
reset/0
start/0
stop/0
sut_started/3
terminate/2

##Function Details##

###clear_exceptions/0##

clear_exceptions() -> any()

###code_change/3##

code_change(OldVsn, State, Extra) -> any()

###dump/0##

dump() -> any()

###exceptions/1##

exceptions(SutId) -> any()

###force_stop/1##

force_stop(Id) -> any()

###force_stop/2##

force_stop(Id, Timeout) -> any()

###handle_call/3##

handle_call(Msg, From, State) -> any()

###handle_cast/2##

handle_cast(Msg, State) -> any()

###handle_info/2##

handle_info(X1, State) -> any()

###init/1##

init(X1) -> any()

###proc_started/2##

proc_started(Cid, Pid) -> any()

###proc_stopped/2##

proc_stopped(Cid, Pid) -> any()

###reset/0##

reset() -> any()

###start/0##

start() -> any()

###stop/0##

stop() -> any()

###sut_started/3##

sut_started(Id, Pid, Timeout) -> any()

###terminate/2##

terminate(Reason, State) -> any()