Open Lighting Architecture  0.9.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Friends | List of all members
ola::plugin::osc::OSCTarget Struct Reference

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.

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: