From bluesky-commits-return-182-apmail-incubator-bluesky-commits-archive=incubator.apache.org@incubator.apache.org Wed Oct 28 01:35:40 2009 Return-Path: Delivered-To: apmail-incubator-bluesky-commits-archive@minotaur.apache.org Received: (qmail 37867 invoked from network); 28 Oct 2009 01:35:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Oct 2009 01:35:40 -0000 Received: (qmail 68857 invoked by uid 500); 28 Oct 2009 01:35:40 -0000 Delivered-To: apmail-incubator-bluesky-commits-archive@incubator.apache.org Received: (qmail 68838 invoked by uid 500); 28 Oct 2009 01:35:39 -0000 Mailing-List: contact bluesky-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bluesky-dev@incubator.apache.org Delivered-To: mailing list bluesky-commits@incubator.apache.org Received: (qmail 68829 invoked by uid 99); 28 Oct 2009 01:35:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 01:35:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 01:35:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D789423889E3; Wed, 28 Oct 2009 01:34:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r830421 [8/47] - in /incubator/bluesky/webpage/files/html/APIdoc: ./ DTUAPI/ TserverAPI/ Date: Wed, 28 Oct 2009 01:34:14 -0000 To: bluesky-commits@incubator.apache.org From: mabowen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091028013426.D789423889E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtunit_8h.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtunit_8h.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtunit_8h.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtunit_8h.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,93 @@ + + + + +RealClass: dtunit.h File Reference + + + + + + +
+

dtunit.h File Reference

#include <jmutex.h>
+#include "mcumessage.h"
+ +

Go to the source code of this file.

+ + + + + + + + + + +

Classes

class  CDTUPort
struct  CDTUPort::NATDATA
class  CDTUnit

Defines

#define DTUPORT_MAXNUM   5

Typedefs

typedef std::list< RTPAddress * > LISTADDR
typedef std::list< CDTUPort * > LISTDTUPORT
+

Detailed Description

+

initialize work about data transmit unit

+

Define Documentation

+ +
+
+ + + + +
#define DTUPORT_MAXNUM   5
+
+
+

5 ports, at most, dtu use

+ +
+
+

Typedef Documentation

+ +
+
+ + + + +
typedef std::list<RTPAddress*> LISTADDR
+
+
+

RTPAddress list

+ +
+
+ +
+
+ + + + +
typedef std::list<CDTUPort*> LISTDTUPORT
+
+
+

CDTUPort list

+ +
+
+
+
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtunit_8h_source.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtunit_8h_source.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtunit_8h_source.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtunit_8h_source.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,128 @@ + + + + +RealClass: dtunit.h Source File + + + + + + +
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8cpp.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8cpp.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8cpp.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8cpp.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,85 @@ + + + + +RealClass: dtupollthread.cpp File Reference + + + + + + +
+

dtupollthread.cpp File Reference

#include "dtufunction.h"
+#include "dtunit.h"
+#include "dtupollthread.h"
+#include <rtpsession.h>
+#include <rtcpscheduler.h>
+#include <rtperrors.h>
+#include <rtprawpacket.h>
+#include <time.h>
+#include <rtpdebug.h>
+#include "ts_communicate.h"
+ + + + + +

Functions

int64_t av_gettime (void)

Variables

SeMCU_TS_communicate semcu_ts_comm
+

Detailed Description

+

implementation of class CDTUPollThread

+

Function Documentation

+ +
+
+ + + + + + + + + +
int64_t av_gettime (void  ) 
+
+
+

get current time

+ +
+
+

Variable Documentation

+ + +
+
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8h.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8h.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8h.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8h.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,45 @@ + + + + +RealClass: dtupollthread.h File Reference + + + + + + +
+

dtupollthread.h File Reference

#include "rtpconfig.h"
+#include "rtptransmitter.h"
+#include <jthread.h>
+#include <jmutex.h>
+#include <list>
+ +

Go to the source code of this file.

+ + + +

Classes

class  CDTUPollThread
+

Detailed Description

+

define CDTUPollThread, extends from JThread, thread poll dtu data transmission

+
+
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8h_source.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8h_source.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8h_source.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtupollthread_8h_source.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,69 @@ + + + + +RealClass: dtupollthread.h Source File + + + + + + +
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtuporttype_8h.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtuporttype_8h.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtuporttype_8h.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtuporttype_8h.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,129 @@ + + + + +RealClass: dtuporttype.h File Reference + + + + + + +
+

dtuporttype.h File Reference

+

Go to the source code of this file.

+ + + + + + + + +

Defines

#define DTU_UNKNOWNPORT   0x0000
#define DTU_TSPORT   0x0001
#define DTU_TVPORT   0x0002
#define DTU_TAPORT   0x0004
#define DTU_SVPORT   0x0008
#define DTU_SAPORT   0x0010
+

Detailed Description

+

define dtu port type

+

Define Documentation

+ +
+
+ + + + +
#define DTU_SAPORT   0x0010
+
+
+

dtu port, forward focus student audio data

+ +
+
+ +
+
+ + + + +
#define DTU_SVPORT   0x0008
+
+
+

dtu port, forward focus student video data

+ +
+
+ +
+
+ + + + +
#define DTU_TAPORT   0x0004
+
+
+

dtu port, forward teacher's audio data

+ +
+
+ +
+
+ + + + +
#define DTU_TSPORT   0x0001
+
+
+

dtu port, forward teacher's screen data

+ +
+
+ +
+
+ + + + +
#define DTU_TVPORT   0x0002
+
+
+

dtu port, forward teacher's video data

+ +
+
+ +
+
+ + + + +
#define DTU_UNKNOWNPORT   0x0000
+
+
+ +
+
+
+
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtuporttype_8h_source.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtuporttype_8h_source.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtuporttype_8h_source.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/dtuporttype_8h_source.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,63 @@ + + + + +RealClass: dtuporttype.h Source File + + + + + + +
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/files.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/files.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/files.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/files.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,64 @@ + + + + +RealClass: File Index + + + + + + + +
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,91 @@ + + + + +RealClass: Class Members + + + + + + +
+Here is a list of all class members with links to the classes they belong to: + +

- a -

+
+
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x62.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x62.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x62.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x62.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,75 @@ + + + + +RealClass: Class Members + + + + + + +
+Here is a list of all class members with links to the classes they belong to: + +

- b -

+
+
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x63.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x63.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x63.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x63.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,167 @@ + + + + +RealClass: Class Members + + + + + + +
+Here is a list of all class members with links to the classes they belong to: + +

- c -

+
+
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x64.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x64.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x64.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x64.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,86 @@ + + + + +RealClass: Class Members + + + + + + +
+Here is a list of all class members with links to the classes they belong to: + +

- d -

+
+
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x65.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x65.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x65.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x65.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,72 @@ + + + + +RealClass: Class Members + + + + + + +
+Here is a list of all class members with links to the classes they belong to: + +

- e -

+
+
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x66.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x66.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x66.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/functions_0x66.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,73 @@ + + + + +RealClass: Class Members + + + + + + +
+Here is a list of all class members with links to the classes they belong to: + +

- f -

+
+
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ +