From bluesky-commits-return-179-apmail-incubator-bluesky-commits-archive=incubator.apache.org@incubator.apache.org Wed Oct 28 01:35:33 2009 Return-Path: Delivered-To: apmail-incubator-bluesky-commits-archive@minotaur.apache.org Received: (qmail 37852 invoked from network); 28 Oct 2009 01:35:33 -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:33 -0000 Received: (qmail 68744 invoked by uid 500); 28 Oct 2009 01:35:33 -0000 Delivered-To: apmail-incubator-bluesky-commits-archive@incubator.apache.org Received: (qmail 68725 invoked by uid 500); 28 Oct 2009 01:35:33 -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 68715 invoked by uid 99); 28 Oct 2009 01:35:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 01:35:33 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 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 03C3C2388A1D; Wed, 28 Oct 2009 01:34:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r830421 [13/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: <20091028013427.03C3C2388A1D@eris.apache.org> Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/interface_8h.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/interface_8h.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/interface_8h.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/interface_8h.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,400 @@ + + + + +RealClass: interface.h File Reference + + + + + + +
+

interface.h File Reference

#include "stdafx.h"
+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + +

Classes

struct  entry_setpara
struct  entry_usepara

Defines

#define ENTRY_MAXLENGTH   200

Functions

void get_entry_setpara ()
void get_entry_userpara ()
void para_set_true ()
void join_set_true ()
void leave_set_false ()
void joingroup_set (int)
void joingroup_okbutt_set ()
void joingroup_okbutt_set_false ()
void refresh_transfer_clist_button_set (int)
void para_advance_set_true ()
GtkWidget * create_main_window (void)
GtkWidget * create_para_dialog (void)
GtkWidget * create_radio_dialog (void)
GtkWidget * create_login_dialog (void)
GtkWidget * create_chose_class_dialog (void)
void Error_dia (gchar *, gchar *input)
+

Detailed Description

+

interface of DTU

+

Define Documentation

+ +
+
+ + + + +
#define ENTRY_MAXLENGTH   200
+
+
+ +
+
+

Function Documentation

+ +
+
+ + + + + + + + + +
GtkWidget* create_chose_class_dialog (void  ) 
+
+
+

create choose class dialog

+ +
+
+ +
+
+ + + + + + + + + +
GtkWidget* create_login_dialog (void  ) 
+
+
+

create login dialog

+ +
+
+ +
+
+ + + + + + + + + +
GtkWidget* create_main_window (void  ) 
+
+
+

create the main window of dtu

+ +
+
+ +
+
+ + + + + + + + + +
GtkWidget* create_para_dialog (void  ) 
+
+
+

create dialogs

+ +
+
+ +
+
+ + + + + + + + + +
GtkWidget* create_radio_dialog (void  ) 
+
+
+

create radio dialog

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void Error_dia (gchar *  input,
gchar *  solution 
)
+
+
+

error dialog

+
Parameters:
+ + + +
*input error message
*solution suggested solution to errors
+
+
+ +
+
+ +
+
+ + + + + + + + +
void get_entry_setpara ( ) 
+
+
+

get parameters from setting panel

+ +
+
+ +
+
+ + + + + + + + +
void get_entry_userpara ( ) 
+
+
+

get user date from user entry

+ +
+
+ +
+
+ + + + + + + + +
void join_set_true ( ) 
+
+
+

join in setting true

+ +
+
+ +
+
+ + + + + + + + +
void joingroup_okbutt_set ( ) 
+
+
+

allow join group

+ +
+
+ +
+
+ + + + + + + + +
void joingroup_okbutt_set_false ( ) 
+
+
+

fobid join group

+ +
+
+ +
+
+ + + + + + + + + +
void joingroup_set (int  i ) 
+
+
+

join group setting

+
Parameters:
+ + +
i o: not joining; 1:join group; 2: join class; 3:freeze actions
+
+
+ +
+
+ +
+
+ + + + + + + + +
void leave_set_false ( ) 
+
+
+

set leave false

+ +
+
+ +
+
+ + + + + + + + +
void para_advance_set_true ( ) 
+
+
+

make advance setting true

+ +
+
+ +
+
+ + + + + + + + +
void para_set_true ( ) 
+
+
+

setting parameters true, so they would show up

+ +
+
+ +
+
+ + + + + + + + + +
void refresh_transfer_clist_button_set (int  i ) 
+
+
+

refresh user list

+
Parameters:
+ + +
i 0: allow refresh; 1: forbid refreshing
+
+
+ +
+
+
+
Generated on Wed Oct 21 19:15:25 2009 for RealClass by  + +doxygen 1.6.0
+ + Added: incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/interface_8h_source.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/interface_8h_source.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/interface_8h_source.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/interface_8h_source.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,87 @@ + + + + +RealClass: interface.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/language__test_8cpp.html URL: http://svn.apache.org/viewvc/incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/language__test_8cpp.html?rev=830421&view=auto ============================================================================== --- incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/language__test_8cpp.html (added) +++ incubator/bluesky/webpage/files/html/APIdoc/DTUAPI/language__test_8cpp.html Wed Oct 28 01:33:45 2009 @@ -0,0 +1,1014 @@ + + + + +RealClass: language_test.cpp File Reference + + + + + + +
+

language_test.cpp File Reference

#include "language_test.h"
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Variables

char * p_mainframe_WinTitle = "DTU"
char * p_Toolbar_Menu_Start = "Start"
char * p_Toolbar_Menu_Start_Type = "DTU Type Select"
char * p_Toolbar_Menu_Start_Logon = "Login Server"
char * p_Toolbar_Menu_Start_Logout = "Logout Server"
char * p_Toolbar_Menu_Start_Exit = "Quit"
char * p_Toolbar_Setting = "Setting"
char * p_Toolbar_Setting_SetPara = "Network Configure"
char * p_Toolbar_ClassOption = "Class Options"
char * p_Toolbar_ClassOption_Join = "Join Class"
char * p_Toolbar_ClassOption_Quit = "Exit Class"
char * p_Toolbar_Help = "Help"
char * p_GraphButt_SetPara = "Network Configure"
char * p_GraphButt_TypeSel = "DTU Type Select"
char * p_GraphButt_Logon = "Login Server"
char * p_GraphButt_Logout = "Logout Server"
char * p_GraphButt_JoinClass = "Join Class"
char * p_GraphButt_QuitClass = "Exit Class"
char * p_TranNodeListMem_ID = "ID"
char * p_TranNodeListMem_IP = "Node IP"
char * p_TranNodeListMem_TeacherScrPort = "T screen port"
char * p_TranNodeListMem_TeacherVideoPort = "T video port"
char * p_TranNodeListMem_TeacherAudioPort = "T audio port"
char * p_TranNodeListMem_StuVideoPort = "S video port"
char * p_TranNodeListMem_StuAudioPort = "S audio port"
char * p_TranNodeList_Butt_Refresh = "Refresh"
char * p_TranNodeList_Title = "Transmit Nodes List"
char * p_TranStateList_labClassName = "ClassName"
char * p_TranStateList_labTeacherName = "Teacher"
char * p_TranStateListMem_PortID = "PortID"
char * p_TranStateListMem_PortNum = "PortNum"
char * p_TranStateListMem_InsBW = "Inst BW"
char * p_TranStateListMem_AvgBW = "Avg BW"
char * p_TranStateListMem_ChNum = "Ch Num"
char * p_TranStateListMem_PacketNum = "Packet"
char * p_TranStateListMem_PacketSize = "Packet size"
char * p_TranStateList_TabTitle = "Transmit State List"
char * p_McuSysLog_Butt_Clr = "Clear"
char * p_McuSysLog_TabTitle = "System Log"
char * p_McuSetPara_WinTitle = "DTU Network Configuration"
char * p_McuSetPara_Lable_ClassServerIP = "Server IP"
char * p_McuSetPara_Lable_ClassServerPort = "Server Port"
char * p_McuSetPara_Lable_McuServerIP = "DTU IP"
char * p_McuSetPara_Lable_McuServerSendPort = "DTU Sending Port"
char * p_McuSetPara_ButtComm_Advanced = "For professional user only"
char * p_McuSetPara_Butt_Advanced = "Advanced"
char * p_McuSetPara_Butt_Cancel = "Cancel"
char * p_McuSetPara_Butt_OK = "OK"
char * p_McuTypeSel_WinTitle = "DTU type select"
char * p_McuTypeSel_RadioLab_MainMcu = "Main DTU(A class has a single main DTU)"
char * p_McuTypeSel_RadioLab_AssistMcu = "Assist DTU"
char * p_McuTypeSel_Button_Cancel = "Cancel"
char * p_McuTypeSel_Button_OK = "OK"
char * p_McuUserLogon_WinTitle = "DTU user login"
char * p_McuUserLogon_Label_UserName = "User name "
char * p_McuUserLogon_Label_Password = " Password "
char * p_McuUserLogon_Button_Cancel = "Cancel"
char * p_McuUserLogon_Button_OK = "OK"
char * p_ClassSel_WinTitle = "Class Select"
char * p_ClassSel_ClasslistMem_ClassID = "Class ID"
char * p_ClassSel_ClasslistMem_ClassName = "Class Name"
char * p_ClassSel_ClasslistMem_TecherName = "Teacher Name"
char * p_ClassSel_Butt_Refresh = "Refresh"
char * p_ClassSel_Butt_Cancel = "Cancel"
char * p_ClassSel_Butt_OKJoin = "Join Class"
+

Detailed Description

+

switch language between English and Chinese

+

Variable Documentation

+ +
+
+ + + + +
char* p_ClassSel_Butt_Cancel = "Cancel"
+
+
+

Class Select---->Buttons---->Cancel

+ +
+
+ +
+
+ + + + +
char* p_ClassSel_Butt_OKJoin = "Join Class"
+
+
+

Class Select---->Buttons---->OK Join

+ +
+
+ +
+
+ + + + +
char* p_ClassSel_Butt_Refresh = "Refresh"
+
+
+

Class Select---->Buttons---->Refresh class list

+ +
+
+ +
+
+ + + + +
char* p_ClassSel_ClasslistMem_ClassID = "Class ID"
+
+
+

Class Select---->Class list memeber---->Class ID

+ +
+
+ +
+
+ + + + +
char* p_ClassSel_ClasslistMem_ClassName = "Class Name"
+
+
+

Class Select---->Class list memeber---->Class Name

+ +
+
+ +
+
+ + + + +
char* p_ClassSel_ClasslistMem_TecherName = "Teacher Name"
+
+
+

Class Select---->Class list memeber---->Teacher Name

+ +
+
+ +
+
+ + + + +
char* p_ClassSel_WinTitle = "Class Select"
+
+
+

Class Select Dialog---->windows title

+ +
+
+ +
+
+ + + + +
char* p_GraphButt_JoinClass = "Join Class"
+
+
+

Graphic buttons---->join class

+ +
+
+ +
+
+ + + + +
char* p_GraphButt_Logon = "Login Server"
+
+
+

Graphic buttons---->logon Tserver

+ +
+
+ +
+
+ + + + +
char* p_GraphButt_Logout = "Logout Server"
+
+
+

Graphic buttons---->logout Tserver

+ +
+
+ +
+
+ + + + +
char* p_GraphButt_QuitClass = "Exit Class"
+
+
+

Graphic buttons---->quit class

+ +
+
+ +
+
+ + + + +
char* p_GraphButt_SetPara = "Network Configure"
+
+
+

Graphic buttons---->set parameters

+ +
+
+ +
+
+ + + + +
char* p_GraphButt_TypeSel = "DTU Type Select"
+
+
+

Graphic buttons---->type select

+ +
+
+ +
+
+ + + + +
char* p_mainframe_WinTitle = "DTU"
+
+
+

Main Frame windows title

+ +
+
+ +
+
+ + + + +
char* p_McuSetPara_Butt_Advanced = "Advanced"
+
+
+

MCU Set Parameter Dialog---->Buttons---->Advanced

+ +
+
+ +
+
+ + + + +
char* p_McuSetPara_Butt_Cancel = "Cancel"
+
+
+

MCU Set Parameter Dialog---->Buttons---->Cancel

+ +
+
+ +
+
+ + + + +
char* p_McuSetPara_Butt_OK = "OK"
+
+
+

MCU Set Parameter Dialog---->Buttons---->OK

+ +
+
+ +
+
+ + + + +
char* p_McuSetPara_ButtComm_Advanced = "For professional user only"
+
+
+

MCU Set Parameter Dialog---->Button comments---->For professional user only

+ +
+
+ +
+
+ + + + +
char* p_McuSetPara_Lable_ClassServerIP = "Server IP"
+
+
+

MCU Set Parameter Dialog---->Lable---->class server address

+ +
+
+ +
+
+ + + + +
char* p_McuSetPara_Lable_ClassServerPort = "Server Port"
+
+
+

MCU Set Parameter Dialog---->Lable---->class server port

+ +
+
+ +
+
+ + + + +
char* p_McuSetPara_Lable_McuServerIP = "DTU IP"
+
+
+

MCU Set Parameter Dialog---->Lable---->mcu server address

+ +
+
+ +
+
+ + + + +
char* p_McuSetPara_Lable_McuServerSendPort = "DTU Sending Port"
+
+
+

MCU Set Parameter Dialog---->Lable---->mcu server send port

+ +
+
+ +
+
+ + + + +
char* p_McuSetPara_WinTitle = "DTU Network Configuration"
+
+
+

MCU Set Parameter Dialog---->windows title

+ +
+
+ +
+
+ + + + +
char* p_McuSysLog_Butt_Clr = "Clear"
+
+
+

MCU System Log---->Buttons---->Clear

+ +
+
+ +
+
+ + + + +
char* p_McuSysLog_TabTitle = "System Log"
+
+
+

MCU System Log---->Table Title

+ +
+
+ +
+
+ + + + +
char* p_McuTypeSel_Button_Cancel = "Cancel"
+
+
+

Mcu Type Select Dialog---->Buttons---->cancel

+ +
+
+ +
+
+ + + + +
char* p_McuTypeSel_Button_OK = "OK"
+
+
+

Mcu Type Select Dialog---->Buttons---->OK

+ +
+
+ +
+
+ + + + +
char* p_McuTypeSel_RadioLab_AssistMcu = "Assist DTU"
+
+
+

Mcu Type Select Dialog---->radio label---->assist mcu

+ +
+
+ +
+
+ + + + +
char* p_McuTypeSel_RadioLab_MainMcu = "Main DTU(A class has a single main DTU)"
+
+
+

Mcu Type Select Dialog---->radio label---->main mcu

+ +
+
+ +
+
+ + + + +
char* p_McuTypeSel_WinTitle = "DTU type select"
+
+
+

Mcu Type Select Dialog---->windows title

+ +
+
+ +
+
+ + + + +
char* p_McuUserLogon_Button_Cancel = "Cancel"
+
+
+

MCU User Logon Dialog---->Buttons---->Cancel

+ +
+
+ +
+
+ + + + +
char* p_McuUserLogon_Button_OK = "OK"
+
+
+

MCU User Logon Dialog---->Buttons---->OK

+ +
+
+ +
+
+ + + + +
char* p_McuUserLogon_Label_Password = " Password "
+
+
+

MCU User Logon Dialog---->Label---->Password

+ +
+
+ +
+
+ + + + +
char* p_McuUserLogon_Label_UserName = "User name "
+
+
+

MCU User Logon Dialog---->Label---->User name

+ +
+
+ +
+
+ + + + +
char* p_McuUserLogon_WinTitle = "DTU user login"
+
+
+

MCU User Logon Dialog---->windows title

+ +
+
+ +
+
+ + + + +
char* p_Toolbar_ClassOption = "Class Options"
+
+
+

Toolbar---->Class options

+ +
+
+ +
+
+ + + + +
char* p_Toolbar_ClassOption_Join = "Join Class"
+
+
+

Toolbar---->Class options---->join class

+ +
+
+ +
+
+ + + + +
char* p_Toolbar_ClassOption_Quit = "Exit Class"
+
+
+

Toolbar---->Class options---->quit class

+ +
+
+ +
+
+ + + + +
char* p_Toolbar_Help = "Help"
+
+
+

Toolbar---->Help

+ +
+
+ +
+
+ + + + +
char* p_Toolbar_Menu_Start = "Start"
+
+
+

Toolbar---->menu start

+ +
+
+ +
+
+ + + + +
char* p_Toolbar_Menu_Start_Exit = "Quit"
+
+
+

Toolbar---->menu start---->exit system

+ +
+
+ +
+
+ + + + +
char* p_Toolbar_Menu_Start_Logon = "Login Server"
+
+
+

Toolbar---->menu start---->logon Tserver

+ +
+
+ +
+
+ + + + +
char* p_Toolbar_Menu_Start_Logout = "Logout Server"
+
+
+

Toolbar---->menu start---->logout Tserver

+ +
+
+ +
+
+ + + + +
char* p_Toolbar_Menu_Start_Type = "DTU Type Select"
+
+
+

Toolbar---->menu start---->type select

+ +
+
+ +
+
+ + + + +
char* p_Toolbar_Setting = "Setting"
+
+
+

Toolbar---->settings

+ +
+
+ +
+
+ + + + +
char* p_Toolbar_Setting_SetPara = "Network Configure"
+
+
+

Toolbar---->settings---->set parameters

+ +
+
+ +
+
+ + + + +
char* p_TranNodeList_Butt_Refresh = "Refresh"
+
+
+

Transmit Node List Buttons---->Refresh list

+ +
+
+ +
+
+ + + + +
char* p_TranNodeList_Title = "Transmit Nodes List"
+
+
+

Transmit Node List Title

+ +
+
+ +
+
+ + + + +
char* p_TranNodeListMem_ID = "ID"
+
+
+

Transmit Node List members---->Transmit Node ID

+ +
+
+ +
+
+ + + + +
char* p_TranNodeListMem_IP = "Node IP"
+
+
+

Transmit Node List members---->Transmit Node IP

+ +
+
+ +
+
+ + + + +
char* p_TranNodeListMem_StuAudioPort = "S audio port"
+
+
+

Transmit Node List members---->Students audio port

+ +
+
+ +
+
+ + + + +
char* p_TranNodeListMem_StuVideoPort = "S video port"
+
+
+

Transmit Node List members---->Students video port

+ +
+
+ +
+
+ + + + +
char* p_TranNodeListMem_TeacherAudioPort = "T audio port"
+
+
+

Transmit Node List members---->Teacher audio port

+ +
+
+ +
+
+ + + + +
char* p_TranNodeListMem_TeacherScrPort = "T screen port"
+
+
+

Transmit Node List members---->Teacher screen port

+ +
+
+ +
+
+ + + + +
char* p_TranNodeListMem_TeacherVideoPort = "T video port"
+
+
+

Transmit Node List members---->Teacher video port

+ +
+
+ +
+
+ + + + +
char* p_TranStateList_labClassName = "ClassName"
+
+
+

Transmit State List---->lable class name

+ +
+
+ +
+
+ + + + +
char* p_TranStateList_labTeacherName = "Teacher"
+
+
+

Transmit State List---->lable teacher name

+ +
+
+ +
+
+ + + + +
char* p_TranStateList_TabTitle = "Transmit State List"
+
+
+

Transmit State List---->Table title

+ +
+
+ +
+
+ + + + +
char* p_TranStateListMem_AvgBW = "Avg BW"
+
+
+

Transmit State List members---->Average bandwidth

+ +
+
+ +
+
+ + + + +
char* p_TranStateListMem_ChNum = "Ch Num"
+
+
+

Transmit State List members---->Transmit channel number

+ +
+
+ +
+
+ + + + +
char* p_TranStateListMem_InsBW = "Inst BW"
+
+
+

Transmit State List members---->Instant bandwidth

+ +
+
+ +
+
+ + + + +
char* p_TranStateListMem_PacketNum = "Packet"
+
+
+

Transmit State List members---->Data packets number

+ +
+
+ +
+
+ + + + +
char* p_TranStateListMem_PacketSize = "Packet size"
+
+
+

Transmit State List members---->Data packets size

+ +
+
+ +
+
+ + + + +
char* p_TranStateListMem_PortID = "PortID"
+
+
+

Transmit State List members---->Port ID

+ +
+
+ +
+
+ + + + +
char* p_TranStateListMem_PortNum = "PortNum"
+
+
+

Transmit State List members---->Port Number

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