实例介绍
微耕官方SDK 2017.11.02最新版本,含Delphi、VB、C#、VC、Web各个语言的DEMO,源代码和底层通信协议。 若有开发需求,也可与我联系。
【实例截图】
【核心代码】
二次开发发行版本-20171102-V3.6.3版本
└── 二次开发发行版本
├── 20170912新增协议
│ ├── 20170417新增-设置扩展板-固定延时后再保持-20170417.doc
│ ├── 20170417新增-设置跨控制器反潜回-20170417.doc
│ ├── 20170417新增-设置门开超时多久才能报警输出,默认25秒.doc
│ ├── 20170708新增-设置双串口(二维码)-测试中V8.2以上.doc
│ ├── 20170714新增-门禁软件二次开发-获取门控制状态.doc
│ ├── 20170808新增-扩展板的远程控制-V8.74或以上.doc
│ ├── 20170808新增-扩展板端口状态查询-V8.76或以上.doc
│ └── 20170822新增-设置状态变化时上传信息到接收服务器.doc
├── 2017新案例 二维码-云服务器案例
│ ├── CSharp Demo程序使用说明20170909.doc
│ ├── WGController32_CSharp
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── WGController32_CSharp.csproj
│ │ ├── WGController32_CSharp.csproj.user
│ │ ├── WGController32_CSharp.sln
│ │ ├── WGController32_CSharp.suo
│ │ ├── WGPacketShort.cs
│ │ ├── bin
│ │ │ └── Release
│ │ │ ├── IPCon2015_V2.17.exe
│ │ │ ├── WGController32_CSharp.exe
│ │ │ ├── WGController32_CSharp.pdb
│ │ │ ├── WGController32_CSharp.vshost.exe
│ │ │ ├── WGController32_CSharp.vshost.exe.manifest
│ │ │ ├── n3kAdrtC.dll
│ │ │ ├── n3kAdrtC.pdb
│ │ │ ├── n3kAdrtC.xml
│ │ │ ├── n3kWGCom.dll
│ │ │ └── zh-CHS
│ │ │ └── WGController32_CSharp.resources.dll
│ │ ├── dfrmNetControllerConfig.Designer.cs
│ │ ├── dfrmNetControllerConfig.cs
│ │ ├── dfrmNetControllerConfig.resx
│ │ ├── dfrmNetControllerConfig.zh-CHS.resx
│ │ ├── dfrmTCPIPConfigure.Designer.cs
│ │ ├── dfrmTCPIPConfigure.cs
│ │ ├── dfrmTCPIPConfigure.resx
│ │ ├── n3kAdrtC.dll
│ │ └── obj
│ │ └── x86
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── WGController32_CSharp.Form1.resources
│ │ ├── WGController32_CSharp.Properties.Resources.resources
│ │ ├── WGController32_CSharp.csproj.FileListAbsolute.txt
│ │ ├── WGController32_CSharp.csproj.GenerateResource.Cache
│ │ ├── WGController32_CSharp.csprojResolveAssemblyReference.cache
│ │ ├── WGController32_CSharp.dfrmNetControllerConfig.resources
│ │ ├── WGController32_CSharp.dfrmNetControllerConfig.zh-CHS.resources
│ │ ├── WGController32_CSharp.dfrmTCPIPConfigure.resources
│ │ ├── WGController32_CSharp.exe
│ │ ├── WGController32_CSharp.pdb
│ │ └── zh-CHS
│ │ └── WGController32_CSharp.resources.dll
│ ├── WGController32_CSharp.exe
│ ├── n3kAdrtC.dll
│ ├── n3kWGCom.dll
│ └── zh-CHS
│ └── WGController32_CSharp.resources.dll
├── 二次开发(基于底层协议)
│ ├── 01短报文协议(基础)
│ │ ├── IPCon2015_V2.17.exe
│ │ ├── NetAssist.exe
│ │ ├── 短报文格式_20150429_第三版本.doc
│ │ ├── 短报文格式_操作实例_20150514_第三版本.doc
│ │ └── 刷卡记录说明.xls
│ ├── 02短报文协议DEMO
│ │ ├── Android
│ │ │ └── WGRemoteOpenDoor
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── WGRemoteOpenDoor.apk
│ │ │ │ ├── classes
│ │ │ │ │ └── com
│ │ │ │ │ └── adct
│ │ │ │ │ └── wgremoteopendoor
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── classes.dex
│ │ │ │ ├── dexedLibs
│ │ │ │ │ └── android-support-v4-80d6568ab5894bd103c32fbc32bf8fc6.jar
│ │ │ │ ├── jarlist.cache
│ │ │ │ ├── res
│ │ │ │ │ └── crunch
│ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-mdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ └── drawable-xxhdpi
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ └── resources.ap_
│ │ │ ├── gen
│ │ │ │ └── com
│ │ │ │ └── adct
│ │ │ │ └── wgremoteopendoor
│ │ │ │ ├── BuildConfig.java
│ │ │ │ └── R.java
│ │ │ ├── ic_launcher-web.png
│ │ │ ├── libs
│ │ │ │ └── android-support-v4.jar
│ │ │ ├── lint.xml
│ │ │ ├── proguard-project.txt
│ │ │ ├── project.properties
│ │ │ ├── res
│ │ │ │ ├── drawable-hdpi
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-mdpi
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xxhdpi
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── layout
│ │ │ │ │ └── activity_main.xml
│ │ │ │ ├── menu
│ │ │ │ │ └── main.xml
│ │ │ │ ├── values
│ │ │ │ │ ├── dimens.xml
│ │ │ │ │ ├── strings.xml
│ │ │ │ │ └── styles.xml
│ │ │ │ └── values-w820dp
│ │ │ │ └── dimens.xml
│ │ │ └── src
│ │ │ └── com
│ │ │ └── adct
│ │ │ └── wgremoteopendoor
│ │ │ └── MainActivity.java
│ │ ├── C#
│ │ │ └── WGController32_CSharp
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WGController32_CSharp.csproj
│ │ │ ├── WGController32_CSharp.csproj.user
│ │ │ ├── WGController32_CSharp.sln
│ │ │ ├── WGController32_CSharp.suo
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── IPCon2015_V2.17.exe
│ │ │ │ ├── WGController32_CSharp.exe
│ │ │ │ ├── WGController32_CSharp.pdb
│ │ │ │ ├── WGController32_CSharp.vshost.exe
│ │ │ │ ├── WGController32_CSharp.vshost.exe.manifest
│ │ │ │ ├── n3kAdrtC.dll
│ │ │ │ └── n3kAdrtC.xml
│ │ │ └── obj
│ │ │ └── x86
│ │ │ └── Release
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── WGController32_CSharp.Form1.resources
│ │ │ ├── WGController32_CSharp.Properties.Resources.resources
│ │ │ ├── WGController32_CSharp.csproj.FileListAbsolute.txt
│ │ │ ├── WGController32_CSharp.csproj.GenerateResource.Cache
│ │ │ ├── WGController32_CSharp.csprojResolveAssemblyReference.cache
│ │ │ ├── WGController32_CSharp.exe
│ │ │ └── WGController32_CSharp.pdb
│ │ ├── DELPHI
│ │ │ └── WGController32_Delphi
│ │ │ ├── WGBasicDelphiTest.dcu
│ │ │ ├── WGBasicDelphiTest.ddp
│ │ │ ├── WGBasicDelphiTest.dfm
│ │ │ ├── WGBasicDelphiTest.pas
│ │ │ ├── WGBasicDelphiTest.~ddp
│ │ │ ├── WGBasicDelphiTest.~dfm
│ │ │ ├── WGBasicDelphiTest.~pas
│ │ │ ├── WGBasicDelphiTestPrj.cfg
│ │ │ ├── WGBasicDelphiTestPrj.dof
│ │ │ ├── WGBasicDelphiTestPrj.dpr
│ │ │ ├── WGBasicDelphiTestPrj.exe
│ │ │ ├── WGBasicDelphiTestPrj.res
│ │ │ ├── WGPacketShort.dcu
│ │ │ ├── WGPacketShort.pas
│ │ │ └── WGPacketShort.~pas
│ │ ├── IPCon2015_V2.17.exe
│ │ ├── IPhone
│ │ │ └── CocoaAsyncSocket-master App
│ │ │ ├── CocoaAsyncSocket.podspec
│ │ │ ├── GCD
│ │ │ │ ├── Documentation.html
│ │ │ │ ├── GCDAsyncSocket.h
│ │ │ │ ├── GCDAsyncSocket.m
│ │ │ │ ├── GCDAsyncUdpSocket.h
│ │ │ │ ├── GCDAsyncUdpSocket.m
│ │ │ │ └── Xcode
│ │ │ │ └── UdpEchoClient
│ │ │ │ └── Mobile
│ │ │ │ ├── UdpEchoClient
│ │ │ │ │ ├── AppDelegate.h
│ │ │ │ │ ├── AppDelegate.m
│ │ │ │ │ ├── UdpEchoClient-Info.plist
│ │ │ │ │ ├── UdpEchoClient-Prefix.pch
│ │ │ │ │ ├── ViewController.h
│ │ │ │ │ ├── ViewController.m
│ │ │ │ │ ├── en.lproj
│ │ │ │ │ │ ├── InfoPlist.strings
│ │ │ │ │ │ └── ViewController.xib
│ │ │ │ │ └── main.m
│ │ │ │ └── UdpEchoClient.xcodeproj
│ │ │ │ ├── project.pbxproj
│ │ │ │ ├── project.xcworkspace
│ │ │ │ │ ├── contents.xcworkspacedata
│ │ │ │ │ └── xcuserdata
│ │ │ │ │ └── gooxing.xcuserdatad
│ │ │ │ │ └── UserInterfaceState.xcuserstate
│ │ │ │ └── xcuserdata
│ │ │ │ └── gooxing.xcuserdatad
│ │ │ │ ├── xcdebugger
│ │ │ │ │ └── Breakpoints_v2.xcbkptlist
│ │ │ │ └── xcschemes
│ │ │ │ ├── UdpEchoClient.xcscheme
│ │ │ │ └── xcschememanagement.plist
│ │ │ ├── README.markdown
│ │ │ └── Vendor
│ │ │ └── CocoaLumberjack
│ │ │ ├── DDASLLogger.h
│ │ │ ├── DDASLLogger.m
│ │ │ ├── DDAbstractDatabaseLogger.h
│ │ │ ├── DDAbstractDatabaseLogger.m
│ │ │ ├── DDFileLogger.h
│ │ │ ├── DDFileLogger.m
│ │ │ ├── DDLog.h
│ │ │ ├── DDLog.m
│ │ │ ├── DDTTYLogger.h
│ │ │ ├── DDTTYLogger.m
│ │ │ └── Extensions
│ │ │ ├── ContextFilterLogFormatter.h
│ │ │ ├── ContextFilterLogFormatter.m
│ │ │ ├── DispatchQueueLogFormatter.h
│ │ │ ├── DispatchQueueLogFormatter.m
│ │ │ └── README.txt
│ │ ├── JAVA
│ │ │ └── AT8000_Java
│ │ │ ├── bin
│ │ │ │ └── org
│ │ │ │ └── wiegand
│ │ │ │ ├── TestZone
│ │ │ │ │ ├── TestShort.class
│ │ │ │ │ └── WatchingShortHandler.class
│ │ │ │ └── at8000
│ │ │ │ ├── WgUdpCommShort.class
│ │ │ │ └── WgUdpCommShortHandler.class
│ │ │ ├── lib
│ │ │ │ ├── mina-core-2.0.4.jar
│ │ │ │ ├── slf4j-api-1.6.1.jar
│ │ │ │ └── slf4j-simple-1.6.4.jar
│ │ │ └── src
│ │ │ └── org
│ │ │ └── wiegand
│ │ │ ├── TestZone
│ │ │ │ ├── TestShort.java
│ │ │ │ └── WatchingShortHandler.java
│ │ │ └── at8000
│ │ │ ├── WgUdpCommShort.java
│ │ │ └── WgUdpCommShortHandler.java
│ │ ├── VB.NET
│ │ │ └── WGController32_VB.NET
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── WGController32_VB.NET.sln
│ │ │ ├── WGController32_VB.NET.suo
│ │ │ ├── WGController32_VB.NET.vbproj
│ │ │ ├── WGController32_VB.NET.vbproj.user
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── IPCon2015_V2.17.exe
│ │ │ │ ├── WGController32_VB.NET.exe
│ │ │ │ ├── WGController32_VB.NET.pdb
│ │ │ │ ├── WGController32_VB.NET.vshost.exe
│ │ │ │ ├── WGController32_VB.NET.vshost.exe.manifest
│ │ │ │ ├── WGController32_VB.NET.xml
│ │ │ │ ├── n3kAdrtC.dll
│ │ │ │ └── n3kAdrtC.xml
│ │ │ └── obj
│ │ │ └── x86
│ │ │ └── Release
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── My Project.Resources.Designer.vb.dll
│ │ │ ├── WGController32_VB.NET.Form1.resources
│ │ │ ├── WGController32_VB.NET.Resources.resources
│ │ │ ├── WGController32_VB.NET.exe
│ │ │ ├── WGController32_VB.NET.pdb
│ │ │ ├── WGController32_VB.NET.vbproj.FileListAbsolute.txt
│ │ │ ├── WGController32_VB.NET.vbproj.GenerateResource.Cache
│ │ │ ├── WGController32_VB.NET.vbprojResolveAssemblyReference.cache
│ │ │ └── WGController32_VB.NET.xml
│ │ ├── VB6.0
│ │ │ └── WGController32_VB60
│ │ │ ├── MSWINSCK.oca
│ │ │ ├── Mswinsck.ocx
│ │ │ ├── WGBasicTestHeadVB.bas
│ │ │ ├── WGBasicTestVB.exe
│ │ │ ├── WGBasicTestVB.frm
│ │ │ ├── WGBasicTestVB.log
│ │ │ ├── WGBasicTestVB.vbp
│ │ │ ├── WGBasicTestVB.vbw
│ │ │ └── ocx
│ │ │ └── Mswinsck.ocx
│ │ └── VC
│ │ └── WGController32_VC
│ │ ├── ACE.dll
│ │ ├── ACE.lib
│ │ ├── ACEd.dll
│ │ ├── ACEd.lib
│ │ ├── Release
│ │ │ └── WGBasicTest
│ │ │ └── I386
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── WGBasicTest.exe.intermediate.manifest
│ │ │ ├── WGBasicTest.log
│ │ │ ├── WGBasicTest.obj
│ │ │ ├── WGBasicTest.vcxprojResolveAssemblyReference.cache
│ │ │ ├── WGComm_Test.lastbuildstate
│ │ │ ├── WGComm_Test.write.1.tlog
│ │ │ ├── cl.command.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ ├── link.write.1.tlog
│ │ │ ├── mt.command.1.tlog
│ │ │ ├── mt.read.1.tlog
│ │ │ ├── mt.write.1.tlog
│ │ │ └── vc100.pdb
│ │ ├── WGBasicTest.cpp
│ │ ├── WGBasicTest.exe
│ │ ├── WGBasicTest.pdb
│ │ ├── WGBasicTest.sdf
│ │ ├── WGBasicTest.sln
│ │ ├── WGBasicTest.suo
│ │ ├── WGBasicTest.vcxproj
│ │ ├── WGBasicTest.vcxproj.filters
│ │ ├── WGBasicTest.vcxproj.user
│ │ └── ace
│ │ ├── ACE.h
│ │ ├── ACE.inl
│ │ ├── ACE_export.h
│ │ ├── ARGV.h
│ │ ├── ARGV.inl
│ │ ├── ATM_Acceptor.h
│ │ ├── ATM_Acceptor.inl
│ │ ├── ATM_Addr.h
│ │ ├── ATM_Addr.inl
│ │ ├── ATM_Connector.h
│ │ ├── ATM_Connector.inl
│ │ ├── ATM_Params.h
│ │ ├── ATM_Params.inl
│ │ ├── ATM_QoS.h
│ │ ├── ATM_QoS.inl
│ │ ├── ATM_Stream.h
│ │ ├── ATM_Stream.inl
│ │ ├── Abstract_Timer_Queue.h
│ │ ├── Acceptor.h
│ │ ├── Activation_Queue.h
│ │ ├── Activation_Queue.inl
│ │ ├── Active_Map_Manager.h
│ │ ├── Active_Map_Manager.inl
│ │ ├── Active_Map_Manager_T.h
│ │ ├── Active_Map_Manager_T.inl
│ │ ├── Addr.h
│ │ ├── Addr.inl
│ │ ├── Arg_Shifter.h
│ │ ├── Argv_Type_Converter.h
│ │ ├── Argv_Type_Converter.inl
│ │ ├── Array_Base.h
│ │ ├── Array_Base.inl
│ │ ├── Array_Map.h
│ │ ├── Array_Map.inl
│ │ ├── Assert.h
│ │ ├── Asynch_Acceptor.h
│ │ ├── Asynch_Connector.h
│ │ ├── Asynch_IO.h
│ │ ├── Asynch_IO_Impl.h
│ │ ├── Asynch_IO_Impl.inl
│ │ ├── Asynch_Pseudo_Task.h
│ │ ├── Atomic_Op.h
│ │ ├── Atomic_Op.inl
│ │ ├── Atomic_Op_GCC_T.h
│ │ ├── Atomic_Op_GCC_T.inl
│ │ ├── Atomic_Op_Sparc.h
│ │ ├── Atomic_Op_T.h
│ │ ├── Atomic_Op_T.inl
│ │ ├── Auto_Event.h
│ │ ├── Auto_Event.inl
│ │ ├── Auto_Functor.h
│ │ ├── Auto_Functor.inl
│ │ ├── Auto_IncDec_T.h
│ │ ├── Auto_IncDec_T.inl
│ │ ├── Auto_Ptr.h
│ │ ├── Auto_Ptr.inl
│ │ ├── Barrier.h
│ │ ├── Barrier.inl
│ │ ├── Base_Thread_Adapter.h
│ │ ├── Base_Thread_Adapter.inl
│ │ ├── Based_Pointer_Repository.h
│ │ ├── Based_Pointer_T.h
│ │ ├── Based_Pointer_T.inl
│ │ ├── Basic_Stats.h
│ │ ├── Basic_Stats.inl
│ │ ├── Basic_Types.h
│ │ ├── Bound_Ptr.h
│ │ ├── Bound_Ptr.inl
│ │ ├── CDR_Base.h
│ │ ├── CDR_Base.inl
│ │ ├── CDR_Size.h
│ │ ├── CDR_Size.inl
│ │ ├── CDR_Stream.h
│ │ ├── CDR_Stream.inl
│ │ ├── CE_Screen_Output.h
│ │ ├── CORBA_macros.h
│ │ ├── Cache_Map_Manager_T.h
│ │ ├── Cache_Map_Manager_T.inl
│ │ ├── Cached_Connect_Strategy_T.h
│ │ ├── Caching_Strategies_T.h
│ │ ├── Caching_Strategies_T.inl
│ │ ├── Caching_Utility_T.h
│ │ ├── Capabilities.h
│ │ ├── Capabilities.inl
│ │ ├── Cleanup.h
│ │ ├── Cleanup.inl
│ │ ├── Cleanup_Strategies_T.h
│ │ ├── Codecs.h
│ │ ├── Codeset_IBM1047.h
│ │ ├── Codeset_Registry.h
│ │ ├── Codeset_Registry.inl
│ │ ├── Codeset_Symbols.h
│ │ ├── Condition_Attributes.h
│ │ ├── Condition_Attributes.inl
│ │ ├── Condition_Recursive_Thread_Mutex.h
│ │ ├── Condition_T.h
│ │ ├── Condition_T.inl
│ │ ├── Condition_Thread_Mutex.h
│ │ ├── Condition_Thread_Mutex.inl
│ │ ├── Configuration.h
│ │ ├── Configuration.inl
│ │ ├── Configuration_Import_Export.h
│ │ ├── Connection_Recycling_Strategy.h
│ │ ├── Connector.h
│ │ ├── Containers.h
│ │ ├── Containers.inl
│ │ ├── Containers_T.h
│ │ ├── Containers_T.inl
│ │ ├── Copy_Disabled.h
│ │ ├── Countdown_Time.h
│ │ ├── Countdown_Time_T.h
│ │ ├── Countdown_Time_T.inl
│ │ ├── DEV.h
│ │ ├── DEV.inl
│ │ ├── DEV_Addr.h
│ │ ├── DEV_Addr.inl
│ │ ├── DEV_Connector.h
│ │ ├── DEV_Connector.inl
│ │ ├── DEV_IO.h
│ │ ├── DEV_IO.inl
│ │ ├── DLL.h
│ │ ├── DLL_Manager.h
│ │ ├── Date_Time.h
│ │ ├── Date_Time.inl
│ │ ├── Default_Constants.h
│ │ ├── Dev_Poll_Reactor.h
│ │ ├── Dev_Poll_Reactor.inl
│ │ ├── Dirent.h
│ │ ├── Dirent.inl
│ │ ├── Dirent_Selector.h
│ │ ├── Dirent_Selector.inl
│ │ ├── Dump.h
│ │ ├── Dump_T.h
│ │ ├── Dynamic.h
│ │ ├── Dynamic.inl
│ │ ├── Dynamic_Message_Strategy.h
│ │ ├── Dynamic_Message_Strategy.inl
│ │ ├── Dynamic_Service.h
│ │ ├── Dynamic_Service.inl
│ │ ├── Dynamic_Service_Base.h
│ │ ├── Dynamic_Service_Dependency.h
│ │ ├── Encoding_Converter.h
│ │ ├── Encoding_Converter_Factory.h
│ │ ├── Env_Value_T.h
│ │ ├── Env_Value_T.inl
│ │ ├── Event.h
│ │ ├── Event.inl
│ │ ├── Event_Base.h
│ │ ├── Event_Base.inl
│ │ ├── Event_Handler.h
│ │ ├── Event_Handler.inl
│ │ ├── Event_Handler_Handle_Timeout_Upcall.h
│ │ ├── Event_Handler_Handle_Timeout_Upcall.inl
│ │ ├── Event_Handler_T.h
│ │ ├── Event_Handler_T.inl
│ │ ├── FIFO.h
│ │ ├── FIFO.inl
│ │ ├── FIFO_Recv.h
│ │ ├── FIFO_Recv.inl
│ │ ├── FIFO_Recv_Msg.h
│ │ ├── FIFO_Recv_Msg.inl
│ │ ├── FIFO_Send.h
│ │ ├── FIFO_Send.inl
│ │ ├── FIFO_Send_Msg.h
│ │ ├── FIFO_Send_Msg.inl
│ │ ├── FILE.h
│ │ ├── FILE.inl
│ │ ├── FILE_Addr.h
│ │ ├── FILE_Addr.inl
│ │ ├── FILE_Connector.h
│ │ ├── FILE_Connector.inl
│ │ ├── FILE_IO.h
│ │ ├── FILE_IO.inl
│ │ ├── File_Lock.h
│ │ ├── File_Lock.inl
│ │ ├── Filecache.h
│ │ ├── Flag_Manip.h
│ │ ├── Flag_Manip.inl
│ │ ├── Framework_Component.h
│ │ ├── Framework_Component.inl
│ │ ├── Framework_Component_T.h
│ │ ├── Free_List.h
│ │ ├── Functor.h
│ │ ├── Functor.inl
│ │ ├── Functor_String.h
│ │ ├── Functor_String.inl
│ │ ├── Functor_T.h
│ │ ├── Functor_T.inl
│ │ ├── Future.h
│ │ ├── Future_Set.h
│ │ ├── Get_Opt.h
│ │ ├── Get_Opt.inl
│ │ ├── Global_Macros.h
│ │ ├── Guard_T.h
│ │ ├── Guard_T.inl
│ │ ├── Handle_Gobbler.h
│ │ ├── Handle_Gobbler.inl
│ │ ├── Handle_Ops.h
│ │ ├── Handle_Set.h
│ │ ├── Handle_Set.inl
│ │ ├── Hash_Cache_Map_Manager_T.h
│ │ ├── Hash_Cache_Map_Manager_T.inl
│ │ ├── Hash_Map_Manager.h
│ │ ├── Hash_Map_Manager_T.h
│ │ ├── Hash_Map_Manager_T.inl
│ │ ├── Hash_Map_With_Allocator_T.h
│ │ ├── Hash_Map_With_Allocator_T.inl
│ │ ├── Hash_Multi_Map_Manager_T.h
│ │ ├── Hash_Multi_Map_Manager_T.inl
│ │ ├── Hashable.h
│ │ ├── Hashable.inl
│ │ ├── High_Res_Timer.h
│ │ ├── High_Res_Timer.inl
│ │ ├── ICMP_Socket.h
│ │ ├── INET_Addr.h
│ │ ├── INET_Addr.inl
│ │ ├── IOStream.h
│ │ ├── IOStream_T.h
│ │ ├── IOStream_T.inl
│ │ ├── IO_Cntl_Msg.h
│ │ ├── IO_Cntl_Msg.inl
│ │ ├── IO_SAP.h
│ │ ├── IO_SAP.inl
│ │ ├── IPC_SAP.h
│ │ ├── IPC_SAP.inl
│ │ ├── If_Then_Else.h
│ │ ├── Init_ACE.h
│ │ ├── Intrusive_Auto_Ptr.h
│ │ ├── Intrusive_Auto_Ptr.inl
│ │ ├── Intrusive_List.cpp
│ │ ├── Intrusive_List.h
│ │ ├── Intrusive_List.inl
│ │ ├── Intrusive_List_Node.cpp
│ │ ├── Intrusive_List_Node.h
│ │ ├── Intrusive_List_Node.inl
│ │ ├── LOCK_SOCK_Acceptor.h
│ │ ├── LSOCK.h
│ │ ├── LSOCK.inl
│ │ ├── LSOCK_Acceptor.h
│ │ ├── LSOCK_CODgram.h
│ │ ├── LSOCK_CODgram.inl
│ │ ├── LSOCK_Connector.h
│ │ ├── LSOCK_Connector.inl
│ │ ├── LSOCK_Dgram.h
│ │ ├── LSOCK_Dgram.inl
│ │ ├── LSOCK_Stream.h
│ │ ├── LSOCK_Stream.inl
│ │ ├── Lib_Find.h
│ │ ├── Local_Memory_Pool.h
│ │ ├── Local_Name_Space.h
│ │ ├── Local_Name_Space_T.h
│ │ ├── Local_Tokens.h
│ │ ├── Local_Tokens.inl
│ │ ├── Lock.h
│ │ ├── Lock.inl
│ │ ├── Lock_Adapter_T.h
│ │ ├── Lock_Adapter_T.inl
│ │ ├── Log_Category.h
│ │ ├── Log_Category.inl
│ │ ├── Log_Msg.h
│ │ ├── Log_Msg.inl
│ │ ├── Log_Msg_Backend.h
│ │ ├── Log_Msg_Callback.h
│ │ ├── Log_Msg_IPC.h
│ │ ├── Log_Msg_NT_Event_Log.h
│ │ ├── Log_Msg_UNIX_Syslog.h
│ │ ├── Log_Priority.h
│ │ ├── Log_Record.h
│ │ ├── Log_Record.inl
│ │ ├── Logging_Strategy.h
│ │ ├── MEM_Acceptor.h
│ │ ├── MEM_Acceptor.inl
│ │ ├── MEM_Addr.h
│ │ ├── MEM_Addr.inl
│ │ ├── MEM_Connector.h
│ │ ├── MEM_Connector.inl
│ │ ├── MEM_IO.h
│ │ ├── MEM_IO.inl
│ │ ├── MEM_SAP.h
│ │ ├── MEM_SAP.inl
│ │ ├── MEM_Stream.h
│ │ ├── MEM_Stream.inl
│ │ ├── MMAP_Memory_Pool.h
│ │ ├── MMAP_Memory_Pool.inl
│ │ ├── Malloc.h
│ │ ├── Malloc.inl
│ │ ├── Malloc_Allocator.h
│ │ ├── Malloc_Allocator.inl
│ │ ├── Malloc_Base.h
│ │ ├── Malloc_T.h
│ │ ├── Malloc_T.inl
│ │ ├── Managed_Object.h
│ │ ├── Managed_Object.inl
│ │ ├── Manual_Event.h
│ │ ├── Manual_Event.inl
│ │ ├── Map_Manager.h
│ │ ├── Map_Manager.inl
│ │ ├── Map_T.h
│ │ ├── Map_T.inl
│ │ ├── Mem_Map.h
│ │ ├── Mem_Map.inl
│ │ ├── Memory_Pool.h
│ │ ├── Message_Block.h
│ │ ├── Message_Block.inl
│ │ ├── Message_Block_T.h
│ │ ├── Message_Block_T.inl
│ │ ├── Message_Queue.h
│ │ ├── Message_Queue.inl
│ │ ├── Message_Queue_NT.h
│ │ ├── Message_Queue_NT.inl
│ │ ├── Message_Queue_T.h
│ │ ├── Message_Queue_Vx.h
│ │ ├── Message_Queue_Vx.inl
│ │ ├── Method_Request.h
│ │ ├── Metrics_Cache.h
│ │ ├── Metrics_Cache_T.h
│ │ ├── Metrics_Cache_T.inl
│ │ ├── Min_Max.h
│ │ ├── Module.h
│ │ ├── Module.inl
│ │ ├── Monitor_Admin.h
│ │ ├── Monitor_Admin_Manager.h
│ │ ├── Monitor_Base.h
│ │ ├── Monitor_Base.inl
│ │ ├── Monitor_Control_Action.h
│ │ ├── Monitor_Control_Types.h
│ │ ├── Monitor_Point_Registry.h
│ │ ├── Monitor_Size.h
│ │ ├── Monotonic_Time_Policy.h
│ │ ├── Monotonic_Time_Policy.inl
│ │ ├── Msg_WFMO_Reactor.h
│ │ ├── Msg_WFMO_Reactor.inl
│ │ ├── Multihomed_INET_Addr.h
│ │ ├── Multihomed_INET_Addr.inl
│ │ ├── Mutex.h
│ │ ├── Mutex.inl
│ │ ├── NT_Service.h
│ │ ├── NT_Service.inl
│ │ ├── Name_Proxy.h
│ │ ├── Name_Request_Reply.h
│ │ ├── Name_Space.h
│ │ ├── Naming_Context.h
│ │ ├── Naming_Context.inl
│ │ ├── Netlink_Addr.h
│ │ ├── Netlink_Addr.inl
│ │ ├── Node.h
│ │ ├── Notification_Queue.h
│ │ ├── Notification_Queue.inl
│ │ ├── Notification_Strategy.h
│ │ ├── Notification_Strategy.inl
│ │ ├── Null_Barrier.h
│ │ ├── Null_Condition.h
│ │ ├── Null_Mutex.h
│ │ ├── Null_Semaphore.h
│ │ ├── Numeric_Limits.h
│ │ ├── OS.h
│ │ ├── OS_Errno.h
│ │ ├── OS_Errno.inl
│ │ ├── OS_Log_Msg_Attributes.h
│ │ ├── OS_Log_Msg_Attributes.inl
│ │ ├── OS_Memory.h
│ │ ├── OS_NS_Thread.h
│ │ ├── OS_NS_Thread.inl
│ │ ├── OS_NS_arpa_inet.h
│ │ ├── OS_NS_arpa_inet.inl
│ │ ├── OS_NS_ctype.h
│ │ ├── OS_NS_ctype.inl
│ │ ├── OS_NS_dirent.h
│ │ ├── OS_NS_dirent.inl
│ │ ├── OS_NS_dlfcn.h
│ │ ├── OS_NS_dlfcn.inl
│ │ ├── OS_NS_errno.h
│ │ ├── OS_NS_errno.inl
│ │ ├── OS_NS_fcntl.h
│ │ ├── OS_NS_fcntl.inl
│ │ ├── OS_NS_macros.h
│ │ ├── OS_NS_math.h
│ │ ├── OS_NS_math.inl
│ │ ├── OS_NS_netdb.h
│ │ ├── OS_NS_netdb.inl
│ │ ├── OS_NS_poll.h
│ │ ├── OS_NS_poll.inl
│ │ ├── OS_NS_pwd.h
│ │ ├── OS_NS_pwd.inl
│ │ ├── OS_NS_regex.h
│ │ ├── OS_NS_regex.inl
│ │ ├── OS_NS_signal.h
│ │ ├── OS_NS_signal.inl
│ │ ├── OS_NS_stdio.h
│ │ ├── OS_NS_stdio.inl
│ │ ├── OS_NS_stdlib.h
│ │ ├── OS_NS_stdlib.inl
│ │ ├── OS_NS_string.h
│ │ ├── OS_NS_string.inl
│ │ ├── OS_NS_strings.h
│ │ ├── OS_NS_strings.inl
│ │ ├── OS_NS_stropts.h
│ │ ├── OS_NS_stropts.inl
│ │ ├── OS_NS_sys_mman.h
│ │ ├── OS_NS_sys_mman.inl
│ │ ├── OS_NS_sys_msg.h
│ │ ├── OS_NS_sys_msg.inl
│ │ ├── OS_NS_sys_resource.h
│ │ ├── OS_NS_sys_resource.inl
│ │ ├── OS_NS_sys_select.h
│ │ ├── OS_NS_sys_select.inl
│ │ ├── OS_NS_sys_sendfile.h
│ │ ├── OS_NS_sys_sendfile.inl
│ │ ├── OS_NS_sys_shm.h
│ │ ├── OS_NS_sys_shm.inl
│ │ ├── OS_NS_sys_socket.h
│ │ ├── OS_NS_sys_socket.inl
│ │ ├── OS_NS_sys_stat.h
│ │ ├── OS_NS_sys_stat.inl
│ │ ├── OS_NS_sys_time.h
│ │ ├── OS_NS_sys_time.inl
│ │ ├── OS_NS_sys_uio.h
│ │ ├── OS_NS_sys_uio.inl
│ │ ├── OS_NS_sys_utsname.h
│ │ ├── OS_NS_sys_wait.h
│ │ ├── OS_NS_sys_wait.inl
│ │ ├── OS_NS_time.h
│ │ ├── OS_NS_time.inl
│ │ ├── OS_NS_unistd.h
│ │ ├── OS_NS_unistd.inl
│ │ ├── OS_NS_wchar.h
│ │ ├── OS_NS_wchar.inl
│ │ ├── OS_NS_wctype.h
│ │ ├── OS_NS_wctype.inl
│ │ ├── OS_QoS.h
│ │ ├── OS_TLI.h
│ │ ├── OS_TLI.inl
│ │ ├── OS_Thread_Adapter.h
│ │ ├── OS_main.h
│ │ ├── Obchunk.h
│ │ ├── Obchunk.inl
│ │ ├── Object_Manager.h
│ │ ├── Object_Manager.inl
│ │ ├── Object_Manager_Base.h
│ │ ├── Obstack.h
│ │ ├── Obstack_T.h
│ │ ├── Obstack_T.inl
│ │ ├── PI_Malloc.h
│ │ ├── PI_Malloc.inl
│ │ ├── POSIX_Asynch_IO.h
│ │ ├── POSIX_CB_Proactor.h
│ │ ├── POSIX_Proactor.h
│ │ ├── POSIX_Proactor.inl
│ │ ├── Pagefile_Memory_Pool.h
│ │ ├── Pagefile_Memory_Pool.inl
│ │ ├── Pair_T.h
│ │ ├── Pair_T.inl
│ │ ├── Parse_Node.h
│ │ ├── Ping_Socket.h
│ │ ├── Ping_Socket.inl
│ │ ├── Pipe.h
│ │ ├── Pipe.inl
│ │ ├── Priority_Reactor.h
│ │ ├── Proactor.h
│ │ ├── Proactor.inl
│ │ ├── Proactor_Impl.h
│ │ ├── Process.h
│ │ ├── Process.inl
│ │ ├── Process_Manager.h
│ │ ├── Process_Manager.inl
│ │ ├── Process_Mutex.h
│ │ ├── Process_Mutex.inl
│ │ ├── Process_Semaphore.h
│ │ ├── Process_Semaphore.inl
│ │ ├── Profile_Timer.h
│ │ ├── Profile_Timer.inl
│ │ ├── RB_Tree.h
│ │ ├── RB_Tree.inl
│ │ ├── RW_Mutex.h
│ │ ├── RW_Mutex.inl
│ │ ├── RW_Process_Mutex.h
│ │ ├── RW_Process_Mutex.inl
│ │ ├── RW_Thread_Mutex.h
│ │ ├── RW_Thread_Mutex.inl
│ │ ├── Reactor.h
│ │ ├── Reactor.inl
│ │ ├── Reactor_Impl.h
│ │ ├── Reactor_Notification_Strategy.h
│ │ ├── Reactor_Notification_Strategy.inl
│ │ ├── Reactor_Timer_Interface.h
│ │ ├── Reactor_Token_T.h
│ │ ├── Read_Buffer.h
│ │ ├── Read_Buffer.inl
│ │ ├── Recursive_Thread_Mutex.h
│ │ ├── Recursive_Thread_Mutex.inl
│ │ ├── Recyclable.h
│ │ ├── Recyclable.inl
│ │ ├── Refcountable_T.h
│ │ ├── Refcountable_T.inl
│ │ ├── Refcounted_Auto_Ptr.h
│ │ ├── Refcounted_Auto_Ptr.inl
│ │ ├── Registry.h
│ │ ├── Registry_Name_Space.h
│ │ ├── Remote_Name_Space.h
│ │ ├── Remote_Tokens.h
│ │ ├── Remote_Tokens.inl
│ │ ├── Reverse_Lock_T.h
│ │ ├── Reverse_Lock_T.inl
│ │ ├── SOCK.h
│ │ ├── SOCK.inl
│ │ ├── SOCK_Acceptor.h
│ │ ├── SOCK_Acceptor.inl
│ │ ├── SOCK_CODgram.h
│ │ ├── SOCK_CODgram.inl
│ │ ├── SOCK_Connector.h
│ │ ├── SOCK_Connector.inl
│ │ ├── SOCK_Dgram.h
│ │ ├── SOCK_Dgram.inl
│ │ ├── SOCK_Dgram_Bcast.h
│ │ ├── SOCK_Dgram_Bcast.inl
│ │ ├── SOCK_Dgram_Mcast.h
│ │ ├── SOCK_Dgram_Mcast.inl
│ │ ├── SOCK_IO.h
│ │ ├── SOCK_IO.inl
│ │ ├── SOCK_Netlink.h
│ │ ├── SOCK_Netlink.inl
│ │ ├── SOCK_SEQPACK_Acceptor.h
│ │ ├── SOCK_SEQPACK_Acceptor.inl
│ │ ├── SOCK_SEQPACK_Association.h
│ │ ├── SOCK_SEQPACK_Association.inl
│ │ ├── SOCK_SEQPACK_Connector.h
│ │ ├── SOCK_SEQPACK_Connector.inl
│ │ ├── SOCK_Stream.h
│ │ ├── SOCK_Stream.inl
│ │ ├── SPIPE.h
│ │ ├── SPIPE.inl
│ │ ├── SPIPE_Acceptor.h
│ │ ├── SPIPE_Addr.h
│ │ ├── SPIPE_Addr.inl
│ │ ├── SPIPE_Connector.h
│ │ ├── SPIPE_Connector.inl
│ │ ├── SPIPE_Stream.h
│ │ ├── SPIPE_Stream.inl
│ │ ├── SString.h
│ │ ├── SString.inl
│ │ ├── SStringfwd.h
│ │ ├── SUN_Proactor.h
│ │ ├── SV_Message.h
│ │ ├── SV_Message.inl
│ │ ├── SV_Message_Queue.h
│ │ ├── SV_Message_Queue.inl
│ │ ├── SV_Semaphore_Complex.h
│ │ ├── SV_Semaphore_Complex.inl
│ │ ├── SV_Semaphore_Simple.h
│ │ ├── SV_Semaphore_Simple.inl
│ │ ├── SV_Shared_Memory.h
│ │ ├── SV_Shared_Memory.inl
│ │ ├── Sample_History.h
│ │ ├── Sample_History.inl
│ │ ├── Sbrk_Memory_Pool.h
│ │ ├── Sched_Params.h
│ │ ├── Sched_Params.inl
│ │ ├── Select_Reactor.h
│ │ ├── Select_Reactor_Base.h
│ │ ├── Select_Reactor_Base.inl
│ │ ├── Select_Reactor_T.h
│ │ ├── Select_Reactor_T.inl
│ │ ├── Semaphore.h
│ │ ├── Semaphore.inl
│ │ ├── Service_Config.h
│ │ ├── Service_Config.inl
│ │ ├── Service_Gestalt.h
│ │ ├── Service_Gestalt.inl
│ │ ├── Service_Manager.h
│ │ ├── Service_Object.h
│ │ ├── Service_Object.inl
│ │ ├── Service_Repository.h
│ │ ├── Service_Repository.inl
│ │ ├── Service_Types.h
│ │ ├── Service_Types.inl
│ │ ├── Shared_Memory.h
│ │ ├── Shared_Memory_MM.h
│ │ ├── Shared_Memory_MM.inl
│ │ ├── Shared_Memory_Pool.h
│ │ ├── Shared_Memory_SV.h
│ │ ├── Shared_Memory_SV.inl
│ │ ├── Shared_Object.h
│ │ ├── Shared_Object.inl
│ │ ├── Sig_Adapter.h
│ │ ├── Sig_Handler.h
│ │ ├── Sig_Handler.inl
│ │ ├── Signal.h
│ │ ├── Signal.inl
│ │ ├── Singleton.h
│ │ ├── Singleton.inl
│ │ ├── Sock_Connect.h
│ │ ├── Stack_Trace.h
│ │ ├── Static_Object_Lock.h
│ │ ├── Stats.h
│ │ ├── Stats.inl
│ │ ├── Strategies_T.h
│ │ ├── Strategies_T.inl
│ │ ├── Stream.h
│ │ ├── Stream.inl
│ │ ├── Stream_Modules.h
│ │ ├── String_Base.h
│ │ ├── String_Base.inl
│ │ ├── String_Base_Const.h
│ │ ├── Svc_Conf.h
│ │ ├── Svc_Conf_Lexer.h
│ │ ├── Svc_Conf_Param.h
│ │ ├── Svc_Conf_Token_Table.h
│ │ ├── Svc_Conf_Tokens.h
│ │ ├── Svc_Handler.h
│ │ ├── Synch.h
│ │ ├── Synch_Options.h
│ │ ├── Synch_Traits.h
│ │ ├── System_Time.h
│ │ ├── TLI.h
│ │ ├── TLI.inl
│ │ ├── TLI_Acceptor.h
│ │ ├── TLI_Connector.h
│ │ ├── TLI_Connector.inl
│ │ ├── TLI_Stream.h
│ │ ├── TLI_Stream.inl
│ │ ├── TP_Reactor.h
│ │ ├── TP_Reactor.inl
│ │ ├── TSS_Adapter.h
│ │ ├── TSS_T.h
│ │ ├── TSS_T.inl
│ │ ├── TTY_IO.h
│ │ ├── Task.h
│ │ ├── Task.inl
│ │ ├── Task_Ex_T.h
│ │ ├── Task_Ex_T.inl
│ │ ├── Task_T.h
│ │ ├── Task_T.inl
│ │ ├── Test_and_Set.h
│ │ ├── Thread.h
│ │ ├── Thread.inl
│ │ ├── Thread_Adapter.h
│ │ ├── Thread_Adapter.inl
│ │ ├── Thread_Control.h
│ │ ├── Thread_Control.inl
│ │ ├── Thread_Exit.h
│ │ ├── Thread_Hook.h
│ │ ├── Thread_Manager.h
│ │ ├── Thread_Manager.inl
│ │ ├── Thread_Mutex.h
│ │ ├── Thread_Mutex.inl
│ │ ├── Thread_Semaphore.h
│ │ ├── Thread_Semaphore.inl
│ │ ├── Throughput_Stats.h
│ │ ├── Time_Policy.h
│ │ ├── Time_Policy.inl
│ │ ├── Time_Policy_T.h
│ │ ├── Time_Policy_T.inl
│ │ ├── Time_Value.h
│ │ ├── Time_Value.inl
│ │ ├── Time_Value_T.h
│ │ ├── Time_Value_T.inl
│ │ ├── Timeprobe.h
│ │ ├── Timeprobe.inl
│ │ ├── Timeprobe_T.h
│ │ ├── Timer_Hash.h
│ │ ├── Timer_Hash_T.h
│ │ ├── Timer_Heap.h
│ │ ├── Timer_Heap_T.h
│ │ ├── Timer_List.h
│ │ ├── Timer_List_T.h
│ │ ├── Timer_Queue.h
│ │ ├── Timer_Queue_Adapters.h
│ │ ├── Timer_Queue_Adapters.inl
│ │ ├── Timer_Queue_Iterator.h
│ │ ├── Timer_Queue_Iterator.inl
│ │ ├── Timer_Queue_T.h
│ │ ├── Timer_Queue_T.inl
│ │ ├── Timer_Queuefwd.h
│ │ ├── Timer_Wheel.h
│ │ ├── Timer_Wheel_T.h
│ │ ├── Token.h
│ │ ├── Token.inl
│ │ ├── Token_Collection.h
│ │ ├── Token_Collection.inl
│ │ ├── Token_Invariants.h
│ │ ├── Token_Manager.h
│ │ ├── Token_Manager.inl
│ │ ├── Token_Request_Reply.h
│ │ ├── Token_Request_Reply.inl
│ │ ├── Tokenizer_T.h
│ │ ├── Trace.h
│ │ ├── Truncate.h
│ │ ├── Typed_SV_Message.h
│ │ ├── Typed_SV_Message.inl
│ │ ├── Typed_SV_Message_Queue.h
│ │ ├── Typed_SV_Message_Queue.inl
│ │ ├── UNIX_Addr.h
│ │ ├── UNIX_Addr.inl
│ │ ├── UPIPE_Acceptor.h
│ │ ├── UPIPE_Acceptor.inl
│ │ ├── UPIPE_Addr.h
│ │ ├── UPIPE_Connector.h
│ │ ├── UPIPE_Connector.inl
│ │ ├── UPIPE_Stream.h
│ │ ├── UPIPE_Stream.inl
│ │ ├── UTF16_Encoding_Converter.h
│ │ ├── UTF16_Encoding_Converter.inl
│ │ ├── UTF32_Encoding_Converter.h
│ │ ├── UTF8_Encoding_Converter.h
│ │ ├── UUID.h
│ │ ├── UUID.inl
│ │ ├── Unbounded_Queue.h
│ │ ├── Unbounded_Queue.inl
│ │ ├── Unbounded_Set.h
│ │ ├── Unbounded_Set.inl
│ │ ├── Unbounded_Set_Ex.h
│ │ ├── Unbounded_Set_Ex.inl
│ │ ├── Value_Ptr.h
│ │ ├── Vector_T.h
│ │ ├── Vector_T.inl
│ │ ├── Version.h
│ │ ├── Versioned_Namespace.h
│ │ ├── WFMO_Reactor.h
│ │ ├── WFMO_Reactor.inl
│ │ ├── WIN32_Asynch_IO.h
│ │ ├── WIN32_Proactor.h
│ │ ├── XML_Svc_Conf.h
│ │ ├── XTI_ATM_Mcast.h
│ │ ├── XTI_ATM_Mcast.inl
│ │ ├── ace_wchar.h
│ │ ├── ace_wchar.inl
│ │ ├── checked_iterator.h
│ │ ├── config-WinCE.h
│ │ ├── config-aix-5.x.h
│ │ ├── config-aix-7.h
│ │ ├── config-all.h
│ │ ├── config-android.h
│ │ ├── config-cygwin32.h
│ │ ├── config-freebsd.h
│ │ ├── config-g++-common.h
│ │ ├── config-hpux-11.00.h
│ │ ├── config-icc-common.h
│ │ ├── config-integritySCA.h
│ │ ├── config-kfreebsd.h
│ │ ├── config-linux.h
│ │ ├── config-lite.h
│ │ ├── config-lynxos.h
│ │ ├── config-macosx-iOS-hardware.h
│ │ ├── config-macosx-iOS-simulator.h
│ │ ├── config-macosx-leopard.h
│ │ ├── config-macosx-lion.h
│ │ ├── config-macosx-mountainlion.h
│ │ ├── config-macosx-panther.h
│ │ ├── config-macosx-snowleopard.h
│ │ ├── config-macosx-tiger.h
│ │ ├── config-macosx.h
│ │ ├── config-macros.h
│ │ ├── config-netbsd.h
│ │ ├── config-openbsd.h
│ │ ├── config-openvms.h
│ │ ├── config-pharlap.h
│ │ ├── config-posix-nonetworking.h
│ │ ├── config-posix.h
│ │ ├── config-qnx.h
│ │ ├── config-rtems.h
│ │ ├── config-suncc-common.h
│ │ ├── config-sunos5.10.h
│ │ ├── config-sunos5.11.h
│ │ ├── config-sunos5.4-g++.h
│ │ ├── config-sunos5.4-sunc++-4.x.h
│ │ ├── config-sunos5.5.h
│ │ ├── config-sunos5.6.h
│ │ ├── config-sunos5.7.h
│ │ ├── config-sunos5.8.h
│ │ ├── config-sunos5.9.h
│ │ ├── config-vxworks.h
│ │ ├── config-vxworks6.4.h
│ │ ├── config-vxworks6.5.h
│ │ ├── config-vxworks6.6.h
│ │ ├── config-vxworks6.7.h
│ │ ├── config-vxworks6.8.h
│ │ ├── config-vxworks6.9.h
│ │ ├── config-win32-borland.h
│ │ ├── config-win32-cegcc.h
│ │ ├── config-win32-common.h
│ │ ├── config-win32-dmc.h
│ │ ├── config-win32-interix.h
│ │ ├── config-win32-mingw.h
│ │ ├── config-win32-mingw64.h
│ │ ├── config-win32-msvc-10.h
│ │ ├── config-win32-msvc-7.h
│ │ ├── config-win32-msvc-8.h
│ │ ├── config-win32-msvc-9.h
│ │ ├── config-win32-msvc.h
│ │ ├── config-win32.h
│ │ ├── config-windows.h
│ │ ├── config.h
│ │ ├── iosfwd.h
│ │ ├── os_include
│ │ │ ├── arpa
│ │ │ │ └── os_inet.h
│ │ │ ├── net
│ │ │ │ └── os_if.h
│ │ │ ├── netinet
│ │ │ │ ├── os_in.h
│ │ │ │ └── os_tcp.h
│ │ │ ├── os_aio.h
│ │ │ ├── os_assert.h
│ │ │ ├── os_byteswap.h
│ │ │ ├── os_complex.h
│ │ │ ├── os_cpio.h
│ │ │ ├── os_ctype.h
│ │ │ ├── os_dirent.h
│ │ │ ├── os_dlfcn.h
│ │ │ ├── os_errno.h
│ │ │ ├── os_fcntl.h
│ │ │ ├── os_fenv.h
│ │ │ ├── os_float.h
│ │ │ ├── os_fmtmsg.h
│ │ │ ├── os_fnmatch.h
│ │ │ ├── os_ftw.h
│ │ │ ├── os_glob.h
│ │ │ ├── os_grp.h
│ │ │ ├── os_iconv.h
│ │ │ ├── os_ifaddrs.h
│ │ │ ├── os_intrin.h
│ │ │ ├── os_inttypes.h
│ │ │ ├── os_iso646.h
│ │ │ ├── os_kstat.h
│ │ │ ├── os_langinfo.h
│ │ │ ├── os_libgen.h
│ │ │ ├── os_limits.h
│ │ │ ├── os_local.h
│ │ │ ├── os_math.h
│ │ │ ├── os_monetary.h
│ │ │ ├── os_mqueue.h
│ │ │ ├── os_ndbm.h
│ │ │ ├── os_netdb.h
│ │ │ ├── os_nl_types.h
│ │ │ ├── os_pdh.h
│ │ │ ├── os_pdhmsg.h
│ │ │ ├── os_poll.h
│ │ │ ├── os_pthread.h
│ │ │ ├── os_pwd.h
│ │ │ ├── os_regex.h
│ │ │ ├── os_sched.h
│ │ │ ├── os_search.h
│ │ │ ├── os_semaphore.h
│ │ │ ├── os_setjmp.h
│ │ │ ├── os_signal.h
│ │ │ ├── os_spawn.h
│ │ │ ├── os_stdarg.h
│ │ │ ├── os_stdbool.h
│ │ │ ├── os_stddef.h
│ │ │ ├── os_stdint.h
│ │ │ ├── os_stdio.h
│ │ │ ├── os_stdlib.h
│ │ │ ├── os_string.h
│ │ │ ├── os_strings.h
│ │ │ ├── os_stropts.h
│ │ │ ├── os_syslog.h
│ │ │ ├── os_tar.h
│ │ │ ├── os_termios.h
│ │ │ ├── os_tgmath.h
│ │ │ ├── os_time.h
│ │ │ ├── os_trace.h
│ │ │ ├── os_typeinfo.h
│ │ │ ├── os_ucontext.h
│ │ │ ├── os_ulimit.h
│ │ │ ├── os_unistd.h
│ │ │ ├── os_utime.h
│ │ │ ├── os_utmpx.h
│ │ │ ├── os_wchar.h
│ │ │ ├── os_wctype.h
│ │ │ ├── os_wordexp.h
│ │ │ └── sys
│ │ │ ├── os_ipc.h
│ │ │ ├── os_loadavg.h
│ │ │ ├── os_mman.h
│ │ │ ├── os_msg.h
│ │ │ ├── os_pstat.h
│ │ │ ├── os_resource.h
│ │ │ ├── os_select.h
│ │ │ ├── os_sem.h
│ │ │ ├── os_shm.h
│ │ │ ├── os_socket.h
│ │ │ ├── os_stat.h
│ │ │ ├── os_statvfs.h
│ │ │ ├── os_sysctl.h
│ │ │ ├── os_sysinfo.h
│ │ │ ├── os_time.h
│ │ │ ├── os_timeb.h
│ │ │ ├── os_times.h
│ │ │ ├── os_types.h
│ │ │ ├── os_uio.h
│ │ │ ├── os_un.h
│ │ │ ├── os_utsname.h
│ │ │ └── os_wait.h
│ │ ├── post.h
│ │ ├── pre.h
│ │ ├── streams.h
│ │ └── svc_export.h
│ ├── 03短报文协议(扩展)
│ │ ├── NetAssist.exe
│ │ ├── 短报文格式_扩展功能_20150506_第三版本.doc
│ │ ├── 短报文格式_扩展功能_操作实例_20150506_第三版本.doc
│ │ └── 刷卡记录说明.xls
│ ├── 04其他特殊功能
│ │ ├── 02短报文协议DEMO[短报文通信密码加1024字节指令]-20151102
│ │ │ ├── 02短报文协议DEMO[短报文通信密码加1024字节指令]-20151102
│ │ │ │ ├── C#
│ │ │ │ │ └── WGController32_CSharp
│ │ │ │ │ ├── App.config
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ ├── WGController32_CSharp.csproj
│ │ │ │ │ ├── WGController32_CSharp.csproj.user
│ │ │ │ │ ├── WGController32_CSharp.sln
│ │ │ │ │ ├── WGController32_CSharp.suo
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Release
│ │ │ │ │ │ ├── WGController32_CSharp-加密的处理过程.exe
│ │ │ │ │ │ ├── WGController32_CSharp.exe
│ │ │ │ │ │ ├── WGController32_CSharp.pdb
│ │ │ │ │ │ ├── WGController32_CSharp.vshost.exe
│ │ │ │ │ │ ├── WGController32_CSharp.vshost.exe.manifest
│ │ │ │ │ │ ├── n3kAdrtC.dll
│ │ │ │ │ │ ├── n3kWGCom.dll
│ │ │ │ │ │ └── n3kWGCom.lib
│ │ │ │ │ └── obj
│ │ │ │ │ └── x86
│ │ │ │ │ └── Release
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── WGController32_CSharp.Form1.resources
│ │ │ │ │ ├── WGController32_CSharp.Properties.Resources.resources
│ │ │ │ │ ├── WGController32_CSharp.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── WGController32_CSharp.csproj.GenerateResource.Cache
│ │ │ │ │ ├── WGController32_CSharp.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── WGController32_CSharp.exe
│ │ │ │ │ └── WGController32_CSharp.pdb
│ │ │ │ ├── DELPHI
│ │ │ │ │ └── WGController32_Delphi
│ │ │ │ │ ├── WGBasicDelphiTest.dcu
│ │ │ │ │ ├── WGBasicDelphiTest.ddp
│ │ │ │ │ ├── WGBasicDelphiTest.dfm
│ │ │ │ │ ├── WGBasicDelphiTest.pas
│ │ │ │ │ ├── WGBasicDelphiTest.~ddp
│ │ │ │ │ ├── WGBasicDelphiTest.~dfm
│ │ │ │ │ ├── WGBasicDelphiTest.~pas
│ │ │ │ │ ├── WGBasicDelphiTestPrj.cfg
│ │ │ │ │ ├── WGBasicDelphiTestPrj.dof
│ │ │ │ │ ├── WGBasicDelphiTestPrj.dpr
│ │ │ │ │ ├── WGBasicDelphiTestPrj.exe
│ │ │ │ │ ├── WGBasicDelphiTestPrj.res
│ │ │ │ │ ├── WGPacketShort.dcu
│ │ │ │ │ ├── WGPacketShort.pas
│ │ │ │ │ ├── WGPacketShort.~pas
│ │ │ │ │ └── n3kWGCom.dll
│ │ │ │ ├── IPCon2015_V2.17.exe
│ │ │ │ ├── VB.NET
│ │ │ │ │ └── WGController32_VB.NET
│ │ │ │ │ ├── App.config
│ │ │ │ │ ├── Form1.Designer.vb
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Form1.vb
│ │ │ │ │ ├── My Project
│ │ │ │ │ │ ├── Application.Designer.vb
│ │ │ │ │ │ ├── Application.myapp
│ │ │ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ │ │ ├── Resources.Designer.vb
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.vb
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ ├── WGController32_VB.NET.sln
│ │ │ │ │ ├── WGController32_VB.NET.suo
│ │ │ │ │ ├── WGController32_VB.NET.vbproj
│ │ │ │ │ ├── WGController32_VB.NET.vbproj.user
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Release
│ │ │ │ │ │ ├── WGController32_VB.NET.exe
│ │ │ │ │ │ ├── WGController32_VB.NET.pdb
│ │ │ │ │ │ ├── WGController32_VB.NET.vshost.exe
│ │ │ │ │ │ ├── WGController32_VB.NET.vshost.exe.manifest
│ │ │ │ │ │ ├── WGController32_VB.NET.xml
│ │ │ │ │ │ ├── n3kAdrtC.dll
│ │ │ │ │ │ ├── n3kAdrtC.xml
│ │ │ │ │ │ └── n3kWGCom.dll
│ │ │ │ │ └── obj
│ │ │ │ │ └── x86
│ │ │ │ │ └── Release
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── My Project.Resources.Designer.vb.dll
│ │ │ │ │ ├── WGController32_VB.NET.Form1.resources
│ │ │ │ │ ├── WGController32_VB.NET.Resources.resources
│ │ │ │ │ ├── WGController32_VB.NET.exe
│ │ │ │ │ ├── WGController32_VB.NET.pdb
│ │ │ │ │ ├── WGController32_VB.NET.vbproj.FileListAbsolute.txt
│ │ │ │ │ ├── WGController32_VB.NET.vbproj.GenerateResource.Cache
│ │ │ │ │ ├── WGController32_VB.NET.vbprojResolveAssemblyReference.cache
│ │ │ │ │ └── WGController32_VB.NET.xml
│ │ │ │ ├── VB6.0
│ │ │ │ │ └── WGController32_VB60
│ │ │ │ │ ├── MSWINSCK.oca
│ │ │ │ │ ├── Mswinsck.ocx
│ │ │ │ │ ├── WGBasicTestHeadVB.bas
│ │ │ │ │ ├── WGBasicTestVB.exe
│ │ │ │ │ ├── WGBasicTestVB.frm
│ │ │ │ │ ├── WGBasicTestVB.log
│ │ │ │ │ ├── WGBasicTestVB.vbp
│ │ │ │ │ ├── WGBasicTestVB.vbw
│ │ │ │ │ ├── n3kWGCom.dll
│ │ │ │ │ ├── n3kWGCom.lib
│ │ │ │ │ └── ocx
│ │ │ │ │ └── Mswinsck.ocx
│ │ │ │ └── VC
│ │ │ │ └── WGController32_VC
│ │ │ │ ├── ACE.dll
│ │ │ │ ├── ACE.lib
│ │ │ │ ├── ACEd.dll
│ │ │ │ ├── ACEd.lib
│ │ │ │ ├── Release
│ │ │ │ │ └── WGBasicTest
│ │ │ │ │ └── I386
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── WGBasicTest.exe.intermediate.manifest
│ │ │ │ │ ├── WGBasicTest.log
│ │ │ │ │ ├── WGBasicTest.obj
│ │ │ │ │ ├── WGBasicTest.vcxprojResolveAssemblyReference.cache
│ │ │ │ │ ├── WGComm_Test.lastbuildstate
│ │ │ │ │ ├── WGComm_Test.write.1.tlog
│ │ │ │ │ ├── cl.command.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ ├── mt.command.1.tlog
│ │ │ │ │ ├── mt.read.1.tlog
│ │ │ │ │ ├── mt.write.1.tlog
│ │ │ │ │ └── vc100.pdb
│ │ │ │ ├── WGBasicTest.cpp
│ │ │ │ ├── WGBasicTest.exe
│ │ │ │ ├── WGBasicTest.pdb
│ │ │ │ ├── WGBasicTest.sdf
│ │ │ │ ├── WGBasicTest.sln
│ │ │ │ ├── WGBasicTest.suo
│ │ │ │ ├── WGBasicTest.vcxproj
│ │ │ │ ├── WGBasicTest.vcxproj.filters
│ │ │ │ ├── WGBasicTest.vcxproj.user
│ │ │ │ ├── ace
│ │ │ │ │ ├── ACE.h
│ │ │ │ │ ├── ACE.inl
│ │ │ │ │ ├── ACE_export.h
│ │ │ │ │ ├── ARGV.h
│ │ │ │ │ ├── ARGV.inl
│ │ │ │ │ ├── ATM_Acceptor.h
│ │ │ │ │ ├── ATM_Acceptor.inl
│ │ │ │ │ ├── ATM_Addr.h
│ │ │ │ │ ├── ATM_Addr.inl
│ │ │ │ │ ├── ATM_Connector.h
│ │ │ │ │ ├── ATM_Connector.inl
│ │ │ │ │ ├── ATM_Params.h
│ │ │ │ │ ├── ATM_Params.inl
│ │ │ │ │ ├── ATM_QoS.h
│ │ │ │ │ ├── ATM_QoS.inl
│ │ │ │ │ ├── ATM_Stream.h
│ │ │ │ │ ├── ATM_Stream.inl
│ │ │ │ │ ├── Abstract_Timer_Queue.h
│ │ │ │ │ ├── Acceptor.h
│ │ │ │ │ ├── Activation_Queue.h
│ │ │ │ │ ├── Activation_Queue.inl
│ │ │ │ │ ├── Active_Map_Manager.h
│ │ │ │ │ ├── Active_Map_Manager.inl
│ │ │ │ │ ├── Active_Map_Manager_T.h
│ │ │ │ │ ├── Active_Map_Manager_T.inl
│ │ │ │ │ ├── Addr.h
│ │ │ │ │ ├── Addr.inl
│ │ │ │ │ ├── Arg_Shifter.h
│ │ │ │ │ ├── Argv_Type_Converter.h
│ │ │ │ │ ├── Argv_Type_Converter.inl
│ │ │ │ │ ├── Array_Base.h
│ │ │ │ │ ├── Array_Base.inl
│ │ │ │ │ ├── Array_Map.h
│ │ │ │ │ ├── Array_Map.inl
│ │ │ │ │ ├── Assert.h
│ │ │ │ │ ├── Asynch_Acceptor.h
│ │ │ │ │ ├── Asynch_Connector.h
│ │ │ │ │ ├── Asynch_IO.h
│ │ │ │ │ ├── Asynch_IO_Impl.h
│ │ │ │ │ ├── Asynch_IO_Impl.inl
│ │ │ │ │ ├── Asynch_Pseudo_Task.h
│ │ │ │ │ ├── Atomic_Op.h
│ │ │ │ │ ├── Atomic_Op.inl
│ │ │ │ │ ├── Atomic_Op_GCC_T.h
│ │ │ │ │ ├── Atomic_Op_GCC_T.inl
│ │ │ │ │ ├── Atomic_Op_Sparc.h
│ │ │ │ │ ├── Atomic_Op_T.h
│ │ │ │ │ ├── Atomic_Op_T.inl
│ │ │ │ │ ├── Auto_Event.h
│ │ │ │ │ ├── Auto_Event.inl
│ │ │ │ │ ├── Auto_Functor.h
│ │ │ │ │ ├── Auto_Functor.inl
│ │ │ │ │ ├── Auto_IncDec_T.h
│ │ │ │ │ ├── Auto_IncDec_T.inl
│ │ │ │ │ ├── Auto_Ptr.h
│ │ │ │ │ ├── Auto_Ptr.inl
│ │ │ │ │ ├── Barrier.h
│ │ │ │ │ ├── Barrier.inl
│ │ │ │ │ ├── Base_Thread_Adapter.h
│ │ │ │ │ ├── Base_Thread_Adapter.inl
│ │ │ │ │ ├── Based_Pointer_Repository.h
│ │ │ │ │ ├── Based_Pointer_T.h
│ │ │ │ │ ├── Based_Pointer_T.inl
│ │ │ │ │ ├── Basic_Stats.h
│ │ │ │ │ ├── Basic_Stats.inl
│ │ │ │ │ ├── Basic_Types.h
│ │ │ │ │ ├── Bound_Ptr.h
│ │ │ │ │ ├── Bound_Ptr.inl
│ │ │ │ │ ├── CDR_Base.h
│ │ │ │ │ ├── CDR_Base.inl
│ │ │ │ │ ├── CDR_Size.h
│ │ │ │ │ ├── CDR_Size.inl
│ │ │ │ │ ├── CDR_Stream.h
│ │ │ │ │ ├── CDR_Stream.inl
│ │ │ │ │ ├── CE_Screen_Output.h
│ │ │ │ │ ├── CORBA_macros.h
│ │ │ │ │ ├── Cache_Map_Manager_T.h
│ │ │ │ │ ├── Cache_Map_Manager_T.inl
│ │ │ │ │ ├── Cached_Connect_Strategy_T.h
│ │ │ │ │ ├── Caching_Strategies_T.h
│ │ │ │ │ ├── Caching_Strategies_T.inl
│ │ │ │ │ ├── Caching_Utility_T.h
│ │ │ │ │ ├── Capabilities.h
│ │ │ │ │ ├── Capabilities.inl
│ │ │ │ │ ├── Cleanup.h
│ │ │ │ │ ├── Cleanup.inl
│ │ │ │ │ ├── Cleanup_Strategies_T.h
│ │ │ │ │ ├── Codecs.h
│ │ │ │ │ ├── Codeset_IBM1047.h
│ │ │ │ │ ├── Codeset_Registry.h
│ │ │ │ │ ├── Codeset_Registry.inl
│ │ │ │ │ ├── Codeset_Symbols.h
│ │ │ │ │ ├── Condition_Attributes.h
│ │ │ │ │ ├── Condition_Attributes.inl
│ │ │ │ │ ├── Condition_Recursive_Thread_Mutex.h
│ │ │ │ │ ├── Condition_T.h
│ │ │ │ │ ├── Condition_T.inl
│ │ │ │ │ ├── Condition_Thread_Mutex.h
│ │ │ │ │ ├── Condition_Thread_Mutex.inl
│ │ │ │ │ ├── Configuration.h
│ │ │ │ │ ├── Configuration.inl
│ │ │ │ │ ├── Configuration_Import_Export.h
│ │ │ │ │ ├── Connection_Recycling_Strategy.h
│ │ │ │ │ ├── Connector.h
│ │ │ │ │ ├── Containers.h
│ │ │ │ │ ├── Containers.inl
│ │ │ │ │ ├── Containers_T.h
│ │ │ │ │ ├── Containers_T.inl
│ │ │ │ │ ├── Copy_Disabled.h
│ │ │ │ │ ├── Countdown_Time.h
│ │ │ │ │ ├── Countdown_Time_T.h
│ │ │ │ │ ├── Countdown_Time_T.inl
│ │ │ │ │ ├── DEV.h
│ │ │ │ │ ├── DEV.inl
│ │ │ │ │ ├── DEV_Addr.h
│ │ │ │ │ ├── DEV_Addr.inl
│ │ │ │ │ ├── DEV_Connector.h
│ │ │ │ │ ├── DEV_Connector.inl
│ │ │ │ │ ├── DEV_IO.h
│ │ │ │ │ ├── DEV_IO.inl
│ │ │ │ │ ├── DLL.h
│ │ │ │ │ ├── DLL_Manager.h
│ │ │ │ │ ├── Date_Time.h
│ │ │ │ │ ├── Date_Time.inl
│ │ │ │ │ ├── Default_Constants.h
│ │ │ │ │ ├── Dev_Poll_Reactor.h
│ │ │ │ │ ├── Dev_Poll_Reactor.inl
│ │ │ │ │ ├── Dirent.h
│ │ │ │ │ ├── Dirent.inl
│ │ │ │ │ ├── Dirent_Selector.h
│ │ │ │ │ ├── Dirent_Selector.inl
│ │ │ │ │ ├── Dump.h
│ │ │ │ │ ├── Dump_T.h
│ │ │ │ │ ├── Dynamic.h
│ │ │ │ │ ├── Dynamic.inl
│ │ │ │ │ ├── Dynamic_Message_Strategy.h
│ │ │ │ │ ├── Dynamic_Message_Strategy.inl
│ │ │ │ │ ├── Dynamic_Service.h
│ │ │ │ │ ├── Dynamic_Service.inl
│ │ │ │ │ ├── Dynamic_Service_Base.h
│ │ │ │ │ ├── Dynamic_Service_Dependency.h
│ │ │ │ │ ├── Encoding_Converter.h
│ │ │ │ │ ├── Encoding_Converter_Factory.h
│ │ │ │ │ ├── Env_Value_T.h
│ │ │ │ │ ├── Env_Value_T.inl
│ │ │ │ │ ├── Event.h
│ │ │ │ │ ├── Event.inl
│ │ │ │ │ ├── Event_Base.h
│ │ │ │ │ ├── Event_Base.inl
│ │ │ │ │ ├── Event_Handler.h
│ │ │ │ │ ├── Event_Handler.inl
│ │ │ │ │ ├── Event_Handler_Handle_Timeout_Upcall.h
│ │ │ │ │ ├── Event_Handler_Handle_Timeout_Upcall.inl
│ │ │ │ │ ├── Event_Handler_T.h
│ │ │ │ │ ├── Event_Handler_T.inl
│ │ │ │ │ ├── FIFO.h
│ │ │ │ │ ├── FIFO.inl
│ │ │ │ │ ├── FIFO_Recv.h
│ │ │ │ │ ├── FIFO_Recv.inl
│ │ │ │ │ ├── FIFO_Recv_Msg.h
│ │ │ │ │ ├── FIFO_Recv_Msg.inl
│ │ │ │ │ ├── FIFO_Send.h
│ │ │ │ │ ├── FIFO_Send.inl
│ │ │ │ │ ├── FIFO_Send_Msg.h
│ │ │ │ │ ├── FIFO_Send_Msg.inl
│ │ │ │ │ ├── FILE.h
│ │ │ │ │ ├── FILE.inl
│ │ │ │ │ ├── FILE_Addr.h
│ │ │ │ │ ├── FILE_Addr.inl
│ │ │ │ │ ├── FILE_Connector.h
│ │ │ │ │ ├── FILE_Connector.inl
│ │ │ │ │ ├── FILE_IO.h
│ │ │ │ │ ├── FILE_IO.inl
│ │ │ │ │ ├── File_Lock.h
│ │ │ │ │ ├── File_Lock.inl
│ │ │ │ │ ├── Filecache.h
│ │ │ │ │ ├── Flag_Manip.h
│ │ │ │ │ ├── Flag_Manip.inl
│ │ │ │ │ ├── Framework_Component.h
│ │ │ │ │ ├── Framework_Component.inl
│ │ │ │ │ ├── Framework_Component_T.h
│ │ │ │ │ ├── Free_List.h
│ │ │ │ │ ├── Functor.h
│ │ │ │ │ ├── Functor.inl
│ │ │ │ │ ├── Functor_String.h
│ │ │ │ │ ├── Functor_String.inl
│ │ │ │ │ ├── Functor_T.h
│ │ │ │ │ ├── Functor_T.inl
│ │ │ │ │ ├── Future.h
│ │ │ │ │ ├── Future_Set.h
│ │ │ │ │ ├── Get_Opt.h
│ │ │ │ │ ├── Get_Opt.inl
│ │ │ │ │ ├── Global_Macros.h
│ │ │ │ │ ├── Guard_T.h
│ │ │ │ │ ├── Guard_T.inl
│ │ │ │ │ ├── Handle_Gobbler.h
│ │ │ │ │ ├── Handle_Gobbler.inl
│ │ │ │ │ ├── Handle_Ops.h
│ │ │ │ │ ├── Handle_Set.h
│ │ │ │ │ ├── Handle_Set.inl
│ │ │ │ │ ├── Hash_Cache_Map_Manager_T.h
│ │ │ │ │ ├── Hash_Cache_Map_Manager_T.inl
│ │ │ │ │ ├── Hash_Map_Manager.h
│ │ │ │ │ ├── Hash_Map_Manager_T.h
│ │ │ │ │ ├── Hash_Map_Manager_T.inl
│ │ │ │ │ ├── Hash_Map_With_Allocator_T.h
│ │ │ │ │ ├── Hash_Map_With_Allocator_T.inl
│ │ │ │ │ ├── Hash_Multi_Map_Manager_T.h
│ │ │ │ │ ├── Hash_Multi_Map_Manager_T.inl
│ │ │ │ │ ├── Hashable.h
│ │ │ │ │ ├── Hashable.inl
│ │ │ │ │ ├── High_Res_Timer.h
│ │ │ │ │ ├── High_Res_Timer.inl
│ │ │ │ │ ├── ICMP_Socket.h
│ │ │ │ │ ├── INET_Addr.h
│ │ │ │ │ ├── INET_Addr.inl
│ │ │ │ │ ├── IOStream.h
│ │ │ │ │ ├── IOStream_T.h
│ │ │ │ │ ├── IOStream_T.inl
│ │ │ │ │ ├── IO_Cntl_Msg.h
│ │ │ │ │ ├── IO_Cntl_Msg.inl
│ │ │ │ │ ├── IO_SAP.h
│ │ │ │ │ ├── IO_SAP.inl
│ │ │ │ │ ├── IPC_SAP.h
│ │ │ │ │ ├── IPC_SAP.inl
│ │ │ │ │ ├── If_Then_Else.h
│ │ │ │ │ ├── Init_ACE.h
│ │ │ │ │ ├── Intrusive_Auto_Ptr.h
│ │ │ │ │ ├── Intrusive_Auto_Ptr.inl
│ │ │ │ │ ├── Intrusive_List.cpp
│ │ │ │ │ ├── Intrusive_List.h
│ │ │ │ │ ├── Intrusive_List.inl
│ │ │ │ │ ├── Intrusive_List_Node.cpp
│ │ │ │ │ ├── Intrusive_List_Node.h
│ │ │ │ │ ├── Intrusive_List_Node.inl
│ │ │ │ │ ├── LOCK_SOCK_Acceptor.h
│ │ │ │ │ ├── LSOCK.h
│ │ │ │ │ ├── LSOCK.inl
│ │ │ │ │ ├── LSOCK_Acceptor.h
│ │ │ │ │ ├── LSOCK_CODgram.h
│ │ │ │ │ ├── LSOCK_CODgram.inl
│ │ │ │ │ ├── LSOCK_Connector.h
│ │ │ │ │ ├── LSOCK_Connector.inl
│ │ │ │ │ ├── LSOCK_Dgram.h
│ │ │ │ │ ├── LSOCK_Dgram.inl
│ │ │ │ │ ├── LSOCK_Stream.h
│ │ │ │ │ ├── LSOCK_Stream.inl
│ │ │ │ │ ├── Lib_Find.h
│ │ │ │ │ ├── Local_Memory_Pool.h
│ │ │ │ │ ├── Local_Name_Space.h
│ │ │ │ │ ├── Local_Name_Space_T.h
│ │ │ │ │ ├── Local_Tokens.h
│ │ │ │ │ ├── Local_Tokens.inl
│ │ │ │ │ ├── Lock.h
│ │ │ │ │ ├── Lock.inl
│ │ │ │ │ ├── Lock_Adapter_T.h
│ │ │ │ │ ├── Lock_Adapter_T.inl
│ │ │ │ │ ├── Log_Category.h
│ │ │ │ │ ├── Log_Category.inl
│ │ │ │ │ ├── Log_Msg.h
│ │ │ │ │ ├── Log_Msg.inl
│ │ │ │ │ ├── Log_Msg_Backend.h
│ │ │ │ │ ├── Log_Msg_Callback.h
│ │ │ │ │ ├── Log_Msg_IPC.h
│ │ │ │ │ ├── Log_Msg_NT_Event_Log.h
│ │ │ │ │ ├── Log_Msg_UNIX_Syslog.h
│ │ │ │ │ ├── Log_Priority.h
│ │ │ │ │ ├── Log_Record.h
│ │ │ │ │ ├── Log_Record.inl
│ │ │ │ │ ├── Logging_Strategy.h
│ │ │ │ │ ├── MEM_Acceptor.h
│ │ │ │ │ ├── MEM_Acceptor.inl
│ │ │ │ │ ├── MEM_Addr.h
│ │ │ │ │ ├── MEM_Addr.inl
│ │ │ │ │ ├── MEM_Connector.h
│ │ │ │ │ ├── MEM_Connector.inl
│ │ │ │ │ ├── MEM_IO.h
│ │ │ │ │ ├── MEM_IO.inl
│ │ │ │ │ ├── MEM_SAP.h
│ │ │ │ │ ├── MEM_SAP.inl
│ │ │ │ │ ├── MEM_Stream.h
│ │ │ │ │ ├── MEM_Stream.inl
│ │ │ │ │ ├── MMAP_Memory_Pool.h
│ │ │ │ │ ├── MMAP_Memory_Pool.inl
│ │ │ │ │ ├── Malloc.h
│ │ │ │ │ ├── Malloc.inl
│ │ │ │ │ ├── Malloc_Allocator.h
│ │ │ │ │ ├── Malloc_Allocator.inl
│ │ │ │ │ ├── Malloc_Base.h
│ │ │ │ │ ├── Malloc_T.h
│ │ │ │ │ ├── Malloc_T.inl
│ │ │ │ │ ├── Managed_Object.h
│ │ │ │ │ ├── Managed_Object.inl
│ │ │ │ │ ├── Manual_Event.h
│ │ │ │ │ ├── Manual_Event.inl
│ │ │ │ │ ├── Map_Manager.h
│ │ │ │ │ ├── Map_Manager.inl
│ │ │ │ │ ├── Map_T.h
│ │ │ │ │ ├── Map_T.inl
│ │ │ │ │ ├── Mem_Map.h
│ │ │ │ │ ├── Mem_Map.inl
│ │ │ │ │ ├── Memory_Pool.h
│ │ │ │ │ ├── Message_Block.h
│ │ │ │ │ ├── Message_Block.inl
│ │ │ │ │ ├── Message_Block_T.h
│ │ │ │ │ ├── Message_Block_T.inl
│ │ │ │ │ ├── Message_Queue.h
│ │ │ │ │ ├── Message_Queue.inl
│ │ │ │ │ ├── Message_Queue_NT.h
│ │ │ │ │ ├── Message_Queue_NT.inl
│ │ │ │ │ ├── Message_Queue_T.h
│ │ │ │ │ ├── Message_Queue_Vx.h
│ │ │ │ │ ├── Message_Queue_Vx.inl
│ │ │ │ │ ├── Method_Request.h
│ │ │ │ │ ├── Metrics_Cache.h
│ │ │ │ │ ├── Metrics_Cache_T.h
│ │ │ │ │ ├── Metrics_Cache_T.inl
│ │ │ │ │ ├── Min_Max.h
│ │ │ │ │ ├── Module.h
│ │ │ │ │ ├── Module.inl
│ │ │ │ │ ├── Monitor_Admin.h
│ │ │ │ │ ├── Monitor_Admin_Manager.h
│ │ │ │ │ ├── Monitor_Base.h
│ │ │ │ │ ├── Monitor_Base.inl
│ │ │ │ │ ├── Monitor_Control_Action.h
│ │ │ │ │ ├── Monitor_Control_Types.h
│ │ │ │ │ ├── Monitor_Point_Registry.h
│ │ │ │ │ ├── Monitor_Size.h
│ │ │ │ │ ├── Monotonic_Time_Policy.h
│ │ │ │ │ ├── Monotonic_Time_Policy.inl
│ │ │ │ │ ├── Msg_WFMO_Reactor.h
│ │ │ │ │ ├── Msg_WFMO_Reactor.inl
│ │ │ │ │ ├── Multihomed_INET_Addr.h
│ │ │ │ │ ├── Multihomed_INET_Addr.inl
│ │ │ │ │ ├── Mutex.h
│ │ │ │ │ ├── Mutex.inl
│ │ │ │ │ ├── NT_Service.h
│ │ │ │ │ ├── NT_Service.inl
│ │ │ │ │ ├── Name_Proxy.h
│ │ │ │ │ ├── Name_Request_Reply.h
│ │ │ │ │ ├── Name_Space.h
│ │ │ │ │ ├── Naming_Context.h
│ │ │ │ │ ├── Naming_Context.inl
│ │ │ │ │ ├── Netlink_Addr.h
│ │ │ │ │ ├── Netlink_Addr.inl
│ │ │ │ │ ├── Node.h
│ │ │ │ │ ├── Notification_Queue.h
│ │ │ │ │ ├── Notification_Queue.inl
│ │ │ │ │ ├── Notification_Strategy.h
│ │ │ │ │ ├── Notification_Strategy.inl
│ │ │ │ │ ├── Null_Barrier.h
│ │ │ │ │ ├── Null_Condition.h
│ │ │ │ │ ├── Null_Mutex.h
│ │ │ │ │ ├── Null_Semaphore.h
│ │ │ │ │ ├── Numeric_Limits.h
│ │ │ │ │ ├── OS.h
│ │ │ │ │ ├── OS_Errno.h
│ │ │ │ │ ├── OS_Errno.inl
│ │ │ │ │ ├── OS_Log_Msg_Attributes.h
│ │ │ │ │ ├── OS_Log_Msg_Attributes.inl
│ │ │ │ │ ├── OS_Memory.h
│ │ │ │ │ ├── OS_NS_Thread.h
│ │ │ │ │ ├── OS_NS_Thread.inl
│ │ │ │ │ ├── OS_NS_arpa_inet.h
│ │ │ │ │ ├── OS_NS_arpa_inet.inl
│ │ │ │ │ ├── OS_NS_ctype.h
│ │ │ │ │ ├── OS_NS_ctype.inl
│ │ │ │ │ ├── OS_NS_dirent.h
│ │ │ │ │ ├── OS_NS_dirent.inl
│ │ │ │ │ ├── OS_NS_dlfcn.h
│ │ │ │ │ ├── OS_NS_dlfcn.inl
│ │ │ │ │ ├── OS_NS_errno.h
│ │ │ │ │ ├── OS_NS_errno.inl
│ │ │ │ │ ├── OS_NS_fcntl.h
│ │ │ │ │ ├── OS_NS_fcntl.inl
│ │ │ │ │ ├── OS_NS_macros.h
│ │ │ │ │ ├── OS_NS_math.h
│ │ │ │ │ ├── OS_NS_math.inl
│ │ │ │ │ ├── OS_NS_netdb.h
│ │ │ │ │ ├── OS_NS_netdb.inl
│ │ │ │ │ ├── OS_NS_poll.h
│ │ │ │ │ ├── OS_NS_poll.inl
│ │ │ │ │ ├── OS_NS_pwd.h
│ │ │ │ │ ├── OS_NS_pwd.inl
│ │ │ │ │ ├── OS_NS_regex.h
│ │ │ │ │ ├── OS_NS_regex.inl
│ │ │ │ │ ├── OS_NS_signal.h
│ │ │ │ │ ├── OS_NS_signal.inl
│ │ │ │ │ ├── OS_NS_stdio.h
│ │ │ │ │ ├── OS_NS_stdio.inl
│ │ │ │ │ ├── OS_NS_stdlib.h
│ │ │ │ │ ├── OS_NS_stdlib.inl
│ │ │ │ │ ├── OS_NS_string.h
│ │ │ │ │ ├── OS_NS_string.inl
│ │ │ │ │ ├── OS_NS_strings.h
│ │ │ │ │ ├── OS_NS_strings.inl
│ │ │ │ │ ├── OS_NS_stropts.h
│ │ │ │ │ ├── OS_NS_stropts.inl
│ │ │ │ │ ├── OS_NS_sys_mman.h
│ │ │ │ │ ├── OS_NS_sys_mman.inl
│ │ │ │ │ ├── OS_NS_sys_msg.h
│ │ │ │ │ ├── OS_NS_sys_msg.inl
│ │ │ │ │ ├── OS_NS_sys_resource.h
│ │ │ │ │ ├── OS_NS_sys_resource.inl
│ │ │ │ │ ├── OS_NS_sys_select.h
│ │ │ │ │ ├── OS_NS_sys_select.inl
│ │ │ │ │ ├── OS_NS_sys_sendfile.h
│ │ │ │ │ ├── OS_NS_sys_sendfile.inl
│ │ │ │ │ ├── OS_NS_sys_shm.h
│ │ │ │ │ ├── OS_NS_sys_shm.inl
│ │ │ │ │ ├── OS_NS_sys_socket.h
│ │ │ │ │ ├── OS_NS_sys_socket.inl
│ │ │ │ │ ├── OS_NS_sys_stat.h
│ │ │ │ │ ├── OS_NS_sys_stat.inl
│ │ │ │ │ ├── OS_NS_sys_time.h
│ │ │ │ │ ├── OS_NS_sys_time.inl
│ │ │ │ │ ├── OS_NS_sys_uio.h
│ │ │ │ │ ├── OS_NS_sys_uio.inl
│ │ │ │ │ ├── OS_NS_sys_utsname.h
│ │ │ │ │ ├── OS_NS_sys_wait.h
│ │ │ │ │ ├── OS_NS_sys_wait.inl
│ │ │ │ │ ├── OS_NS_time.h
│ │ │ │ │ ├── OS_NS_time.inl
│ │ │ │ │ ├── OS_NS_unistd.h
│ │ │ │ │ ├── OS_NS_unistd.inl
│ │ │ │ │ ├── OS_NS_wchar.h
│ │ │ │ │ ├── OS_NS_wchar.inl
│ │ │ │ │ ├── OS_NS_wctype.h
│ │ │ │ │ ├── OS_NS_wctype.inl
│ │ │ │ │ ├── OS_QoS.h
│ │ │ │ │ ├── OS_TLI.h
│ │ │ │ │ ├── OS_TLI.inl
│ │ │ │ │ ├── OS_Thread_Adapter.h
│ │ │ │ │ ├── OS_main.h
│ │ │ │ │ ├── Obchunk.h
│ │ │ │ │ ├── Obchunk.inl
│ │ │ │ │ ├── Object_Manager.h
│ │ │ │ │ ├── Object_Manager.inl
│ │ │ │ │ ├── Object_Manager_Base.h
│ │ │ │ │ ├── Obstack.h
│ │ │ │ │ ├── Obstack_T.h
│ │ │ │ │ ├── Obstack_T.inl
│ │ │ │ │ ├── PI_Malloc.h
│ │ │ │ │ ├── PI_Malloc.inl
│ │ │ │ │ ├── POSIX_Asynch_IO.h
│ │ │ │ │ ├── POSIX_CB_Proactor.h
│ │ │ │ │ ├── POSIX_Proactor.h
│ │ │ │ │ ├── POSIX_Proactor.inl
│ │ │ │ │ ├── Pagefile_Memory_Pool.h
│ │ │ │ │ ├── Pagefile_Memory_Pool.inl
│ │ │ │ │ ├── Pair_T.h
│ │ │ │ │ ├── Pair_T.inl
│ │ │ │ │ ├── Parse_Node.h
│ │ │ │ │ ├── Ping_Socket.h
│ │ │ │ │ ├── Ping_Socket.inl
│ │ │ │ │ ├── Pipe.h
│ │ │ │ │ ├── Pipe.inl
│ │ │ │ │ ├── Priority_Reactor.h
│ │ │ │ │ ├── Proactor.h
│ │ │ │ │ ├── Proactor.inl
│ │ │ │ │ ├── Proactor_Impl.h
│ │ │ │ │ ├── Process.h
│ │ │ │ │ ├── Process.inl
│ │ │ │ │ ├── Process_Manager.h
│ │ │ │ │ ├── Process_Manager.inl
│ │ │ │ │ ├── Process_Mutex.h
│ │ │ │ │ ├── Process_Mutex.inl
│ │ │ │ │ ├── Process_Semaphore.h
│ │ │ │ │ ├── Process_Semaphore.inl
│ │ │ │ │ ├── Profile_Timer.h
│ │ │ │ │ ├── Profile_Timer.inl
│ │ │ │ │ ├── RB_Tree.h
│ │ │ │ │ ├── RB_Tree.inl
│ │ │ │ │ ├── RW_Mutex.h
│ │ │ │ │ ├── RW_Mutex.inl
│ │ │ │ │ ├── RW_Process_Mutex.h
│ │ │ │ │ ├── RW_Process_Mutex.inl
│ │ │ │ │ ├── RW_Thread_Mutex.h
│ │ │ │ │ ├── RW_Thread_Mutex.inl
│ │ │ │ │ ├── Reactor.h
│ │ │ │ │ ├── Reactor.inl
│ │ │ │ │ ├── Reactor_Impl.h
│ │ │ │ │ ├── Reactor_Notification_Strategy.h
│ │ │ │ │ ├── Reactor_Notification_Strategy.inl
│ │ │ │ │ ├── Reactor_Timer_Interface.h
│ │ │ │ │ ├── Reactor_Token_T.h
│ │ │ │ │ ├── Read_Buffer.h
│ │ │ │ │ ├── Read_Buffer.inl
│ │ │ │ │ ├── Recursive_Thread_Mutex.h
│ │ │ │ │ ├── Recursive_Thread_Mutex.inl
│ │ │ │ │ ├── Recyclable.h
│ │ │ │ │ ├── Recyclable.inl
│ │ │ │ │ ├── Refcountable_T.h
│ │ │ │ │ ├── Refcountable_T.inl
│ │ │ │ │ ├── Refcounted_Auto_Ptr.h
│ │ │ │ │ ├── Refcounted_Auto_Ptr.inl
│ │ │ │ │ ├── Registry.h
│ │ │ │ │ ├── Registry_Name_Space.h
│ │ │ │ │ ├── Remote_Name_Space.h
│ │ │ │ │ ├── Remote_Tokens.h
│ │ │ │ │ ├── Remote_Tokens.inl
│ │ │ │ │ ├── Reverse_Lock_T.h
│ │ │ │ │ ├── Reverse_Lock_T.inl
│ │ │ │ │ ├── SOCK.h
│ │ │ │ │ ├── SOCK.inl
│ │ │ │ │ ├── SOCK_Acceptor.h
│ │ │ │ │ ├── SOCK_Acceptor.inl
│ │ │ │ │ ├── SOCK_CODgram.h
│ │ │ │ │ ├── SOCK_CODgram.inl
│ │ │ │ │ ├── SOCK_Connector.h
│ │ │ │ │ ├── SOCK_Connector.inl
│ │ │ │ │ ├── SOCK_Dgram.h
│ │ │ │ │ ├── SOCK_Dgram.inl
│ │ │ │ │ ├── SOCK_Dgram_Bcast.h
│ │ │ │ │ ├── SOCK_Dgram_Bcast.inl
│ │ │ │ │ ├── SOCK_Dgram_Mcast.h
│ │ │ │ │ ├── SOCK_Dgram_Mcast.inl
│ │ │ │ │ ├── SOCK_IO.h
│ │ │ │ │ ├── SOCK_IO.inl
│ │ │ │ │ ├── SOCK_Netlink.h
│ │ │ │ │ ├── SOCK_Netlink.inl
│ │ │ │ │ ├── SOCK_SEQPACK_Acceptor.h
│ │ │ │ │ ├── SOCK_SEQPACK_Acceptor.inl
│ │ │ │ │ ├── SOCK_SEQPACK_Association.h
│ │ │ │ │ ├── SOCK_SEQPACK_Association.inl
│ │ │ │ │ ├── SOCK_SEQPACK_Connector.h
│ │ │ │ │ ├── SOCK_SEQPACK_Connector.inl
│ │ │ │ │ ├── SOCK_Stream.h
│ │ │ │ │ ├── SOCK_Stream.inl
│ │ │ │ │ ├── SPIPE.h
│ │ │ │ │ ├── SPIPE.inl
│ │ │ │ │ ├── SPIPE_Acceptor.h
│ │ │ │ │ ├── SPIPE_Addr.h
│ │ │ │ │ ├── SPIPE_Addr.inl
│ │ │ │ │ ├── SPIPE_Connector.h
│ │ │ │ │ ├── SPIPE_Connector.inl
│ │ │ │ │ ├── SPIPE_Stream.h
│ │ │ │ │ ├── SPIPE_Stream.inl
│ │ │ │ │ ├── SString.h
│ │ │ │ │ ├── SString.inl
│ │ │ │ │ ├── SStringfwd.h
│ │ │ │ │ ├── SUN_Proactor.h
│ │ │ │ │ ├── SV_Message.h
│ │ │ │ │ ├── SV_Message.inl
│ │ │ │ │ ├── SV_Message_Queue.h
│ │ │ │ │ ├── SV_Message_Queue.inl
│ │ │ │ │ ├── SV_Semaphore_Complex.h
│ │ │ │ │ ├── SV_Semaphore_Complex.inl
│ │ │ │ │ ├── SV_Semaphore_Simple.h
│ │ │ │ │ ├── SV_Semaphore_Simple.inl
│ │ │ │ │ ├── SV_Shared_Memory.h
│ │ │ │ │ ├── SV_Shared_Memory.inl
│ │ │ │ │ ├── Sample_History.h
│ │ │ │ │ ├── Sample_History.inl
│ │ │ │ │ ├── Sbrk_Memory_Pool.h
│ │ │ │ │ ├── Sched_Params.h
│ │ │ │ │ ├── Sched_Params.inl
│ │ │ │ │ ├── Select_Reactor.h
│ │ │ │ │ ├── Select_Reactor_Base.h
│ │ │ │ │ ├── Select_Reactor_Base.inl
│ │ │ │ │ ├── Select_Reactor_T.h
│ │ │ │ │ ├── Select_Reactor_T.inl
│ │ │ │ │ ├── Semaphore.h
│ │ │ │ │ ├── Semaphore.inl
│ │ │ │ │ ├── Service_Config.h
│ │ │ │ │ ├── Service_Config.inl
│ │ │ │ │ ├── Service_Gestalt.h
│ │ │ │ │ ├── Service_Gestalt.inl
│ │ │ │ │ ├── Service_Manager.h
│ │ │ │ │ ├── Service_Object.h
│ │ │ │ │ ├── Service_Object.inl
│ │ │ │ │ ├── Service_Repository.h
│ │ │ │ │ ├── Service_Repository.inl
│ │ │ │ │ ├── Service_Types.h
│ │ │ │ │ ├── Service_Types.inl
│ │ │ │ │ ├── Shared_Memory.h
│ │ │ │ │ ├── Shared_Memory_MM.h
│ │ │ │ │ ├── Shared_Memory_MM.inl
│ │ │ │ │ ├── Shared_Memory_Pool.h
│ │ │ │ │ ├── Shared_Memory_SV.h
│ │ │ │ │ ├── Shared_Memory_SV.inl
│ │ │ │ │ ├── Shared_Object.h
│ │ │ │ │ ├── Shared_Object.inl
│ │ │ │ │ ├── Sig_Adapter.h
│ │ │ │ │ ├── Sig_Handler.h
│ │ │ │ │ ├── Sig_Handler.inl
│ │ │ │ │ ├── Signal.h
│ │ │ │ │ ├── Signal.inl
│ │ │ │ │ ├── Singleton.h
│ │ │ │ │ ├── Singleton.inl
│ │ │ │ │ ├── Sock_Connect.h
│ │ │ │ │ ├── Stack_Trace.h
│ │ │ │ │ ├── Static_Object_Lock.h
│ │ │ │ │ ├── Stats.h
│ │ │ │ │ ├── Stats.inl
│ │ │ │ │ ├── Strategies_T.h
│ │ │ │ │ ├── Strategies_T.inl
│ │ │ │ │ ├── Stream.h
│ │ │ │ │ ├── Stream.inl
│ │ │ │ │ ├── Stream_Modules.h
│ │ │ │ │ ├── String_Base.h
│ │ │ │ │ ├── String_Base.inl
│ │ │ │ │ ├── String_Base_Const.h
│ │ │ │ │ ├── Svc_Conf.h
│ │ │ │ │ ├── Svc_Conf_Lexer.h
│ │ │ │ │ ├── Svc_Conf_Param.h
│ │ │ │ │ ├── Svc_Conf_Token_Table.h
│ │ │ │ │ ├── Svc_Conf_Tokens.h
│ │ │ │ │ ├── Svc_Handler.h
│ │ │ │ │ ├── Synch.h
│ │ │ │ │ ├── Synch_Options.h
│ │ │ │ │ ├── Synch_Traits.h
│ │ │ │ │ ├── System_Time.h
│ │ │ │ │ ├── TLI.h
│ │ │ │ │ ├── TLI.inl
│ │ │ │ │ ├── TLI_Acceptor.h
│ │ │ │ │ ├── TLI_Connector.h
│ │ │ │ │ ├── TLI_Connector.inl
│ │ │ │ │ ├── TLI_Stream.h
│ │ │ │ │ ├── TLI_Stream.inl
│ │ │ │ │ ├── TP_Reactor.h
│ │ │ │ │ ├── TP_Reactor.inl
│ │ │ │ │ ├── TSS_Adapter.h
│ │ │ │ │ ├── TSS_T.h
│ │ │ │ │ ├── TSS_T.inl
│ │ │ │ │ ├── TTY_IO.h
│ │ │ │ │ ├── Task.h
│ │ │ │ │ ├── Task.inl
│ │ │ │ │ ├── Task_Ex_T.h
│ │ │ │ │ ├── Task_Ex_T.inl
│ │ │ │ │ ├── Task_T.h
│ │ │ │ │ ├── Task_T.inl
│ │ │ │ │ ├── Test_and_Set.h
│ │ │ │ │ ├── Thread.h
│ │ │ │ │ ├── Thread.inl
│ │ │ │ │ ├── Thread_Adapter.h
│ │ │ │ │ ├── Thread_Adapter.inl
│ │ │ │ │ ├── Thread_Control.h
│ │ │ │ │ ├── Thread_Control.inl
│ │ │ │ │ ├── Thread_Exit.h
│ │ │ │ │ ├── Thread_Hook.h
│ │ │ │ │ ├── Thread_Manager.h
│ │ │ │ │ ├── Thread_Manager.inl
│ │ │ │ │ ├── Thread_Mutex.h
│ │ │ │ │ ├── Thread_Mutex.inl
│ │ │ │ │ ├── Thread_Semaphore.h
│ │ │ │ │ ├── Thread_Semaphore.inl
│ │ │ │ │ ├── Throughput_Stats.h
│ │ │ │ │ ├── Time_Policy.h
│ │ │ │ │ ├── Time_Policy.inl
│ │ │ │ │ ├── Time_Policy_T.h
│ │ │ │ │ ├── Time_Policy_T.inl
│ │ │ │ │ ├── Time_Value.h
│ │ │ │ │ ├── Time_Value.inl
│ │ │ │ │ ├── Time_Value_T.h
│ │ │ │ │ ├── Time_Value_T.inl
│ │ │ │ │ ├── Timeprobe.h
│ │ │ │ │ ├── Timeprobe.inl
│ │ │ │ │ ├── Timeprobe_T.h
│ │ │ │ │ ├── Timer_Hash.h
│ │ │ │ │ ├── Timer_Hash_T.h
│ │ │ │ │ ├── Timer_Heap.h
│ │ │ │ │ ├── Timer_Heap_T.h
│ │ │ │ │ ├── Timer_List.h
│ │ │ │ │ ├── Timer_List_T.h
│ │ │ │ │ ├── Timer_Queue.h
│ │ │ │ │ ├── Timer_Queue_Adapters.h
│ │ │ │ │ ├── Timer_Queue_Adapters.inl
│ │ │ │ │ ├── Timer_Queue_Iterator.h
│ │ │ │ │ ├── Timer_Queue_Iterator.inl
│ │ │ │ │ ├── Timer_Queue_T.h
│ │ │ │ │ ├── Timer_Queue_T.inl
│ │ │ │ │ ├── Timer_Queuefwd.h
│ │ │ │ │ ├── Timer_Wheel.h
│ │ │ │ │ ├── Timer_Wheel_T.h
│ │ │ │ │ ├── Token.h
│ │ │ │ │ ├── Token.inl
│ │ │ │ │ ├── Token_Collection.h
│ │ │ │ │ ├── Token_Collection.inl
│ │ │ │ │ ├── Token_Invariants.h
│ │ │ │ │ ├── Token_Manager.h
│ │ │ │ │ ├── Token_Manager.inl
│ │ │ │ │ ├── Token_Request_Reply.h
│ │ │ │ │ ├── Token_Request_Reply.inl
│ │ │ │ │ ├── Tokenizer_T.h
│ │ │ │ │ ├── Trace.h
│ │ │ │ │ ├── Truncate.h
│ │ │ │ │ ├── Typed_SV_Message.h
│ │ │ │ │ ├── Typed_SV_Message.inl
│ │ │ │ │ ├── Typed_SV_Message_Queue.h
│ │ │ │ │ ├── Typed_SV_Message_Queue.inl
│ │ │ │ │ ├── UNIX_Addr.h
│ │ │ │ │ ├── UNIX_Addr.inl
│ │ │ │ │ ├── UPIPE_Acceptor.h
│ │ │ │ │ ├── UPIPE_Acceptor.inl
│ │ │ │ │ ├── UPIPE_Addr.h
│ │ │ │ │ ├── UPIPE_Connector.h
│ │ │ │ │ ├── UPIPE_Connector.inl
│ │ │ │ │ ├── UPIPE_Stream.h
│ │ │ │ │ ├── UPIPE_Stream.inl
│ │ │ │ │ ├── UTF16_Encoding_Converter.h
│ │ │ │ │ ├── UTF16_Encoding_Converter.inl
│ │ │ │ │ ├── UTF32_Encoding_Converter.h
│ │ │ │ │ ├── UTF8_Encoding_Converter.h
│ │ │ │ │ ├── UUID.h
│ │ │ │ │ ├── UUID.inl
│ │ │ │ │ ├── Unbounded_Queue.h
│ │ │ │ │ ├── Unbounded_Queue.inl
│ │ │ │ │ ├── Unbounded_Set.h
│ │ │ │ │ ├── Unbounded_Set.inl
│ │ │ │ │ ├── Unbounded_Set_Ex.h
│ │ │ │ │ ├── Unbounded_Set_Ex.inl
│ │ │ │ │ ├── Value_Ptr.h
│ │ │ │ │ ├── Vector_T.h
│ │ │ │ │ ├── Vector_T.inl
│ │ │ │ │ ├── Version.h
│ │ │ │ │ ├── Versioned_Namespace.h
│ │ │ │ │ ├── WFMO_Reactor.h
│ │ │ │ │ ├── WFMO_Reactor.inl
│ │ │ │ │ ├── WIN32_Asynch_IO.h
│ │ │ │ │ ├── WIN32_Proactor.h
│ │ │ │ │ ├── XML_Svc_Conf.h
│ │ │ │ │ ├── XTI_ATM_Mcast.h
│ │ │ │ │ ├── XTI_ATM_Mcast.inl
│ │ │ │ │ ├── ace_wchar.h
│ │ │ │ │ ├── ace_wchar.inl
│ │ │ │ │ ├── checked_iterator.h
│ │ │ │ │ ├── config-WinCE.h
│ │ │ │ │ ├── config-aix-5.x.h
│ │ │ │ │ ├── config-aix-7.h
│ │ │ │ │ ├── config-all.h
│ │ │ │ │ ├── config-android.h
│ │ │ │ │ ├── config-cygwin32.h
│ │ │ │ │ ├── config-freebsd.h
│ │ │ │ │ ├── config-g++-common.h
│ │ │ │ │ ├── config-hpux-11.00.h
│ │ │ │ │ ├── config-icc-common.h
│ │ │ │ │ ├── config-integritySCA.h
│ │ │ │ │ ├── config-kfreebsd.h
│ │ │ │ │ ├── config-linux.h
│ │ │ │ │ ├── config-lite.h
│ │ │ │ │ ├── config-lynxos.h
│ │ │ │ │ ├── config-macosx-iOS-hardware.h
│ │ │ │ │ ├── config-macosx-iOS-simulator.h
│ │ │ │ │ ├── config-macosx-leopard.h
│ │ │ │ │ ├── config-macosx-lion.h
│ │ │ │ │ ├── config-macosx-mountainlion.h
│ │ │ │ │ ├── config-macosx-panther.h
│ │ │ │ │ ├── config-macosx-snowleopard.h
│ │ │ │ │ ├── config-macosx-tiger.h
│ │ │ │ │ ├── config-macosx.h
│ │ │ │ │ ├── config-macros.h
│ │ │ │ │ ├── config-netbsd.h
│ │ │ │ │ ├── config-openbsd.h
│ │ │ │ │ ├── config-openvms.h
│ │ │ │ │ ├── config-pharlap.h
│ │ │ │ │ ├── config-posix-nonetworking.h
│ │ │ │ │ ├── config-posix.h
│ │ │ │ │ ├── config-qnx.h
│ │ │ │ │ ├── config-rtems.h
│ │ │ │ │ ├── config-suncc-common.h
│ │ │ │ │ ├── config-sunos5.10.h
│ │ │ │ │ ├── config-sunos5.11.h
│ │ │ │ │ ├── config-sunos5.4-g++.h
│ │ │ │ │ ├── config-sunos5.4-sunc++-4.x.h
│ │ │ │ │ ├── config-sunos5.5.h
│ │ │ │ │ ├── config-sunos5.6.h
│ │ │ │ │ ├── config-sunos5.7.h
│ │ │ │ │ ├── config-sunos5.8.h
│ │ │ │ │ ├── config-sunos5.9.h
│ │ │ │ │ ├── config-vxworks.h
│ │ │ │ │ ├── config-vxworks6.4.h
│ │ │ │ │ ├── config-vxworks6.5.h
│ │ │ │ │ ├── config-vxworks6.6.h
│ │ │ │ │ ├── config-vxworks6.7.h
│ │ │ │ │ ├── config-vxworks6.8.h
│ │ │ │ │ ├── config-vxworks6.9.h
│ │ │ │ │ ├── config-win32-borland.h
│ │ │ │ │ ├── config-win32-cegcc.h
│ │ │ │ │ ├── config-win32-common.h
│ │ │ │ │ ├── config-win32-dmc.h
│ │ │ │ │ ├── config-win32-interix.h
│ │ │ │ │ ├── config-win32-mingw.h
│ │ │ │ │ ├── config-win32-mingw64.h
│ │ │ │ │ ├── config-win32-msvc-10.h
│ │ │ │ │ ├── config-win32-msvc-7.h
│ │ │ │ │ ├── config-win32-msvc-8.h
│ │ │ │ │ ├── config-win32-msvc-9.h
│ │ │ │ │ ├── config-win32-msvc.h
│ │ │ │ │ ├── config-win32.h
│ │ │ │ │ ├── config-windows.h
│ │ │ │ │ ├── config.h
│ │ │ │ │ ├── iosfwd.h
│ │ │ │ │ ├── os_include
│ │ │ │ │ │ ├── arpa
│ │ │ │ │ │ │ └── os_inet.h
│ │ │ │ │ │ ├── net
│ │ │ │ │ │ │ └── os_if.h
│ │ │ │ │ │ ├── netinet
│ │ │ │ │ │ │ ├── os_in.h
│ │ │ │ │ │ │ └── os_tcp.h
│ │ │ │ │ │ ├── os_aio.h
│ │ │ │ │ │ ├── os_assert.h
│ │ │ │ │ │ ├── os_byteswap.h
│ │ │ │ │ │ ├── os_complex.h
│ │ │ │ │ │ ├── os_cpio.h
│ │ │ │ │ │ ├── os_ctype.h
│ │ │ │ │ │ ├── os_dirent.h
│ │ │ │ │ │ ├── os_dlfcn.h
│ │ │ │ │ │ ├── os_errno.h
│ │ │ │ │ │ ├── os_fcntl.h
│ │ │ │ │ │ ├── os_fenv.h
│ │ │ │ │ │ ├── os_float.h
│ │ │ │ │ │ ├── os_fmtmsg.h
│ │ │ │ │ │ ├── os_fnmatch.h
│ │ │ │ │ │ ├── os_ftw.h
│ │ │ │ │ │ ├── os_glob.h
│ │ │ │ │ │ ├── os_grp.h
│ │ │ │ │ │ ├── os_iconv.h
│ │ │ │ │ │ ├── os_ifaddrs.h
│ │ │ │ │ │ ├── os_intrin.h
│ │ │ │ │ │ ├── os_inttypes.h
│ │ │ │ │ │ ├── os_iso646.h
│ │ │ │ │ │ ├── os_kstat.h
│ │ │ │ │ │ ├── os_langinfo.h
│ │ │ │ │ │ ├── os_libgen.h
│ │ │ │ │ │ ├── os_limits.h
│ │ │ │ │ │ ├── os_local.h
│ │ │ │ │ │ ├── os_math.h
│ │ │ │ │ │ ├── os_monetary.h
│ │ │ │ │ │ ├── os_mqueue.h
│ │ │ │ │ │ ├── os_ndbm.h
│ │ │ │ │ │ ├── os_netdb.h
│ │ │ │ │ │ ├── os_nl_types.h
│ │ │ │ │ │ ├── os_pdh.h
│ │ │ │ │ │ ├── os_pdhmsg.h
│ │ │ │ │ │ ├── os_poll.h
│ │ │ │ │ │ ├── os_pthread.h
│ │ │ │ │ │ ├── os_pwd.h
│ │ │ │ │ │ ├── os_regex.h
│ │ │ │ │ │ ├── os_sched.h
│ │ │ │ │ │ ├── os_search.h
│ │ │ │ │ │ ├── os_semaphore.h
│ │ │ │ │ │ ├── os_setjmp.h
│ │ │ │ │ │ ├── os_signal.h
│ │ │ │ │ │ ├── os_spawn.h
│ │ │ │ │ │ ├── os_stdarg.h
│ │ │ │ │ │ ├── os_stdbool.h
│ │ │ │ │ │ ├── os_stddef.h
│ │ │ │ │ │ ├── os_stdint.h
│ │ │ │ │ │ ├── os_stdio.h
│ │ │ │ │ │ ├── os_stdlib.h
│ │ │ │ │ │ ├── os_string.h
│ │ │ │ │ │ ├── os_strings.h
│ │ │ │ │ │ ├── os_stropts.h
│ │ │ │ │ │ ├── os_syslog.h
│ │ │ │ │ │ ├── os_tar.h
│ │ │ │ │ │ ├── os_termios.h
│ │ │ │ │ │ ├── os_tgmath.h
│ │ │ │ │ │ ├── os_time.h
│ │ │ │ │ │ ├── os_trace.h
│ │ │ │ │ │ ├── os_typeinfo.h
│ │ │ │ │ │ ├── os_ucontext.h
│ │ │ │ │ │ ├── os_ulimit.h
│ │ │ │ │ │ ├── os_unistd.h
│ │ │ │ │ │ ├── os_utime.h
│ │ │ │ │ │ ├── os_utmpx.h
│ │ │ │ │ │ ├── os_wchar.h
│ │ │ │ │ │ ├── os_wctype.h
│ │ │ │ │ │ ├── os_wordexp.h
│ │ │ │ │ │ └── sys
│ │ │ │ │ │ ├── os_ipc.h
│ │ │ │ │ │ ├── os_loadavg.h
│ │ │ │ │ │ ├── os_mman.h
│ │ │ │ │ │ ├── os_msg.h
│ │ │ │ │ │ ├── os_pstat.h
│ │ │ │ │ │ ├── os_resource.h
│ │ │ │ │ │ ├── os_select.h
│ │ │ │ │ │ ├── os_sem.h
│ │ │ │ │ │ ├── os_shm.h
│ │ │ │ │ │ ├── os_socket.h
│ │ │ │ │ │ ├── os_stat.h
│ │ │ │ │ │ ├── os_statvfs.h
│ │ │ │ │ │ ├── os_sysctl.h
│ │ │ │ │ │ ├── os_sysinfo.h
│ │ │ │ │ │ ├── os_time.h
│ │ │ │ │ │ ├── os_timeb.h
│ │ │ │ │ │ ├── os_times.h
│ │ │ │ │ │ ├── os_types.h
│ │ │ │ │ │ ├── os_uio.h
│ │ │ │ │ │ ├── os_un.h
│ │ │ │ │ │ ├── os_utsname.h
│ │ │ │ │ │ └── os_wait.h
│ │ │ │ │ ├── post.h
│ │ │ │ │ ├── pre.h
│ │ │ │ │ ├── streams.h
│ │ │ │ │ └── svc_export.h
│ │ │ │ ├── n3kWGCom.dll
│ │ │ │ ├── n3kWGCom.h
│ │ │ │ └── n3kWGCom.lib
│ │ │ ├── 20151102-短报文通信1024字节指令V6.60.doc
│ │ │ └── 20151102-短报文通信加密V6.60.doc
│ │ ├── 20150901-模拟卡号远程开门 V6.58.doc
│ │ ├── 20150901-一对多的远程控制.doc
│ │ ├── 20150901-实现刷卡只许一次有效 V6.58.doc
│ │ ├── 20151102-短报文通信1024字节指令V6.60--提升速度.doc
│ │ ├── 20151102-短报文通信加密V6.60.doc
│ │ ├── 20151202-短报文SM4方法通信加密V6.62-3
│ │ │ ├── 02短报文协议DEMO[短报文SM4通信密码]-20151202
│ │ │ │ ├── C#
│ │ │ │ │ └── WGController32_CSharp
│ │ │ │ │ ├── App.config
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ ├── WGController32_CSharp.csproj
│ │ │ │ │ ├── WGController32_CSharp.csproj.user
│ │ │ │ │ ├── WGController32_CSharp.sln
│ │ │ │ │ ├── WGController32_CSharp.suo
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Release
│ │ │ │ │ │ ├── WGController32_CSharp.exe
│ │ │ │ │ │ ├── WGController32_CSharp.pdb
│ │ │ │ │ │ ├── WGController32_CSharp.vshost.exe
│ │ │ │ │ │ ├── WGController32_CSharp.vshost.exe.manifest
│ │ │ │ │ │ ├── n3kAdrtC.dll
│ │ │ │ │ │ ├── n3kAdrtC.xml
│ │ │ │ │ │ ├── n3kWGCom.dll
│ │ │ │ │ │ └── n3kWGCom.lib
│ │ │ │ │ └── obj
│ │ │ │ │ └── x86
│ │ │ │ │ └── Release
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── WGController32_CSharp.Form1.resources
│ │ │ │ │ ├── WGController32_CSharp.Properties.Resources.resources
│ │ │ │ │ ├── WGController32_CSharp.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── WGController32_CSharp.csproj.GenerateResource.Cache
│ │ │ │ │ ├── WGController32_CSharp.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── WGController32_CSharp.exe
│ │ │ │ │ └── WGController32_CSharp.pdb
│ │ │ │ ├── IPCon2015_V2.17.exe
│ │ │ │ └── VC
│ │ │ │ └── WGController32_VC
│ │ │ │ ├── ACE.dll
│ │ │ │ ├── ACE.lib
│ │ │ │ ├── ACEd.dll
│ │ │ │ ├── ACEd.lib
│ │ │ │ ├── Release
│ │ │ │ │ └── WGBasicTest
│ │ │ │ │ └── I386
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── WGBasicTest.Build.CppClean.log
│ │ │ │ │ ├── WGBasicTest.exe.intermediate.manifest
│ │ │ │ │ ├── WGBasicTest.log
│ │ │ │ │ ├── WGBasicTest.obj
│ │ │ │ │ ├── WGBasicTest.vcxprojResolveAssemblyReference.cache
│ │ │ │ │ ├── WGComm_Test.lastbuildstate
│ │ │ │ │ ├── WGComm_Test.write.1.tlog
│ │ │ │ │ ├── cl.command.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ ├── mt.command.1.tlog
│ │ │ │ │ ├── mt.read.1.tlog
│ │ │ │ │ ├── mt.write.1.tlog
│ │ │ │ │ └── vc100.pdb
│ │ │ │ ├── WGBasicTest.cpp
│ │ │ │ ├── WGBasicTest.exe
│ │ │ │ ├── WGBasicTest.pdb
│ │ │ │ ├── WGBasicTest.sdf
│ │ │ │ ├── WGBasicTest.sln
│ │ │ │ ├── WGBasicTest.suo
│ │ │ │ ├── WGBasicTest.vcxproj
│ │ │ │ ├── WGBasicTest.vcxproj.filters
│ │ │ │ ├── WGBasicTest.vcxproj.user
│ │ │ │ ├── ace
│ │ │ │ │ ├── ACE.h
│ │ │ │ │ ├── ACE.inl
│ │ │ │ │ ├── ACE_export.h
│ │ │ │ │ ├── ARGV.h
│ │ │ │ │ ├── ARGV.inl
│ │ │ │ │ ├── ATM_Acceptor.h
│ │ │ │ │ ├── ATM_Acceptor.inl
│ │ │ │ │ ├── ATM_Addr.h
│ │ │ │ │ ├── ATM_Addr.inl
│ │ │ │ │ ├── ATM_Connector.h
│ │ │ │ │ ├── ATM_Connector.inl
│ │ │ │ │ ├── ATM_Params.h
│ │ │ │ │ ├── ATM_Params.inl
│ │ │ │ │ ├── ATM_QoS.h
│ │ │ │ │ ├── ATM_QoS.inl
│ │ │ │ │ ├── ATM_Stream.h
│ │ │ │ │ ├── ATM_Stream.inl
│ │ │ │ │ ├── Abstract_Timer_Queue.h
│ │ │ │ │ ├── Acceptor.h
│ │ │ │ │ ├── Activation_Queue.h
│ │ │ │ │ ├── Activation_Queue.inl
│ │ │ │ │ ├── Active_Map_Manager.h
│ │ │ │ │ ├── Active_Map_Manager.inl
│ │ │ │ │ ├── Active_Map_Manager_T.h
│ │ │ │ │ ├── Active_Map_Manager_T.inl
│ │ │ │ │ ├── Addr.h
│ │ │ │ │ ├── Addr.inl
│ │ │ │ │ ├── Arg_Shifter.h
│ │ │ │ │ ├── Argv_Type_Converter.h
│ │ │ │ │ ├── Argv_Type_Converter.inl
│ │ │ │ │ ├── Array_Base.h
│ │ │ │ │ ├── Array_Base.inl
│ │ │ │ │ ├── Array_Map.h
│ │ │ │ │ ├── Array_Map.inl
│ │ │ │ │ ├── Assert.h
│ │ │ │ │ ├── Asynch_Acceptor.h
│ │ │ │ │ ├── Asynch_Connector.h
│ │ │ │ │ ├── Asynch_IO.h
│ │ │ │ │ ├── Asynch_IO_Impl.h
│ │ │ │ │ ├── Asynch_IO_Impl.inl
│ │ │ │ │ ├── Asynch_Pseudo_Task.h
│ │ │ │ │ ├── Atomic_Op.h
│ │ │ │ │ ├── Atomic_Op.inl
│ │ │ │ │ ├── Atomic_Op_GCC_T.h
│ │ │ │ │ ├── Atomic_Op_GCC_T.inl
│ │ │ │ │ ├── Atomic_Op_Sparc.h
│ │ │ │ │ ├── Atomic_Op_T.h
│ │ │ │ │ ├── Atomic_Op_T.inl
│ │ │ │ │ ├── Auto_Event.h
│ │ │ │ │ ├── Auto_Event.inl
│ │ │ │ │ ├── Auto_Functor.h
│ │ │ │ │ ├── Auto_Functor.inl
│ │ │ │ │ ├── Auto_IncDec_T.h
│ │ │ │ │ ├── Auto_IncDec_T.inl
│ │ │ │ │ ├── Auto_Ptr.h
│ │ │ │ │ ├── Auto_Ptr.inl
│ │ │ │ │ ├── Barrier.h
│ │ │ │ │ ├── Barrier.inl
│ │ │ │ │ ├── Base_Thread_Adapter.h
│ │ │ │ │ ├── Base_Thread_Adapter.inl
│ │ │ │ │ ├── Based_Pointer_Repository.h
│ │ │ │ │ ├── Based_Pointer_T.h
│ │ │ │ │ ├── Based_Pointer_T.inl
│ │ │ │ │ ├── Basic_Stats.h
│ │ │ │ │ ├── Basic_Stats.inl
│ │ │ │ │ ├── Basic_Types.h
│ │ │ │ │ ├── Bound_Ptr.h
│ │ │ │ │ ├── Bound_Ptr.inl
│ │ │ │ │ ├── CDR_Base.h
│ │ │ │ │ ├── CDR_Base.inl
│ │ │ │ │ ├── CDR_Size.h
│ │ │ │ │ ├── CDR_Size.inl
│ │ │ │ │ ├── CDR_Stream.h
│ │ │ │ │ ├── CDR_Stream.inl
│ │ │ │ │ ├── CE_Screen_Output.h
│ │ │ │ │ ├── CORBA_macros.h
│ │ │ │ │ ├── Cache_Map_Manager_T.h
│ │ │ │ │ ├── Cache_Map_Manager_T.inl
│ │ │ │ │ ├── Cached_Connect_Strategy_T.h
│ │ │ │ │ ├── Caching_Strategies_T.h
│ │ │ │ │ ├── Caching_Strategies_T.inl
│ │ │ │ │ ├── Caching_Utility_T.h
│ │ │ │ │ ├── Capabilities.h
│ │ │ │ │ ├── Capabilities.inl
│ │ │ │ │ ├── Cleanup.h
│ │ │ │ │ ├── Cleanup.inl
│ │ │ │ │ ├── Cleanup_Strategies_T.h
│ │ │ │ │ ├── Codecs.h
│ │ │ │ │ ├── Codeset_IBM1047.h
│ │ │ │ │ ├── Codeset_Registry.h
│ │ │ │ │ ├── Codeset_Registry.inl
│ │ │ │ │ ├── Codeset_Symbols.h
│ │ │ │ │ ├── Condition_Attributes.h
│ │ │ │ │ ├── Condition_Attributes.inl
│ │ │ │ │ ├── Condition_Recursive_Thread_Mutex.h
│ │ │ │ │ ├── Condition_T.h
│ │ │ │ │ ├── Condition_T.inl
│ │ │ │ │ ├── Condition_Thread_Mutex.h
│ │ │ │ │ ├── Condition_Thread_Mutex.inl
│ │ │ │ │ ├── Configuration.h
│ │ │ │ │ ├── Configuration.inl
│ │ │ │ │ ├── Configuration_Import_Export.h
│ │ │ │ │ ├── Connection_Recycling_Strategy.h
│ │ │ │ │ ├── Connector.h
│ │ │ │ │ ├── Containers.h
│ │ │ │ │ ├── Containers.inl
│ │ │ │ │ ├── Containers_T.h
│ │ │ │ │ ├── Containers_T.inl
│ │ │ │ │ ├── Copy_Disabled.h
│ │ │ │ │ ├── Countdown_Time.h
│ │ │ │ │ ├── Countdown_Time_T.h
│ │ │ │ │ ├── Countdown_Time_T.inl
│ │ │ │ │ ├── DEV.h
│ │ │ │ │ ├── DEV.inl
│ │ │ │ │ ├── DEV_Addr.h
│ │ │ │ │ ├── DEV_Addr.inl
│ │ │ │ │ ├── DEV_Connector.h
│ │ │ │ │ ├── DEV_Connector.inl
│ │ │ │ │ ├── DEV_IO.h
│ │ │ │ │ ├── DEV_IO.inl
│ │ │ │ │ ├── DLL.h
│ │ │ │ │ ├── DLL_Manager.h
│ │ │ │ │ ├── Date_Time.h
│ │ │ │ │ ├── Date_Time.inl
│ │ │ │ │ ├── Default_Constants.h
│ │ │ │ │ ├── Dev_Poll_Reactor.h
│ │ │ │ │ ├── Dev_Poll_Reactor.inl
│ │ │ │ │ ├── Dirent.h
│ │ │ │ │ ├── Dirent.inl
│ │ │ │ │ ├── Dirent_Selector.h
│ │ │ │ │ ├── Dirent_Selector.inl
│ │ │ │ │ ├── Dump.h
│ │ │ │ │ ├── Dump_T.h
│ │ │ │ │ ├── Dynamic.h
│ │ │ │ │ ├── Dynamic.inl
│ │ │ │ │ ├── Dynamic_Message_Strategy.h
│ │ │ │ │ ├── Dynamic_Message_Strategy.inl
│ │ │ │ │ ├── Dynamic_Service.h
│ │ │ │ │ ├── Dynamic_Service.inl
│ │ │ │ │ ├── Dynamic_Service_Base.h
│ │ │ │ │ ├── Dynamic_Service_Dependency.h
│ │ │ │ │ ├── Encoding_Converter.h
│ │ │ │ │ ├── Encoding_Converter_Factory.h
│ │ │ │ │ ├── Env_Value_T.h
│ │ │ │ │ ├── Env_Value_T.inl
│ │ │ │ │ ├── Event.h
│ │ │ │ │ ├── Event.inl
│ │ │ │ │ ├── Event_Base.h
│ │ │ │ │ ├── Event_Base.inl
│ │ │ │ │ ├── Event_Handler.h
│ │ │ │ │ ├── Event_Handler.inl
│ │ │ │ │ ├── Event_Handler_Handle_Timeout_Upcall.h
│ │ │ │ │ ├── Event_Handler_Handle_Timeout_Upcall.inl
│ │ │ │ │ ├── Event_Handler_T.h
│ │ │ │ │ ├── Event_Handler_T.inl
│ │ │ │ │ ├── FIFO.h
│ │ │ │ │ ├── FIFO.inl
│ │ │ │ │ ├── FIFO_Recv.h
│ │ │ │ │ ├── FIFO_Recv.inl
│ │ │ │ │ ├── FIFO_Recv_Msg.h
│ │ │ │ │ ├── FIFO_Recv_Msg.inl
│ │ │ │ │ ├── FIFO_Send.h
│ │ │ │ │ ├── FIFO_Send.inl
│ │ │ │ │ ├── FIFO_Send_Msg.h
│ │ │ │ │ ├── FIFO_Send_Msg.inl
│ │ │ │ │ ├── FILE.h
│ │ │ │ │ ├── FILE.inl
│ │ │ │ │ ├── FILE_Addr.h
│ │ │ │ │ ├── FILE_Addr.inl
│ │ │ │ │ ├── FILE_Connector.h
│ │ │ │ │ ├── FILE_Connector.inl
│ │ │ │ │ ├── FILE_IO.h
│ │ │ │ │ ├── FILE_IO.inl
│ │ │ │ │ ├── File_Lock.h
│ │ │ │ │ ├── File_Lock.inl
│ │ │ │ │ ├── Filecache.h
│ │ │ │ │ ├── Flag_Manip.h
│ │ │ │ │ ├── Flag_Manip.inl
│ │ │ │ │ ├── Framework_Component.h
│ │ │ │ │ ├── Framework_Component.inl
│ │ │ │ │ ├── Framework_Component_T.h
│ │ │ │ │ ├── Free_List.h
│ │ │ │ │ ├── Functor.h
│ │ │ │ │ ├── Functor.inl
│ │ │ │ │ ├── Functor_String.h
│ │ │ │ │ ├── Functor_String.inl
│ │ │ │ │ ├── Functor_T.h
│ │ │ │ │ ├── Functor_T.inl
│ │ │ │ │ ├── Future.h
│ │ │ │ │ ├── Future_Set.h
│ │ │ │ │ ├── Get_Opt.h
│ │ │ │ │ ├── Get_Opt.inl
│ │ │ │ │ ├── Global_Macros.h
│ │ │ │ │ ├── Guard_T.h
│ │ │ │ │ ├── Guard_T.inl
│ │ │ │ │ ├── Handle_Gobbler.h
│ │ │ │ │ ├── Handle_Gobbler.inl
│ │ │ │ │ ├── Handle_Ops.h
│ │ │ │ │ ├── Handle_Set.h
│ │ │ │ │ ├── Handle_Set.inl
│ │ │ │ │ ├── Hash_Cache_Map_Manager_T.h
│ │ │ │ │ ├── Hash_Cache_Map_Manager_T.inl
│ │ │ │ │ ├── Hash_Map_Manager.h
│ │ │ │ │ ├── Hash_Map_Manager_T.h
│ │ │ │ │ ├── Hash_Map_Manager_T.inl
│ │ │ │ │ ├── Hash_Map_With_Allocator_T.h
│ │ │ │ │ ├── Hash_Map_With_Allocator_T.inl
│ │ │ │ │ ├── Hash_Multi_Map_Manager_T.h
│ │ │ │ │ ├── Hash_Multi_Map_Manager_T.inl
│ │ │ │ │ ├── Hashable.h
│ │ │ │ │ ├── Hashable.inl
│ │ │ │ │ ├── High_Res_Timer.h
│ │ │ │ │ ├── High_Res_Timer.inl
│ │ │ │ │ ├── ICMP_Socket.h
│ │ │ │ │ ├── INET_Addr.h
│ │ │ │ │ ├── INET_Addr.inl
│ │ │ │ │ ├── IOStream.h
│ │ │ │ │ ├── IOStream_T.h
│ │ │ │ │ ├── IOStream_T.inl
│ │ │ │ │ ├── IO_Cntl_Msg.h
│ │ │ │ │ ├── IO_Cntl_Msg.inl
│ │ │ │ │ ├── IO_SAP.h
│ │ │ │ │ ├── IO_SAP.inl
│ │ │ │ │ ├── IPC_SAP.h
│ │ │ │ │ ├── IPC_SAP.inl
│ │ │ │ │ ├── If_Then_Else.h
│ │ │ │ │ ├── Init_ACE.h
│ │ │ │ │ ├── Intrusive_Auto_Ptr.h
│ │ │ │ │ ├── Intrusive_Auto_Ptr.inl
│ │ │ │ │ ├── Intrusive_List.cpp
│ │ │ │ │ ├── Intrusive_List.h
│ │ │ │ │ ├── Intrusive_List.inl
│ │ │ │ │ ├── Intrusive_List_Node.cpp
│ │ │ │ │ ├── Intrusive_List_Node.h
│ │ │ │ │ ├── Intrusive_List_Node.inl
│ │ │ │ │ ├── LOCK_SOCK_Acceptor.h
│ │ │ │ │ ├── LSOCK.h
│ │ │ │ │ ├── LSOCK.inl
│ │ │ │ │ ├── LSOCK_Acceptor.h
│ │ │ │ │ ├── LSOCK_CODgram.h
│ │ │ │ │ ├── LSOCK_CODgram.inl
│ │ │ │ │ ├── LSOCK_Connector.h
│ │ │ │ │ ├── LSOCK_Connector.inl
│ │ │ │ │ ├── LSOCK_Dgram.h
│ │ │ │ │ ├── LSOCK_Dgram.inl
│ │ │ │ │ ├── LSOCK_Stream.h
│ │ │ │ │ ├── LSOCK_Stream.inl
│ │ │ │ │ ├── Lib_Find.h
│ │ │ │ │ ├── Local_Memory_Pool.h
│ │ │ │ │ ├── Local_Name_Space.h
│ │ │ │ │ ├── Local_Name_Space_T.h
│ │ │ │ │ ├── Local_Tokens.h
│ │ │ │ │ ├── Local_Tokens.inl
│ │ │ │ │ ├── Lock.h
│ │ │ │ │ ├── Lock.inl
│ │ │ │ │ ├── Lock_Adapter_T.h
│ │ │ │ │ ├── Lock_Adapter_T.inl
│ │ │ │ │ ├── Log_Category.h
│ │ │ │ │ ├── Log_Category.inl
│ │ │ │ │ ├── Log_Msg.h
│ │ │ │ │ ├── Log_Msg.inl
│ │ │ │ │ ├── Log_Msg_Backend.h
│ │ │ │ │ ├── Log_Msg_Callback.h
│ │ │ │ │ ├── Log_Msg_IPC.h
│ │ │ │ │ ├── Log_Msg_NT_Event_Log.h
│ │ │ │ │ ├── Log_Msg_UNIX_Syslog.h
│ │ │ │ │ ├── Log_Priority.h
│ │ │ │ │ ├── Log_Record.h
│ │ │ │ │ ├── Log_Record.inl
│ │ │ │ │ ├── Logging_Strategy.h
│ │ │ │ │ ├── MEM_Acceptor.h
│ │ │ │ │ ├── MEM_Acceptor.inl
│ │ │ │ │ ├── MEM_Addr.h
│ │ │ │ │ ├── MEM_Addr.inl
│ │ │ │ │ ├── MEM_Connector.h
│ │ │ │ │ ├── MEM_Connector.inl
│ │ │ │ │ ├── MEM_IO.h
│ │ │ │ │ ├── MEM_IO.inl
│ │ │ │ │ ├── MEM_SAP.h
│ │ │ │ │ ├── MEM_SAP.inl
│ │ │ │ │ ├── MEM_Stream.h
│ │ │ │ │ ├── MEM_Stream.inl
│ │ │ │ │ ├── MMAP_Memory_Pool.h
│ │ │ │ │ ├── MMAP_Memory_Pool.inl
│ │ │ │ │ ├── Malloc.h
│ │ │ │ │ ├── Malloc.inl
│ │ │ │ │ ├── Malloc_Allocator.h
│ │ │ │ │ ├── Malloc_Allocator.inl
│ │ │ │ │ ├── Malloc_Base.h
│ │ │ │ │ ├── Malloc_T.h
│ │ │ │ │ ├── Malloc_T.inl
│ │ │ │ │ ├── Managed_Object.h
│ │ │ │ │ ├── Managed_Object.inl
│ │ │ │ │ ├── Manual_Event.h
│ │ │ │ │ ├── Manual_Event.inl
│ │ │ │ │ ├── Map_Manager.h
│ │ │ │ │ ├── Map_Manager.inl
│ │ │ │ │ ├── Map_T.h
│ │ │ │ │ ├── Map_T.inl
│ │ │ │ │ ├── Mem_Map.h
│ │ │ │ │ ├── Mem_Map.inl
│ │ │ │ │ ├── Memory_Pool.h
│ │ │ │ │ ├── Message_Block.h
│ │ │ │ │ ├── Message_Block.inl
│ │ │ │ │ ├── Message_Block_T.h
│ │ │ │ │ ├── Message_Block_T.inl
│ │ │ │ │ ├── Message_Queue.h
│ │ │ │ │ ├── Message_Queue.inl
│ │ │ │ │ ├── Message_Queue_NT.h
│ │ │ │ │ ├── Message_Queue_NT.inl
│ │ │ │ │ ├── Message_Queue_T.h
│ │ │ │ │ ├── Message_Queue_Vx.h
│ │ │ │ │ ├── Message_Queue_Vx.inl
│ │ │ │ │ ├── Method_Request.h
│ │ │ │ │ ├── Metrics_Cache.h
│ │ │ │ │ ├── Metrics_Cache_T.h
│ │ │ │ │ ├── Metrics_Cache_T.inl
│ │ │ │ │ ├── Min_Max.h
│ │ │ │ │ ├── Module.h
│ │ │ │ │ ├── Module.inl
│ │ │ │ │ ├── Monitor_Admin.h
│ │ │ │ │ ├── Monitor_Admin_Manager.h
│ │ │ │ │ ├── Monitor_Base.h
│ │ │ │ │ ├── Monitor_Base.inl
│ │ │ │ │ ├── Monitor_Control_Action.h
│ │ │ │ │ ├── Monitor_Control_Types.h
│ │ │ │ │ ├── Monitor_Point_Registry.h
│ │ │ │ │ ├── Monitor_Size.h
│ │ │ │ │ ├── Monotonic_Time_Policy.h
│ │ │ │ │ ├── Monotonic_Time_Policy.inl
│ │ │ │ │ ├── Msg_WFMO_Reactor.h
│ │ │ │ │ ├── Msg_WFMO_Reactor.inl
│ │ │ │ │ ├── Multihomed_INET_Addr.h
│ │ │ │ │ ├── Multihomed_INET_Addr.inl
│ │ │ │ │ ├── Mutex.h
│ │ │ │ │ ├── Mutex.inl
│ │ │ │ │ ├── NT_Service.h
│ │ │ │ │ ├── NT_Service.inl
│ │ │ │ │ ├── Name_Proxy.h
│ │ │ │ │ ├── Name_Request_Reply.h
│ │ │ │ │ ├── Name_Space.h
│ │ │ │ │ ├── Naming_Context.h
│ │ │ │ │ ├── Naming_Context.inl
│ │ │ │ │ ├── Netlink_Addr.h
│ │ │ │ │ ├── Netlink_Addr.inl
│ │ │ │ │ ├── Node.h
│ │ │ │ │ ├── Notification_Queue.h
│ │ │ │ │ ├── Notification_Queue.inl
│ │ │ │ │ ├── Notification_Strategy.h
│ │ │ │ │ ├── Notification_Strategy.inl
│ │ │ │ │ ├── Null_Barrier.h
│ │ │ │ │ ├── Null_Condition.h
│ │ │ │ │ ├── Null_Mutex.h
│ │ │ │ │ ├── Null_Semaphore.h
│ │ │ │ │ ├── Numeric_Limits.h
│ │ │ │ │ ├── OS.h
│ │ │ │ │ ├── OS_Errno.h
│ │ │ │ │ ├── OS_Errno.inl
│ │ │ │ │ ├── OS_Log_Msg_Attributes.h
│ │ │ │ │ ├── OS_Log_Msg_Attributes.inl
│ │ │ │ │ ├── OS_Memory.h
│ │ │ │ │ ├── OS_NS_Thread.h
│ │ │ │ │ ├── OS_NS_Thread.inl
│ │ │ │ │ ├── OS_NS_arpa_inet.h
│ │ │ │ │ ├── OS_NS_arpa_inet.inl
│ │ │ │ │ ├── OS_NS_ctype.h
│ │ │ │ │ ├── OS_NS_ctype.inl
│ │ │ │ │ ├── OS_NS_dirent.h
│ │ │ │ │ ├── OS_NS_dirent.inl
│ │ │ │ │ ├── OS_NS_dlfcn.h
│ │ │ │ │ ├── OS_NS_dlfcn.inl
│ │ │ │ │ ├── OS_NS_errno.h
│ │ │ │ │ ├── OS_NS_errno.inl
│ │ │ │ │ ├── OS_NS_fcntl.h
│ │ │ │ │ ├── OS_NS_fcntl.inl
│ │ │ │ │ ├── OS_NS_macros.h
│ │ │ │ │ ├── OS_NS_math.h
│ │ │ │ │ ├── OS_NS_math.inl
│ │ │ │ │ ├── OS_NS_netdb.h
│ │ │ │ │ ├── OS_NS_netdb.inl
│ │ │ │ │ ├── OS_NS_poll.h
│ │ │ │ │ ├── OS_NS_poll.inl
│ │ │ │ │ ├── OS_NS_pwd.h
│ │ │ │ │ ├── OS_NS_pwd.inl
│ │ │ │ │ ├── OS_NS_regex.h
│ │ │ │ │ ├── OS_NS_regex.inl
│ │ │ │ │ ├── OS_NS_signal.h
│ │ │ │ │ ├── OS_NS_signal.inl
│ │ │ │ │ ├── OS_NS_stdio.h
│ │ │ │ │ ├── OS_NS_stdio.inl
│ │ │ │ │ ├── OS_NS_stdlib.h
│ │ │ │ │ ├── OS_NS_stdlib.inl
│ │ │ │ │ ├── OS_NS_string.h
│ │ │ │ │ ├── OS_NS_string.inl
│ │ │ │ │ ├── OS_NS_strings.h
│ │ │ │ │ ├── OS_NS_strings.inl
│ │ │ │ │ ├── OS_NS_stropts.h
│ │ │ │ │ ├── OS_NS_stropts.inl
│ │ │ │ │ ├── OS_NS_sys_mman.h
│ │ │ │ │ ├── OS_NS_sys_mman.inl
│ │ │ │ │ ├── OS_NS_sys_msg.h
│ │ │ │ │ ├── OS_NS_sys_msg.inl
│ │ │ │ │ ├── OS_NS_sys_resource.h
│ │ │ │ │ ├── OS_NS_sys_resource.inl
│ │ │ │ │ ├── OS_NS_sys_select.h
│ │ │ │ │ ├── OS_NS_sys_select.inl
│ │ │ │ │ ├── OS_NS_sys_sendfile.h
│ │ │ │ │ ├── OS_NS_sys_sendfile.inl
│ │ │ │ │ ├── OS_NS_sys_shm.h
│ │ │ │ │ ├── OS_NS_sys_shm.inl
│ │ │ │ │ ├── OS_NS_sys_socket.h
│ │ │ │ │ ├── OS_NS_sys_socket.inl
│ │ │ │ │ ├── OS_NS_sys_stat.h
│ │ │ │ │ ├── OS_NS_sys_stat.inl
│ │ │ │ │ ├── OS_NS_sys_time.h
│ │ │ │ │ ├── OS_NS_sys_time.inl
│ │ │ │ │ ├── OS_NS_sys_uio.h
│ │ │ │ │ ├── OS_NS_sys_uio.inl
│ │ │ │ │ ├── OS_NS_sys_utsname.h
│ │ │ │ │ ├── OS_NS_sys_wait.h
│ │ │ │ │ ├── OS_NS_sys_wait.inl
│ │ │ │ │ ├── OS_NS_time.h
│ │ │ │ │ ├── OS_NS_time.inl
│ │ │ │ │ ├── OS_NS_unistd.h
│ │ │ │ │ ├── OS_NS_unistd.inl
│ │ │ │ │ ├── OS_NS_wchar.h
│ │ │ │ │ ├── OS_NS_wchar.inl
│ │ │ │ │ ├── OS_NS_wctype.h
│ │ │ │ │ ├── OS_NS_wctype.inl
│ │ │ │ │ ├── OS_QoS.h
│ │ │ │ │ ├── OS_TLI.h
│ │ │ │ │ ├── OS_TLI.inl
│ │ │ │ │ ├── OS_Thread_Adapter.h
│ │ │ │ │ ├── OS_main.h
│ │ │ │ │ ├── Obchunk.h
│ │ │ │ │ ├── Obchunk.inl
│ │ │ │ │ ├── Object_Manager.h
│ │ │ │ │ ├── Object_Manager.inl
│ │ │ │ │ ├── Object_Manager_Base.h
│ │ │ │ │ ├── Obstack.h
│ │ │ │ │ ├── Obstack_T.h
│ │ │ │ │ ├── Obstack_T.inl
│ │ │ │ │ ├── PI_Malloc.h
│ │ │ │ │ ├── PI_Malloc.inl
│ │ │ │ │ ├── POSIX_Asynch_IO.h
│ │ │ │ │ ├── POSIX_CB_Proactor.h
│ │ │ │ │ ├── POSIX_Proactor.h
│ │ │ │ │ ├── POSIX_Proactor.inl
│ │ │ │ │ ├── Pagefile_Memory_Pool.h
│ │ │ │ │ ├── Pagefile_Memory_Pool.inl
│ │ │ │ │ ├── Pair_T.h
│ │ │ │ │ ├── Pair_T.inl
│ │ │ │ │ ├── Parse_Node.h
│ │ │ │ │ ├── Ping_Socket.h
│ │ │ │ │ ├── Ping_Socket.inl
│ │ │ │ │ ├── Pipe.h
│ │ │ │ │ ├── Pipe.inl
│ │ │ │ │ ├── Priority_Reactor.h
│ │ │ │ │ ├── Proactor.h
│ │ │ │ │ ├── Proactor.inl
│ │ │ │ │ ├── Proactor_Impl.h
│ │ │ │ │ ├── Process.h
│ │ │ │ │ ├── Process.inl
│ │ │ │ │ ├── Process_Manager.h
│ │ │ │ │ ├── Process_Manager.inl
│ │ │ │ │ ├── Process_Mutex.h
│ │ │ │ │ ├── Process_Mutex.inl
│ │ │ │ │ ├── Process_Semaphore.h
│ │ │ │ │ ├── Process_Semaphore.inl
│ │ │ │ │ ├── Profile_Timer.h
│ │ │ │ │ ├── Profile_Timer.inl
│ │ │ │ │ ├── RB_Tree.h
│ │ │ │ │ ├── RB_Tree.inl
│ │ │ │ │ ├── RW_Mutex.h
│ │ │ │ │ ├── RW_Mutex.inl
│ │ │ │ │ ├── RW_Process_Mutex.h
│ │ │ │ │ ├── RW_Process_Mutex.inl
│ │ │ │ │ ├── RW_Thread_Mutex.h
│ │ │ │ │ ├── RW_Thread_Mutex.inl
│ │ │ │ │ ├── Reactor.h
│ │ │ │ │ ├── Reactor.inl
│ │ │ │ │ ├── Reactor_Impl.h
│ │ │ │ │ ├── Reactor_Notification_Strategy.h
│ │ │ │ │ ├── Reactor_Notification_Strategy.inl
│ │ │ │ │ ├── Reactor_Timer_Interface.h
│ │ │ │ │ ├── Reactor_Token_T.h
│ │ │ │ │ ├── Read_Buffer.h
│ │ │ │ │ ├── Read_Buffer.inl
│ │ │ │ │ ├── Recursive_Thread_Mutex.h
│ │ │ │ │ ├── Recursive_Thread_Mutex.inl
│ │ │ │ │ ├── Recyclable.h
│ │ │ │ │ ├── Recyclable.inl
│ │ │ │ │ ├── Refcountable_T.h
│ │ │ │ │ ├── Refcountable_T.inl
│ │ │ │ │ ├── Refcounted_Auto_Ptr.h
│ │ │ │ │ ├── Refcounted_Auto_Ptr.inl
│ │ │ │ │ ├── Registry.h
│ │ │ │ │ ├── Registry_Name_Space.h
│ │ │ │ │ ├── Remote_Name_Space.h
│ │ │ │ │ ├── Remote_Tokens.h
│ │ │ │ │ ├── Remote_Tokens.inl
│ │ │ │ │ ├── Reverse_Lock_T.h
│ │ │ │ │ ├── Reverse_Lock_T.inl
│ │ │ │ │ ├── SOCK.h
│ │ │ │ │ ├── SOCK.inl
│ │ │ │ │ ├── SOCK_Acceptor.h
│ │ │ │ │ ├── SOCK_Acceptor.inl
│ │ │ │ │ ├── SOCK_CODgram.h
│ │ │ │ │ ├── SOCK_CODgram.inl
│ │ │ │ │ ├── SOCK_Connector.h
│ │ │ │ │ ├── SOCK_Connector.inl
│ │ │ │ │ ├── SOCK_Dgram.h
│ │ │ │ │ ├── SOCK_Dgram.inl
│ │ │ │ │ ├── SOCK_Dgram_Bcast.h
│ │ │ │ │ ├── SOCK_Dgram_Bcast.inl
│ │ │ │ │ ├── SOCK_Dgram_Mcast.h
│ │ │ │ │ ├── SOCK_Dgram_Mcast.inl
│ │ │ │ │ ├── SOCK_IO.h
│ │ │ │ │ ├── SOCK_IO.inl
│ │ │ │ │ ├── SOCK_Netlink.h
│ │ │ │ │ ├── SOCK_Netlink.inl
│ │ │ │ │ ├── SOCK_SEQPACK_Acceptor.h
│ │ │ │ │ ├── SOCK_SEQPACK_Acceptor.inl
│ │ │ │ │ ├── SOCK_SEQPACK_Association.h
│ │ │ │ │ ├── SOCK_SEQPACK_Association.inl
│ │ │ │ │ ├── SOCK_SEQPACK_Connector.h
│ │ │ │ │ ├── SOCK_SEQPACK_Connector.inl
│ │ │ │ │ ├── SOCK_Stream.h
│ │ │ │ │ ├── SOCK_Stream.inl
│ │ │ │ │ ├── SPIPE.h
│ │ │ │ │ ├── SPIPE.inl
│ │ │ │ │ ├── SPIPE_Acceptor.h
│ │ │ │ │ ├── SPIPE_Addr.h
│ │ │ │ │ ├── SPIPE_Addr.inl
│ │ │ │ │ ├── SPIPE_Connector.h
│ │ │ │ │ ├── SPIPE_Connector.inl
│ │ │ │ │ ├── SPIPE_Stream.h
│ │ │ │ │ ├── SPIPE_Stream.inl
│ │ │ │ │ ├── SString.h
│ │ │ │ │ ├── SString.inl
│ │ │ │ │ ├── SStringfwd.h
│ │ │ │ │ ├── SUN_Proactor.h
│ │ │ │ │ ├── SV_Message.h
│ │ │ │ │ ├── SV_Message.inl
│ │ │ │ │ ├── SV_Message_Queue.h
│ │ │ │ │ ├── SV_Message_Queue.inl
│ │ │ │ │ ├── SV_Semaphore_Complex.h
│ │ │ │ │ ├── SV_Semaphore_Complex.inl
│ │ │ │ │ ├── SV_Semaphore_Simple.h
│ │ │ │ │ ├── SV_Semaphore_Simple.inl
│ │ │ │ │ ├── SV_Shared_Memory.h
│ │ │ │ │ ├── SV_Shared_Memory.inl
│ │ │ │ │ ├── Sample_History.h
│ │ │ │ │ ├── Sample_History.inl
│ │ │ │ │ ├── Sbrk_Memory_Pool.h
│ │ │ │ │ ├── Sched_Params.h
│ │ │ │ │ ├── Sched_Params.inl
│ │ │ │ │ ├── Select_Reactor.h
│ │ │ │ │ ├── Select_Reactor_Base.h
│ │ │ │ │ ├── Select_Reactor_Base.inl
│ │ │ │ │ ├── Select_Reactor_T.h
│ │ │ │ │ ├── Select_Reactor_T.inl
│ │ │ │ │ ├── Semaphore.h
│ │ │ │ │ ├── Semaphore.inl
│ │ │ │ │ ├── Service_Config.h
│ │ │ │ │ ├── Service_Config.inl
│ │ │ │ │ ├── Service_Gestalt.h
│ │ │ │ │ ├── Service_Gestalt.inl
│ │ │ │ │ ├── Service_Manager.h
│ │ │ │ │ ├── Service_Object.h
│ │ │ │ │ ├── Service_Object.inl
│ │ │ │ │ ├── Service_Repository.h
│ │ │ │ │ ├── Service_Repository.inl
│ │ │ │ │ ├── Service_Types.h
│ │ │ │ │ ├── Service_Types.inl
│ │ │ │ │ ├── Shared_Memory.h
│ │ │ │ │ ├── Shared_Memory_MM.h
│ │ │ │ │ ├── Shared_Memory_MM.inl
│ │ │ │ │ ├── Shared_Memory_Pool.h
│ │ │ │ │ ├── Shared_Memory_SV.h
│ │ │ │ │ ├── Shared_Memory_SV.inl
│ │ │ │ │ ├── Shared_Object.h
│ │ │ │ │ ├── Shared_Object.inl
│ │ │ │ │ ├── Sig_Adapter.h
│ │ │ │ │ ├── Sig_Handler.h
│ │ │ │ │ ├── Sig_Handler.inl
│ │ │ │ │ ├── Signal.h
│ │ │ │ │ ├── Signal.inl
│ │ │ │ │ ├── Singleton.h
│ │ │ │ │ ├── Singleton.inl
│ │ │ │ │ ├── Sock_Connect.h
│ │ │ │ │ ├── Stack_Trace.h
│ │ │ │ │ ├── Static_Object_Lock.h
│ │ │ │ │ ├── Stats.h
│ │ │ │ │ ├── Stats.inl
│ │ │ │ │ ├── Strategies_T.h
│ │ │ │ │ ├── Strategies_T.inl
│ │ │ │ │ ├── Stream.h
│ │ │ │ │ ├── Stream.inl
│ │ │ │ │ ├── Stream_Modules.h
│ │ │ │ │ ├── String_Base.h
│ │ │ │ │ ├── String_Base.inl
│ │ │ │ │ ├── String_Base_Const.h
│ │ │ │ │ ├── Svc_Conf.h
│ │ │ │ │ ├── Svc_Conf_Lexer.h
│ │ │ │ │ ├── Svc_Conf_Param.h
│ │ │ │ │ ├── Svc_Conf_Token_Table.h
│ │ │ │ │ ├── Svc_Conf_Tokens.h
│ │ │ │ │ ├── Svc_Handler.h
│ │ │ │ │ ├── Synch.h
│ │ │ │ │ ├── Synch_Options.h
│ │ │ │ │ ├── Synch_Traits.h
│ │ │ │ │ ├── System_Time.h
│ │ │ │ │ ├── TLI.h
│ │ │ │ │ ├── TLI.inl
│ │ │ │ │ ├── TLI_Acceptor.h
│ │ │ │ │ ├── TLI_Connector.h
│ │ │ │ │ ├── TLI_Connector.inl
│ │ │ │ │ ├── TLI_Stream.h
│ │ │ │ │ ├── TLI_Stream.inl
│ │ │ │ │ ├── TP_Reactor.h
│ │ │ │ │ ├── TP_Reactor.inl
│ │ │ │ │ ├── TSS_Adapter.h
│ │ │ │ │ ├── TSS_T.h
│ │ │ │ │ ├── TSS_T.inl
│ │ │ │ │ ├── TTY_IO.h
│ │ │ │ │ ├── Task.h
│ │ │ │ │ ├── Task.inl
│ │ │ │ │ ├── Task_Ex_T.h
│ │ │ │ │ ├── Task_Ex_T.inl
│ │ │ │ │ ├── Task_T.h
│ │ │ │ │ ├── Task_T.inl
│ │ │ │ │ ├── Test_and_Set.h
│ │ │ │ │ ├── Thread.h
│ │ │ │ │ ├── Thread.inl
│ │ │ │ │ ├── Thread_Adapter.h
│ │ │ │ │ ├── Thread_Adapter.inl
│ │ │ │ │ ├── Thread_Control.h
│ │ │ │ │ ├── Thread_Control.inl
│ │ │ │ │ ├── Thread_Exit.h
│ │ │ │ │ ├── Thread_Hook.h
│ │ │ │ │ ├── Thread_Manager.h
│ │ │ │ │ ├── Thread_Manager.inl
│ │ │ │ │ ├── Thread_Mutex.h
│ │ │ │ │ ├── Thread_Mutex.inl
│ │ │ │ │ ├── Thread_Semaphore.h
│ │ │ │ │ ├── Thread_Semaphore.inl
│ │ │ │ │ ├── Throughput_Stats.h
│ │ │ │ │ ├── Time_Policy.h
│ │ │ │ │ ├── Time_Policy.inl
│ │ │ │ │ ├── Time_Policy_T.h
│ │ │ │ │ ├── Time_Policy_T.inl
│ │ │ │ │ ├── Time_Value.h
│ │ │ │ │ ├── Time_Value.inl
│ │ │ │ │ ├── Time_Value_T.h
│ │ │ │ │ ├── Time_Value_T.inl
│ │ │ │ │ ├── Timeprobe.h
│ │ │ │ │ ├── Timeprobe.inl
│ │ │ │ │ ├── Timeprobe_T.h
│ │ │ │ │ ├── Timer_Hash.h
│ │ │ │ │ ├── Timer_Hash_T.h
│ │ │ │ │ ├── Timer_Heap.h
│ │ │ │ │ ├── Timer_Heap_T.h
│ │ │ │ │ ├── Timer_List.h
│ │ │ │ │ ├── Timer_List_T.h
│ │ │ │ │ ├── Timer_Queue.h
│ │ │ │ │ ├── Timer_Queue_Adapters.h
│ │ │ │ │ ├── Timer_Queue_Adapters.inl
│ │ │ │ │ ├── Timer_Queue_Iterator.h
│ │ │ │ │ ├── Timer_Queue_Iterator.inl
│ │ │ │ │ ├── Timer_Queue_T.h
│ │ │ │ │ ├── Timer_Queue_T.inl
│ │ │ │ │ ├── Timer_Queuefwd.h
│ │ │ │ │ ├── Timer_Wheel.h
│ │ │ │ │ ├── Timer_Wheel_T.h
│ │ │ │ │ ├── Token.h
│ │ │ │ │ ├── Token.inl
│ │ │ │ │ ├── Token_Collection.h
│ │ │ │ │ ├── Token_Collection.inl
│ │ │ │ │ ├── Token_Invariants.h
│ │ │ │ │ ├── Token_Manager.h
│ │ │ │ │ ├── Token_Manager.inl
│ │ │ │ │ ├── Token_Request_Reply.h
│ │ │ │ │ ├── Token_Request_Reply.inl
│ │ │ │ │ ├── Tokenizer_T.h
│ │ │ │ │ ├── Trace.h
│ │ │ │ │ ├── Truncate.h
│ │ │ │ │ ├── Typed_SV_Message.h
│ │ │ │ │ ├── Typed_SV_Message.inl
│ │ │ │ │ ├── Typed_SV_Message_Queue.h
│ │ │ │ │ ├── Typed_SV_Message_Queue.inl
│ │ │ │ │ ├── UNIX_Addr.h
│ │ │ │ │ ├── UNIX_Addr.inl
│ │ │ │ │ ├── UPIPE_Acceptor.h
│ │ │ │ │ ├── UPIPE_Acceptor.inl
│ │ │ │ │ ├── UPIPE_Addr.h
│ │ │ │ │ ├── UPIPE_Connector.h
│ │ │ │ │ ├── UPIPE_Connector.inl
│ │ │ │ │ ├── UPIPE_Stream.h
│ │ │ │ │ ├── UPIPE_Stream.inl
│ │ │ │ │ ├── UTF16_Encoding_Converter.h
│ │ │ │ │ ├── UTF16_Encoding_Converter.inl
│ │ │ │ │ ├── UTF32_Encoding_Converter.h
│ │ │ │ │ ├── UTF8_Encoding_Converter.h
│ │ │ │ │ ├── UUID.h
│ │ │ │ │ ├── UUID.inl
│ │ │ │ │ ├── Unbounded_Queue.h
│ │ │ │ │ ├── Unbounded_Queue.inl
│ │ │ │ │ ├── Unbounded_Set.h
│ │ │ │ │ ├── Unbounded_Set.inl
│ │ │ │ │ ├── Unbounded_Set_Ex.h
│ │ │ │ │ ├── Unbounded_Set_Ex.inl
│ │ │ │ │ ├── Value_Ptr.h
│ │ │ │ │ ├── Vector_T.h
│ │ │ │ │ ├── Vector_T.inl
│ │ │ │ │ ├── Version.h
│ │ │ │ │ ├── Versioned_Namespace.h
│ │ │ │ │ ├── WFMO_Reactor.h
│ │ │ │ │ ├── WFMO_Reactor.inl
│ │ │ │ │ ├── WIN32_Asynch_IO.h
│ │ │ │ │ ├── WIN32_Proactor.h
│ │ │ │ │ ├── XML_Svc_Conf.h
│ │ │ │ │ ├── XTI_ATM_Mcast.h
│ │ │ │ │ ├── XTI_ATM_Mcast.inl
│ │ │ │ │ ├── ace_wchar.h
│ │ │ │ │ ├── ace_wchar.inl
│ │ │ │ │ ├── checked_iterator.h
│ │ │ │ │ ├── config-WinCE.h
│ │ │ │ │ ├── config-aix-5.x.h
│ │ │ │ │ ├── config-aix-7.h
│ │ │ │ │ ├── config-all.h
│ │ │ │ │ ├── config-android.h
│ │ │ │ │ ├── config-cygwin32.h
│ │ │ │ │ ├── config-freebsd.h
│ │ │ │ │ ├── config-g++-common.h
│ │ │ │ │ ├── config-hpux-11.00.h
│ │ │ │ │ ├── config-icc-common.h
│ │ │ │ │ ├── config-integritySCA.h
│ │ │ │ │ ├── config-kfreebsd.h
│ │ │ │ │ ├── config-linux.h
│ │ │ │ │ ├── config-lite.h
│ │ │ │ │ ├── config-lynxos.h
│ │ │ │ │ ├── config-macosx-iOS-hardware.h
│ │ │ │ │ ├── config-macosx-iOS-simulator.h
│ │ │ │ │ ├── config-macosx-leopard.h
│ │ │ │ │ ├── config-macosx-lion.h
│ │ │ │ │ ├── config-macosx-mountainlion.h
│ │ │ │ │ ├── config-macosx-panther.h
│ │ │ │ │ ├── config-macosx-snowleopard.h
│ │ │ │ │ ├── config-macosx-tiger.h
│ │ │ │ │ ├── config-macosx.h
│ │ │ │ │ ├── config-macros.h
│ │ │ │ │ ├── config-netbsd.h
│ │ │ │ │ ├── config-openbsd.h
│ │ │ │ │ ├── config-openvms.h
│ │ │ │ │ ├── config-pharlap.h
│ │ │ │ │ ├── config-posix-nonetworking.h
│ │ │ │ │ ├── config-posix.h
│ │ │ │ │ ├── config-qnx.h
│ │ │ │ │ ├── config-rtems.h
│ │ │ │ │ ├── config-suncc-common.h
│ │ │ │ │ ├── config-sunos5.10.h
│ │ │ │ │ ├── config-sunos5.11.h
│ │ │ │ │ ├── config-sunos5.4-g++.h
│ │ │ │ │ ├── config-sunos5.4-sunc++-4.x.h
│ │ │ │ │ ├── config-sunos5.5.h
│ │ │ │ │ ├── config-sunos5.6.h
│ │ │ │ │ ├── config-sunos5.7.h
│ │ │ │ │ ├── config-sunos5.8.h
│ │ │ │ │ ├── config-sunos5.9.h
│ │ │ │ │ ├── config-vxworks.h
│ │ │ │ │ ├── config-vxworks6.4.h
│ │ │ │ │ ├── config-vxworks6.5.h
│ │ │ │ │ ├── config-vxworks6.6.h
│ │ │ │ │ ├── config-vxworks6.7.h
│ │ │ │ │ ├── config-vxworks6.8.h
│ │ │ │ │ ├── config-vxworks6.9.h
│ │ │ │ │ ├── config-win32-borland.h
│ │ │ │ │ ├── config-win32-cegcc.h
│ │ │ │ │ ├── config-win32-common.h
│ │ │ │ │ ├── config-win32-dmc.h
│ │ │ │ │ ├── config-win32-interix.h
│ │ │ │ │ ├── config-win32-mingw.h
│ │ │ │ │ ├── config-win32-mingw64.h
│ │ │ │ │ ├── config-win32-msvc-10.h
│ │ │ │ │ ├── config-win32-msvc-7.h
│ │ │ │ │ ├── config-win32-msvc-8.h
│ │ │ │ │ ├── config-win32-msvc-9.h
│ │ │ │ │ ├── config-win32-msvc.h
│ │ │ │ │ ├── config-win32.h
│ │ │ │ │ ├── config-windows.h
│ │ │ │ │ ├── config.h
│ │ │ │ │ ├── iosfwd.h
│ │ │ │ │ ├── os_include
│ │ │ │ │ │ ├── arpa
│ │ │ │ │ │ │ └── os_inet.h
│ │ │ │ │ │ ├── net
│ │ │ │ │ │ │ └── os_if.h
│ │ │ │ │ │ ├── netinet
│ │ │ │ │ │ │ ├── os_in.h
│ │ │ │ │ │ │ └── os_tcp.h
│ │ │ │ │ │ ├── os_aio.h
│ │ │ │ │ │ ├── os_assert.h
│ │ │ │ │ │ ├── os_byteswap.h
│ │ │ │ │ │ ├── os_complex.h
│ │ │ │ │ │ ├── os_cpio.h
│ │ │ │ │ │ ├── os_ctype.h
│ │ │ │ │ │ ├── os_dirent.h
│ │ │ │ │ │ ├── os_dlfcn.h
│ │ │ │ │ │ ├── os_errno.h
│ │ │ │ │ │ ├── os_fcntl.h
│ │ │ │ │ │ ├── os_fenv.h
│ │ │ │ │ │ ├── os_float.h
│ │ │ │ │ │ ├── os_fmtmsg.h
│ │ │ │ │ │ ├── os_fnmatch.h
│ │ │ │ │ │ ├── os_ftw.h
│ │ │ │ │ │ ├── os_glob.h
│ │ │ │ │ │ ├── os_grp.h
│ │ │ │ │ │ ├── os_iconv.h
│ │ │ │ │ │ ├── os_ifaddrs.h
│ │ │ │ │ │ ├── os_intrin.h
│ │ │ │ │ │ ├── os_inttypes.h
│ │ │ │ │ │ ├── os_iso646.h
│ │ │ │ │ │ ├── os_kstat.h
│ │ │ │ │ │ ├── os_langinfo.h
│ │ │ │ │ │ ├── os_libgen.h
│ │ │ │ │ │ ├── os_limits.h
│ │ │ │ │ │ ├── os_local.h
│ │ │ │ │ │ ├── os_math.h
│ │ │ │ │ │ ├── os_monetary.h
│ │ │ │ │ │ ├── os_mqueue.h
│ │ │ │ │ │ ├── os_ndbm.h
│ │ │ │ │ │ ├── os_netdb.h
│ │ │ │ │ │ ├── os_nl_types.h
│ │ │ │ │ │ ├── os_pdh.h
│ │ │ │ │ │ ├── os_pdhmsg.h
│ │ │ │ │ │ ├── os_poll.h
│ │ │ │ │ │ ├── os_pthread.h
│ │ │ │ │ │ ├── os_pwd.h
│ │ │ │ │ │ ├── os_regex.h
│ │ │ │ │ │ ├── os_sched.h
│ │ │ │ │ │ ├── os_search.h
│ │ │ │ │ │ ├── os_semaphore.h
│ │ │ │ │ │ ├── os_setjmp.h
│ │ │ │ │ │ ├── os_signal.h
│ │ │ │ │ │ ├── os_spawn.h
│ │ │ │ │ │ ├── os_stdarg.h
│ │ │ │ │ │ ├── os_stdbool.h
│ │ │ │ │ │ ├── os_stddef.h
│ │ │ │ │ │ ├── os_stdint.h
│ │ │ │ │ │ ├── os_stdio.h
│ │ │ │ │ │ ├── os_stdlib.h
│ │ │ │ │ │ ├── os_string.h
│ │ │ │ │ │ ├── os_strings.h
│ │ │ │ │ │ ├── os_stropts.h
│ │ │ │ │ │ ├── os_syslog.h
│ │ │ │ │ │ ├── os_tar.h
│ │ │ │ │ │ ├── os_termios.h
│ │ │ │ │ │ ├── os_tgmath.h
│ │ │ │ │ │ ├── os_time.h
│ │ │ │ │ │ ├── os_trace.h
│ │ │ │ │ │ ├── os_typeinfo.h
│ │ │ │ │ │ ├── os_ucontext.h
│ │ │ │ │ │ ├── os_ulimit.h
│ │ │ │ │ │ ├── os_unistd.h
│ │ │ │ │ │ ├── os_utime.h
│ │ │ │ │ │ ├── os_utmpx.h
│ │ │ │ │ │ ├── os_wchar.h
│ │ │ │ │ │ ├── os_wctype.h
│ │ │ │ │ │ ├── os_wordexp.h
│ │ │ │ │ │ └── sys
│ │ │ │ │ │ ├── os_ipc.h
│ │ │ │ │ │ ├── os_loadavg.h
│ │ │ │ │ │ ├── os_mman.h
│ │ │ │ │ │ ├── os_msg.h
│ │ │ │ │ │ ├── os_pstat.h
│ │ │ │ │ │ ├── os_resource.h
│ │ │ │ │ │ ├── os_select.h
│ │ │ │ │ │ ├── os_sem.h
│ │ │ │ │ │ ├── os_shm.h
│ │ │ │ │ │ ├── os_socket.h
│ │ │ │ │ │ ├── os_stat.h
│ │ │ │ │ │ ├── os_statvfs.h
│ │ │ │ │ │ ├── os_sysctl.h
│ │ │ │ │ │ ├── os_sysinfo.h
│ │ │ │ │ │ ├── os_time.h
│ │ │ │ │ │ ├── os_timeb.h
│ │ │ │ │ │ ├── os_times.h
│ │ │ │ │ │ ├── os_types.h
│ │ │ │ │ │ ├── os_uio.h
│ │ │ │ │ │ ├── os_un.h
│ │ │ │ │ │ ├── os_utsname.h
│ │ │ │ │ │ └── os_wait.h
│ │ │ │ │ ├── post.h
│ │ │ │ │ ├── pre.h
│ │ │ │ │ ├── streams.h
│ │ │ │ │ └── svc_export.h
│ │ │ │ ├── n3kWGCom.dll
│ │ │ │ ├── n3kWGCom.h
│ │ │ │ └── n3kWGCom.lib
│ │ │ └── 20151202-短报文SM4方法通信加密V6.62.doc
│ │ ├── 20151202-模拟卡号远程开门 不受权限约束V6.62.doc
│ │ ├── 20160523-利用门禁管理软件-修改60000端口.doc
│ │ ├── 20160913-权限精确到秒的设置-V7.66.doc
│ │ ├── 20160921-在lubuntu下可以编译发广播包的程序[远程开门]
│ │ │ ├── broadc-udpclient.c
│ │ │ └── client
│ │ ├── 设置记录 门磁 按钮 报警 事件参数-20150506.doc
│ │ ├── 时段限次设置假期分钟_20150506.doc
│ │ ├── 时段限次设置假期分钟_操作实例_20150506.doc
│ │ └── 启用输入卡号加密码开门-20150506.doc
│ └── IPCon2015_V2.17.exe
├── 二次开发(基于门禁软件)
│ ├── OA对接用存储过程-20150422发行版本-第二版本.doc
│ ├── 参考数据
│ │ └── 所有刷卡记录和非刷卡记录(更新)_20150504
│ │ ├── n3k_monitor.log
│ │ ├── n3k_rec2.log
│ │ └── n3k_rec3.log
│ ├── 英文获取刷卡记录的sql语句-20160921.txt
│ └── 利用当前门禁软件进行开发20150521-扩展功能-第三版本.doc
├── 微耕门禁开发指南V3.6.doc
├── 二次开发工具应用说明_20160926.doc
└── 如何快速查找二次开发文档_20160926.doc
175 directories, 3186 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论