Module tcerl

The tcerl application.

Behaviours: application.

Description

The tcerl application. It must be started before any of the functions provided by this library can be used.

Function Index

start/0Equivalent to application:start(tcerl).
stop/0Equivalent to application:stop(tcerl).

Function Details

start/0

start() -> ok | {error, Reason}

Equivalent to application:start(tcerl).

stop/0

stop() -> ok | {error, Reason}

Equivalent to application:stop(tcerl).


Generated by EDoc, Mar 2 2009, 02:06:45.