LMMS
Loading...
Searching...
No Matches
rtosc::Port Struct Reference

#include <ports.h>

Classes

class  MetaIterator
class  MetaContainer

Public Member Functions

MetaContainer meta (void) const

Public Attributes

const char * name
 Pattern for messages to match.
const char * metadata
 Statically accessable data about port.
const Portsports
 Pointer to further ports.
std::function< void(msg_t, RtData &)> cb
 Callback for matching functions.

Detailed Description

Port in rtosc dispatching hierarchy

Member Function Documentation

◆ meta()

MetaContainer rtosc::Port::meta ( void ) const
inline

Member Data Documentation

◆ cb

std::function<void(msg_t, RtData&)> rtosc::Port::cb

Callback for matching functions.

◆ metadata

const char* rtosc::Port::metadata

Statically accessable data about port.

◆ name

const char* rtosc::Port::name

Pattern for messages to match.

◆ ports

const Ports* rtosc::Port::ports

Pointer to further ports.


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