InfoClient Class Reference

#include <PLSessionManager.h>

Public Member Functions

 InfoClient ()

Data Fields

InfoClientNextMember
InfoClientNextGroup
InfoClientPrevMember
InfoClientPrevGroup
bool isPatching
char video_name [1024+1]
unsigned int videoTotalBlocks
char multicast_ip [1024+1]
int multicast_port
pid_t PIDClientThread
ClientMode mode
int CurrentBlock
int target

Detailed Description

Definition at line 87 of file PLSessionManager.h.


Constructor & Destructor Documentation

InfoClient::InfoClient (  )  [inline]

Definition at line 90 of file PLSessionManager.h.

00091     {
00092         NextMember       = NULL;
00093         NextGroup        = NULL;
00094         PrevMember       = NULL;
00095         PrevGroup        = NULL;
00096         isPatching       = false;
00097         memset( video_name, 0, sizeof(video_name) );
00098         videoTotalBlocks = 0;
00099         memset( multicast_ip, 0, sizeof(multicast_ip) );
00100         multicast_port   = 0;
00101         PIDClientThread  = 0;
00102         mode             = UNAVAILABLE;
00103         CurrentBlock     = -1;
00104         target           = -1;
00105     };


Field Documentation

Definition at line 122 of file PLSessionManager.h.

Definition at line 111 of file PLSessionManager.h.

Definition at line 118 of file PLSessionManager.h.

Definition at line 114 of file PLSessionManager.h.

Definition at line 115 of file PLSessionManager.h.

Definition at line 108 of file PLSessionManager.h.

Definition at line 105 of file PLSessionManager.h.

Definition at line 116 of file PLSessionManager.h.

Definition at line 110 of file PLSessionManager.h.

Definition at line 109 of file PLSessionManager.h.

Definition at line 126 of file PLSessionManager.h.

char InfoClient::video_name[1024+1]

Definition at line 112 of file PLSessionManager.h.

Definition at line 113 of file PLSessionManager.h.


The documentation for this class was generated from the following file:
Generated on Wed Jul 4 16:03:35 2012 for RIO by  doxygen 1.6.3