Open Lighting Architecture
Latest Git
|
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. More... | |
|
friend |