ANNA Suite  2020b
Multipurpose development suite for Telco applications
Classes | Namespaces | Macros | Typedefs
functions.hpp File Reference
#include <anna/diameter/defines.hpp>
#include <anna/core/RuntimeException.hpp>
#include <anna/xml/xml.hpp>
#include <string>
#include <vector>
Include dependency graph for functions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  anna::diameter::codec::parent
 
struct  anna::diameter::codec::functions
 

Namespaces

 anna
 
 anna::diameter
 
 anna::diameter::codec
 

Macros

#define REQUIRED_WORDS(bytes)   ((bytes)/4+((((bytes)%4)!=0)?1:0 ))
 

Typedefs

typedef struct anna::diameter::codec::parent anna::diameter::codec::parent_t
 

Macro Definition Documentation

◆ REQUIRED_WORDS

#define REQUIRED_WORDS (   bytes)    ((bytes)/4+((((bytes)%4)!=0)?1:0 ))