VR-Link API Documentation for DIS
Public Member Functions | Protected Attributes
DtIoServiceRunnable Class Reference

The DtIoServiceRunnable provides a thread to run the Boost io_service in to provide async I/O to the DtInetSocket classes. More...

+ Inheritance diagram for DtIoServiceRunnable:
+ Collaboration diagram for DtIoServiceRunnable:

List of all members.

Public Member Functions

 DtIoServiceRunnable (void *ioService, DtInetSocket *sock)
 Constructor.
virtual ~DtIoServiceRunnable ()
 Destructor.
virtual void run ()
 Main execution routine.
virtual void stop (bool block)

Protected Attributes

bool threadIsStopped
void * myIoServiceImpl
DtInetSocketmySocket

Detailed Description

The DtIoServiceRunnable provides a thread to run the Boost io_service in to provide async I/O to the DtInetSocket classes.


Constructor & Destructor Documentation

DtIoServiceRunnable::DtIoServiceRunnable ( void *  ioService,
DtInetSocket sock 
)

Constructor.

Destructor.


Member Function Documentation

virtual void DtIoServiceRunnable::run ( ) [virtual]

Main execution routine.

  • Called by start() when run as a thread

Implements DtRunnable.

virtual void DtIoServiceRunnable::stop ( bool  block) [virtual]

Member Data Documentation


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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)