oe_CosEventComm_Channel
Functions
code_change(OldVsn, State, Extra) -> term()
destroy(OE_THIS) -> term()
destroy(OE_THIS, OE_Options) -> term()
for_consumers(OE_THIS) -> term()
for_consumers(OE_THIS, OE_Options) -> term()
for_suppliers(OE_THIS) -> term()
for_suppliers(OE_THIS, OE_Options) -> term()
handle_call(X1, OE_From, OE_State) -> term()
handle_cast(X1, OE_State) -> term()
handle_info(Info, State) -> term()
init(Env) -> term()
oe_create() -> term()
oe_create(Env) -> term()
oe_create(Env, RegName) -> term()
oe_create_link() -> term()
oe_create_link(Env) -> term()
oe_create_link(Env, RegName) -> term()
oe_get_interface() -> term()
oe_is_a(X1) -> term()
oe_tc(X1) -> term()
send(OE_THIS, Event) -> term()
send(OE_THIS, OE_Options, Event) -> term()
send_sync(OE_THIS, Event) -> term()
send_sync(OE_THIS, OE_Options, Event) -> term()
terminate(Reason, State) -> term()
typeID() -> term()
View Functions
- code_change/3
- destroy/1
- destroy/2
- for_consumers/1
- for_consumers/2
- for_suppliers/1
- for_suppliers/2
- handle_call/3
- handle_cast/2
- handle_info/2
- init/1
- oe_create/0
- oe_create/1
- oe_create/2
- oe_create_link/0
- oe_create_link/1
- oe_create_link/2
- oe_get_interface/0
- oe_is_a/1
- oe_tc/1
- send/2
- send/3
- send_sync/2
- send_sync/3
- terminate/2
- typeID/0