megaco_codec_transform.3erl

Langue: en

Autres versions - même langue

Version: 345745 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

megaco_codec_transform - Megaco message transformation utility.

DESCRIPTION

This module implements a simple megaco message transformation utility.

Note that this module is not included in the runtime part of the application.

EXPORTS

export_messages() -> void()
export_messages(MessagePackage) -> void()

Types
MessagePackage = atom()

Export the messages in the MessagePackage (default is time_test).
The out produced by this function is a directory structure with the following structure:
 
  11  <message package>/pretty/<message-files>
  11                    compact/<message-files>
  11                    per/<message-files>
  11                    ber/<message-files>
  11                    erlang/<message-files>