Copyright © 2014-2016 Takeru Ohta <phjgt308@gmail.com>
Behaviours: gen_server.
A built-in composite sink
get_children/1 | Returns a list of children. |
new/2 | Creats a new sink instance. |
set_active_writer/2 | Sets the Nth cihld to be active. |
unset_active_writer/1 | Unsets the active child. |
get_children(Pid::pid()) -> [logi_sink:sink()]
Returns a list of children
new(Id::logi_sink:id(), Children::[logi_sink:sink()]) -> logi_sink:sink()
Creats a new sink instance
set_active_writer(Pid::pid(), Nth::pos_integer()) -> ok
Sets the Nth
cihld to be active
unset_active_writer(Pid::pid()) -> ok
Unsets the active child
Generated by EDoc