Open Lighting Architecture
|
Public Member Functions | |
OSCTarget (const OSCTarget &target) | |
OSCTarget (const IPV4SocketAddress &socket_address, const string &osc_address) | |
string | ToString () const |
Public Attributes | |
IPV4SocketAddress | socket_address |
string | osc_address |
Friends | |
ostream & | operator<< (ostream &out, const OSCTarget &target) |
A helper function to write a OSCTarget to an ostream. |
|
friend |
A helper function to write a OSCTarget to an ostream.
out | the ostream |
uid | the UID to write. |