vicon
Namespaces | Classes | Functions
ViconDataStreamSDK::CPP Namespace Reference

Namespaces

 DeviceType
 
 Direction
 
 Result
 
 StreamMode
 
 TimecodeStandard
 
 Unit
 

Classes

class  Client
 
class  IStringFactory
 
class  Output_Connect
 
class  Output_ConnectToMulticast
 
class  Output_DisableDeviceData
 
class  Output_DisableMarkerData
 
class  Output_DisableSegmentData
 
class  Output_DisableUnlabeledMarkerData
 
class  Output_Disconnect
 
class  Output_EnableDeviceData
 
class  Output_EnableMarkerData
 
class  Output_EnableSegmentData
 
class  Output_EnableUnlabeledMarkerData
 
class  Output_GetAxisMapping
 
class  Output_GetDeviceCount
 
class  Output_GetDeviceName
 
class  Output_GetDeviceOutputCount
 
class  Output_GetDeviceOutputName
 
class  Output_GetDeviceOutputValue
 
class  Output_GetFrame
 
class  Output_GetFrameNumber
 
class  Output_GetLatencySampleCount
 
class  Output_GetLatencySampleName
 
class  Output_GetLatencySampleValue
 
class  Output_GetLatencyTotal
 
class  Output_GetMarkerCount
 
class  Output_GetMarkerGlobalTranslation
 
class  Output_GetMarkerName
 
class  Output_GetMarkerParentName
 
class  Output_GetSegmentChildCount
 
class  Output_GetSegmentChildName
 
class  Output_GetSegmentCount
 
class  Output_GetSegmentGlobalRotationEulerXYZ
 
class  Output_GetSegmentGlobalRotationHelical
 
class  Output_GetSegmentGlobalRotationMatrix
 
class  Output_GetSegmentGlobalRotationQuaternion
 
class  Output_GetSegmentGlobalTranslation
 
class  Output_GetSegmentLocalRotationEulerXYZ
 
class  Output_GetSegmentLocalRotationHelical
 
class  Output_GetSegmentLocalRotationMatrix
 
class  Output_GetSegmentLocalRotationQuaternion
 
class  Output_GetSegmentLocalTranslation
 
class  Output_GetSegmentName
 
class  Output_GetSegmentParentName
 
class  Output_GetSegmentStaticRotationEulerXYZ
 
class  Output_GetSegmentStaticRotationHelical
 
class  Output_GetSegmentStaticRotationMatrix
 
class  Output_GetSegmentStaticRotationQuaternion
 
class  Output_GetSegmentStaticTranslation
 
class  Output_GetSubjectCount
 
class  Output_GetSubjectName
 
class  Output_GetSubjectRootSegmentName
 
class  Output_GetTimecode
 
class  Output_GetUnlabeledMarkerCount
 
class  Output_GetUnlabeledMarkerGlobalTranslation
 
class  Output_GetVersion
 
class  Output_IsConnected
 
class  Output_IsDeviceDataEnabled
 
class  Output_IsMarkerDataEnabled
 
class  Output_IsSegmentDataEnabled
 
class  Output_IsUnlabeledMarkerDataEnabled
 
class  Output_SetAxisMapping
 
class  Output_SetStreamMode
 
class  Output_StartTransmittingMulticast
 
class  Output_StopTransmittingMulticast
 
class  String
 

Functions

std::ostream & operator<< (std::ostream &io_rStream, const String &i_rString)
 

Function Documentation

◆ operator<<()

std::ostream& ViconDataStreamSDK::CPP::operator<< ( std::ostream &  io_rStream,
const String i_rString 
)

Definition at line 124 of file Client.h.

125 {
126  io_rStream << std::string( i_rString );
127  return io_rStream;
128 }