TSPS  1.3.2
TSPS is a cross-platform Toolkit for Sensing People in Spaces
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Defines
ofxTSPS::TUIOSender Class Reference

#include <TUIOSender.h>

List of all members.

Public Member Functions

 TUIOSender ()
 ~TUIOSender ()
void setup (std::string host, int port)
void update ()
void cursorPressed (float x, float y, int cursorId)
void cursorReleased (float x, float y, int cursorId)
void cursorDragged (float x, float y, int cursorId)

Public Attributes

bool verbose
TuioServer * tuioServer

Protected Attributes

std::string host
int port
TuioCursor * tuioCursor [OF_MAX_TOUCHES]
TuioPersonCursor myCursor [OF_MAX_TOUCHES]
TuioTime currentTime

Detailed Description

Definition at line 42 of file TUIOSender.h.


Constructor & Destructor Documentation

Definition at line 47 of file TUIOSender.h.

Definition at line 54 of file TUIOSender.h.


Member Function Documentation

void ofxTSPS::TUIOSender::cursorDragged ( float  x,
float  y,
int  cursorId 
)

Definition at line 15 of file TUIOSender.cpp.

void ofxTSPS::TUIOSender::cursorPressed ( float  x,
float  y,
int  cursorId 
)

Definition at line 9 of file TUIOSender.cpp.

void ofxTSPS::TUIOSender::cursorReleased ( float  x,
float  y,
int  cursorId 
)

Definition at line 22 of file TUIOSender.cpp.

void ofxTSPS::TUIOSender::setup ( std::string  host,
int  port 
)

Definition at line 28 of file TUIOSender.cpp.

Definition at line 45 of file TUIOSender.cpp.


Member Data Documentation

TuioTime ofxTSPS::TUIOSender::currentTime [protected]

Definition at line 71 of file TUIOSender.h.

std::string ofxTSPS::TUIOSender::host [protected]

Definition at line 67 of file TUIOSender.h.

int ofxTSPS::TUIOSender::port [protected]

Definition at line 68 of file TUIOSender.h.

Definition at line 69 of file TUIOSender.h.

Definition at line 45 of file TUIOSender.h.

Definition at line 44 of file TUIOSender.h.


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