MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Core::InputValue::OSCMessage Struct Reference

OSC message structure. More...

#include <InputBinding.hpp>

+ Collaboration diagram for MayaFlux::Core::InputValue::OSCMessage:

Public Member Functions

std::optional< std::vector< uint8_t > > get_blob (size_t index=0) const noexcept
 Extract a blob argument by index.
 
std::optional< float > get_float (size_t index=0) const noexcept
 Extract a float argument by index.
 
std::optional< int32_t > get_int (size_t index=0) const noexcept
 Extract an int32 argument by index.
 
std::optional< std::string > get_string (size_t index=0) const noexcept
 Extract a string argument by index.
 

Public Attributes

std::string address
 OSC address pattern.
 
std::vector< OSCArgarguments
 Typed arguments.
 

Detailed Description

OSC message structure.

Definition at line 237 of file InputBinding.hpp.


The documentation for this struct was generated from the following files: