From 3c15ff32e89e401b4dde2b8acc9699be2614b996 Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Wed, 18 May 2011 18:29:12 +0200 Subject: Initial commit of the diameter application. The application provides an implementation of the Diameter protocol as defined in RFC 3588. --- lib/diameter/doc/src/diameter_compile.xml | 124 ++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 lib/diameter/doc/src/diameter_compile.xml (limited to 'lib/diameter/doc/src/diameter_compile.xml') diff --git a/lib/diameter/doc/src/diameter_compile.xml b/lib/diameter/doc/src/diameter_compile.xml new file mode 100644 index 0000000000..72bac30709 --- /dev/null +++ b/lib/diameter/doc/src/diameter_compile.xml @@ -0,0 +1,124 @@ + + + + +
+ +2011 +Ericsson AB. All Rights Reserved. + + + +The program may be used and/or copied only with the written permission +from Ericsson AB, or in accordance with the terms and conditions +stipulated in the agreement/contract under which the program has been +supplied. + + + +diameterc(1) + + + + + +diameter_compile.xml +
+ +diameterc +] ]]> + + + +

+The diameterc utility is used to transform diameter +dictionary files +into Erlang source. +The resulting source implements the interface diameter requires +to encode and decode the dictionary's messages and AVP's.

+ +
+ +
+USAGE + + + +] ]]> + +

+Transforms a single dictionary file. Valid options are as follows.

+ + + + +]]> + +

+Specifies the directory into which the generated source should be written. +Defaults to the current working directory.

+
+ +]]> + +

+Specifies a directory to add to the code path. +Typically used to point at beam files corresponding to dictionaries +included by the one being compiled (using the @includes directive): +inclusion is a beam dependency, not an erl/hrl dependency.

+ +

+Multiple -i options can be specified.

+
+ + + +

+Supresses erl generation.

+
+ + + +

+Supresses hrl generation.

+
+ +
+ +
+
+ +
+ + + +
+EXIT STATUS + +

+Returns 0 on success, non-zero on failure.

+ +
+ + + +
+BUGS + +

+The identification of errors in the source file is poor.

+ +
+ + + +
+SEE ALSO + +

+diameter_dict(4)

+ +
+ +
-- cgit v1.2.3