Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
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)
 
void operator= (const OSCTarget &other)
 
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 Symbol Documentation

◆ operator<<

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: