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

#include <nal.hpp>

Public Member Functions

 NalNewTcpConRep ()
 
 NalNewTcpConRep (NalTriple nt, SessionId ns, bool fail)
 

Public Attributes

NalTriple new_triple
 
SessionId newSessionId
 
bool failure
 

Detailed Description

Definition at line 282 of file nal.hpp.

Constructor & Destructor Documentation

◆ NalNewTcpConRep() [1/2]

NalNewTcpConRep::NalNewTcpConRep ( )
inline

Definition at line 286 of file nal.hpp.

286 {}

◆ NalNewTcpConRep() [2/2]

NalNewTcpConRep::NalNewTcpConRep ( NalTriple  nt,
SessionId  ns,
bool  fail 
)
inline

Definition at line 287 of file nal.hpp.

287 : new_triple(nt), newSessionId(ns), failure(fail) {}
NalTriple new_triple
Definition: nal.hpp:283
SessionId newSessionId
Definition: nal.hpp:284
bool failure
Definition: nal.hpp:285

Member Data Documentation

◆ failure

bool NalNewTcpConRep::failure

Definition at line 285 of file nal.hpp.

◆ new_triple

NalTriple NalNewTcpConRep::new_triple

Definition at line 283 of file nal.hpp.

◆ newSessionId

SessionId NalNewTcpConRep::newSessionId

Definition at line 284 of file nal.hpp.


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