ITS
ForwardingAlgorithmResponse.h File Reference

Choice between a number or a MAC address. More...

#include <QtGlobal>
Include dependency graph for ForwardingAlgorithmResponse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  ForwardingAlgorithmResponseMacAddress_u
 ForwardingAlgorithmResponseMacAddress union is the union between a number or a MAC address. More...
 
class  ForwardingAlgorithmResponse
 

Macros

#define MAC_ADDR_SIZE   6
 

Typedefs

typedef enum ForwardingAlgorithmResponse_PR ForwardingAlgorithmResponse_PR
 ForwardingAlgorithmResponse_PR enum defines the type of address. More...
 
typedef union ForwardingAlgorithmResponseMacAddress_u ForwardingAlgorithmResponseMacAddress
 ForwardingAlgorithmResponseMacAddress union is the union between a number or a MAC address. More...
 

Enumerations

enum  ForwardingAlgorithmResponse_PR { ForwardingAlgorithmResponse_PR_NOTHING, ForwardingAlgorithmResponse_PR_ForwardingAlgorithmResponseMacAddress, ForwardingAlgorithmResponse_PR_Integer }
 ForwardingAlgorithmResponse_PR enum defines the type of address. More...
 

Detailed Description

Choice between a number or a MAC address.

Definition in file ForwardingAlgorithmResponse.h.

Macro Definition Documentation

◆ MAC_ADDR_SIZE

Typedef Documentation

◆ ForwardingAlgorithmResponse_PR

ForwardingAlgorithmResponse_PR enum defines the type of address.

◆ ForwardingAlgorithmResponseMacAddress

ForwardingAlgorithmResponseMacAddress union is the union between a number or a MAC address.

Enumeration Type Documentation

◆ ForwardingAlgorithmResponse_PR

ForwardingAlgorithmResponse_PR enum defines the type of address.

Enumerator
ForwardingAlgorithmResponse_PR_NOTHING 

No available address.

ForwardingAlgorithmResponse_PR_ForwardingAlgorithmResponseMacAddress 

MAC address.

ForwardingAlgorithmResponse_PR_Integer 

Number.

Definition at line 15 of file ForwardingAlgorithmResponse.h.