From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a05222.html | 102 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 docs/doxygen/nel/a05222.html (limited to 'docs/doxygen/nel/a05222.html') diff --git a/docs/doxygen/nel/a05222.html b/docs/doxygen/nel/a05222.html new file mode 100644 index 00000000..eb4cb412 --- /dev/null +++ b/docs/doxygen/nel/a05222.html @@ -0,0 +1,102 @@ + + +NeL: unified_network.cpp File Reference + + + +
+

unified_network.cpp File Reference


Detailed Description

+Network engine, layer 5 with no multithread support

+

Id
unified_network.cpp,v 1.74 2003/12/30 14:18:45 lecroart Exp
+ +

+Definition in file unified_network.cpp. +

+#include "stdnet.h"
+#include "nel/net/unified_network.h"
+#include "nel/misc/entity_id.h"
+ +

+Go to the source code of this file. + + + + + + + + + +

Namespaces

namespace  NLNET

Defines

#define AUTOCHECK_DISPLAY   nlwarning
#define TIME_BLOCK(tick, instr)
+


Define Documentation

+

+ + + + +
+ + +
#define AUTOCHECK_DISPLAY   nlwarning +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file unified_network.cpp. +

+Referenced by NLNET::CUnifiedNetwork::addNamedCnx(), NLNET::CUnifiedNetwork::addService(), NLNET::CUnifiedNetwork::autoCheck(), NLNET::CUnifiedNetwork::getUnifiedConnection(), NLNET::CUnifiedNetwork::init(), NLNET::CUnifiedNetwork::removeNamedCnx(), NLNET::uncbDisconnection(), NLNET::uncbMsgProcessing(), NLNET::uncbServiceIdentification(), NLNET::uNetRegistrationBroadcast(), and NLNET::uNetUnregistrationBroadcast().

+

+ + + + +
+ + + + + + + + + + +
#define TIME_BLOCKtick,
instr   )  +
+
+ + + + + +
+   + + +

+Value:

{ \
+        TTicks  _time_block_before = CTime::getPerformanceTime(); \
+        instr ; \
+        TTicks  _time_block_after = CTime::getPerformanceTime(); \
+        tick += (_time_block_after - _before); \
+}
+
+

+Definition at line 849 of file unified_network.cpp.

+


Generated on Tue Mar 16 06:43:29 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1