HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MC_MocapStreamImpl::ServerOptions Struct Reference

#include <MC_MocapStreamImpl.h>

Classes

struct  Enabled
 

Public Member Functions

bool isSameConnection (const ServerOptions &other) const
 

Public Attributes

int myPort
 
UT_StringHolder myLocalIP
 
UT_StringHolder myHostIP
 
UT_StringHolder myMulticastIP
 
int myDataPort
 
int myCommandPort
 
int myBufferSize
 
struct
MC_MocapStreamImpl::ServerOptions::Enabled 
myEnabled
 

Detailed Description

Keeps track of the options used to connect to a server and defines which parameters should be enabled for the device on the MocapStream SOP.

Examples:
mocapstream/MocapStreamRokokoHDK.C.

Definition at line 200 of file MC_MocapStreamImpl.h.

Member Function Documentation

bool MC_MocapStreamImpl::ServerOptions::isSameConnection ( const ServerOptions other) const
inline

Definition at line 230 of file MC_MocapStreamImpl.h.

Member Data Documentation

int MC_MocapStreamImpl::ServerOptions::myBufferSize
Examples:
mocapstream/MocapStreamRokokoHDK.C.

Definition at line 212 of file MC_MocapStreamImpl.h.

int MC_MocapStreamImpl::ServerOptions::myCommandPort

Definition at line 211 of file MC_MocapStreamImpl.h.

int MC_MocapStreamImpl::ServerOptions::myDataPort

Definition at line 210 of file MC_MocapStreamImpl.h.

struct MC_MocapStreamImpl::ServerOptions::Enabled MC_MocapStreamImpl::ServerOptions::myEnabled
UT_StringHolder MC_MocapStreamImpl::ServerOptions::myHostIP

Definition at line 208 of file MC_MocapStreamImpl.h.

UT_StringHolder MC_MocapStreamImpl::ServerOptions::myLocalIP

Definition at line 207 of file MC_MocapStreamImpl.h.

UT_StringHolder MC_MocapStreamImpl::ServerOptions::myMulticastIP

Definition at line 209 of file MC_MocapStreamImpl.h.

int MC_MocapStreamImpl::ServerOptions::myPort
Examples:
mocapstream/MocapStreamRokokoHDK.C.

Definition at line 206 of file MC_MocapStreamImpl.h.


The documentation for this struct was generated from the following file: