Open Lighting Architecture  0.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | Friends | List of all members
ola::plugin::osc::OSCTarget Struct Reference
Collaboration diagram for ola::plugin::osc::OSCTarget:
Collaboration graph
[legend]

Public Member Functions

 OSCTarget (const OSCTarget &target)
 
 OSCTarget (const ola::network::IPV4SocketAddress &socket_address, const std::string &osc_address)
 
std::string ToString () const
 

Public Attributes

ola::network::IPV4SocketAddress socket_address
 
std::string osc_address
 

Friends

std::ostream & operator<< (std::ostream &out, const OSCTarget &target)
 A helper function to write a OSCTarget to an ostream. More...
 

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const OSCTarget target 
)
friend

A helper function to write a OSCTarget to an ostream.

Parameters
outthe ostream
targetthe OSCTarget to write.

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