cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
metadata Struct Reference

#include <udp.hpp>

Collaboration diagram for metadata:
[legend]

Public Member Functions

 metadata ()
 
 metadata (sockaddr_in sourceSocket, sockaddr_in destinationSocket)
 

Public Attributes

sockaddr_in sourceSocket
 
sockaddr_in destinationSocket
 

Detailed Description

Definition at line 83 of file udp.hpp.

Constructor & Destructor Documentation

◆ metadata() [1/2]

metadata::metadata ( )
inline

Definition at line 86 of file udp.hpp.

86 {}

◆ metadata() [2/2]

metadata::metadata ( sockaddr_in  sourceSocket,
sockaddr_in  destinationSocket 
)
inline

Definition at line 87 of file udp.hpp.

sockaddr_in destinationSocket
Definition: udp.hpp:85
sockaddr_in sourceSocket
Definition: udp.hpp:84

Member Data Documentation

◆ destinationSocket

sockaddr_in metadata::destinationSocket

Definition at line 85 of file udp.hpp.

◆ sourceSocket

sockaddr_in metadata::sourceSocket

Definition at line 84 of file udp.hpp.


The documentation for this struct was generated from the following file: