lo_cpp.h(3) Library Functions Manual lo_cpp.h(3)

lo_cpp.h


class lo::Method
Class representing an OSC method, proxy for lo_method. class lo::Address
Class representing an OSC destination address, proxy for lo_address. class lo::Message
Class representing an OSC message, proxy for lo_message. class lo::Server
Class representing a local OSC server, proxy for lo_server. class lo::ServerThread
Class representing a server thread, proxy for lo_server_thread. class lo::Blob
Class representing an OSC blob, proxy for lo_blob. struct lo::PathMsg
Class representing an OSC path (std::string) and lo::Message pair. class lo::Bundle
Class representing an OSC bundle, proxy for lo_bundle.


std::string lo::version ()
Return the library version as an std::string. lo_timetag lo::now ()
Return the current time in lo_timetag format. lo_timetag lo::immediate ()
Return the OSC timetag representing 'immediately'.

The liblo C++ wrapper

Definition in file lo_cpp.h.

lo_timetag lo::immediate () [inline]

Return the OSC timetag representing 'immediately'.

Definition at line 1114 of file lo_cpp.h.

References lo::immediate(), and LO_TT_IMMEDIATE.

Referenced by lo::immediate().

lo_timetag lo::now () [inline]

Return the current time in lo_timetag format.

Definition at line 1111 of file lo_cpp.h.

References lo_timetag_now(), and lo::now().

Referenced by lo::now().

Return the library version as an std::string.

Definition at line 1104 of file lo_cpp.h.

References lo_version(), and lo::version().

Referenced by lo::version().

Generated automatically by Doxygen for liblo from the source code.

Version 0.32 liblo