#include <diameter_parser_api.h>
Public Member Functions | |
AAADictionaryManager (int p=-1) | |
void | init (char *dictFile) |
boolean_t | getCommandCode (char *commandName, AAACommandCode *commandCode, AAAApplicationId *appId) |
AAADictionaryHandle * | getDictHandle (AAACommandCode code, AAAApplicationId id, int rflag) |
AAADictionaryHandle * | getDictHandle (char *cmdName) |
This class is used for managing dictionary
|
Constructor
|
|
Used for translating the command name into a pair of Command Code and Application Identifier.
|
|
Used for retrieving the dictionary handle for a given command.
|
|
Used for retrieving the dictionary handle for a given command.
|
|
This function initializes the command and AVP dictionaries based on an appropriate set of command and AVP dictionary files described in XML format.
|