Beaming Scene Service  2.0
RakNet wrapper for managing data communications between multiple Beaming clients
echoClient Class Reference

#include <echoClient.h>

List of all members.

Public Slots

void messageReceived (const QXmppMessage &)
void presenceReceived (const QXmppPresence &)
void connected ()
void disconnected ()
void PositionUpdateTimer ()

Public Member Functions

 echoClient (QObject *parent=0)
 ~echoClient ()
void ReadText (QString in_msg, QString &out_msg)
void sendPresence (QString msg_from)

Public Attributes

bool connected_to_bss
QTimer * timer

Detailed Description

Definition at line 32 of file echoClient.h.


Constructor & Destructor Documentation

echoClient::echoClient ( QObject *  parent = 0)

Definition at line 33 of file echoClient.cpp.

Definition at line 54 of file echoClient.cpp.


Member Function Documentation

void echoClient::connected ( ) [slot]

Definition at line 90 of file echoClient.cpp.

void echoClient::disconnected ( ) [slot]

Definition at line 106 of file echoClient.cpp.

void echoClient::messageReceived ( const QXmppMessage &  message) [slot]

Definition at line 59 of file echoClient.cpp.

get Avatar Name

Definition at line 188 of file echoClient.cpp.

void echoClient::presenceReceived ( const QXmppPresence &  presence) [slot]

Definition at line 71 of file echoClient.cpp.

void echoClient::ReadText ( QString  in_msg,
QString &  out_msg 
)

Format: BP_LOGIN_USER,id={bpid},fname={first name},lname={last name}

Definition at line 112 of file echoClient.cpp.

void echoClient::sendPresence ( QString  msg_from)

Definition at line 81 of file echoClient.cpp.


Member Data Documentation

Definition at line 43 of file echoClient.h.

Definition at line 44 of file echoClient.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Defines