IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
TestWS_Lib.ThreadData Class Reference

A class that contains all the data for each thread, that sends packages to the WS. More...

Public Member Functions

 ThreadData (List< Package > packages, int numSendPackages, int timeLag)
 

Properties

List< PackagePackages [get, set]
 List, containing all the packages in this thread. More...
 
int NumSendPackages [get, set]
 How many times the list is sent. More...
 
int TimeLag [get, set]
 Time lag between each package, that we send. More...
 

Private Attributes

List< Packagepackages
 
int numSendPackages
 
int timeLag
 

Detailed Description

A class that contains all the data for each thread, that sends packages to the WS.

Constructor & Destructor Documentation

TestWS_Lib.ThreadData.ThreadData ( List< Package packages,
int  numSendPackages,
int  timeLag 
)
inline

Member Data Documentation

List<Package> TestWS_Lib.ThreadData.packages
private
int TestWS_Lib.ThreadData.numSendPackages
private
int TestWS_Lib.ThreadData.timeLag
private

Property Documentation

List<Package> TestWS_Lib.ThreadData.Packages
getset
int TestWS_Lib.ThreadData.NumSendPackages
getset
int TestWS_Lib.ThreadData.TimeLag
getset

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