Module cre_client

Copyright © 2015-2018 Jörgen Brandt

Version: 0.1.8

This module defines the cre_client behaviour.
Required callback functions: init/1, is_value/2, step/2, recv/3.

Authors: Jörgen Brandt (joergen.brandt@onlinehome.de).

Function Index

code_change/3
cre_reply/4
eval/2
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/3
start_link/4
stop/1
terminate/2

Function Details

code_change/3

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

cre_reply/4

cre_reply(ClientName, I, A, Delta) -> any()

eval/2

eval(ClientName, E) -> any()

handle_call/3

handle_call(Request, From, ClientState) -> any()

handle_cast/2

handle_cast(Request, ClientState) -> any()

handle_info/2

handle_info(Info, ClientState) -> any()

init/1

init(X1) -> any()

start_link/3

start_link(CreName, ClientMod, ClientArg) -> any()

start_link/4

start_link(ClientName, CreName, ClientMod, ClientArg) -> any()

stop/1

stop(ClientName) -> any()

terminate/2

terminate(Reason, ClientState) -> any()


Generated by EDoc