Rumba C++ SDK
maquina::PlugDescriptor::InternalDependencies Struct Reference

A plug internal dependency descriptor. More...

#include <PlugDescriptor.h>

Public Member Functions

 InternalDependencies (const char *plug_name, int time_offset=0)
 

Public Attributes

const char * _plug_name
 
int _time_offset
 

Detailed Description

A plug internal dependency descriptor.

Constructor & Destructor Documentation

◆ InternalDependencies()

maquina::PlugDescriptor::InternalDependencies::InternalDependencies ( const char *  plug_name,
int  time_offset = 0 
)
inline
Parameters
plug_namein The internal plug name. This must be the index of the plug in the PlugDescriptor vector.
time_offsetin The time offset of the dependency.

Member Data Documentation

◆ _plug_name

const char* maquina::PlugDescriptor::InternalDependencies::_plug_name

◆ _time_offset

int maquina::PlugDescriptor::InternalDependencies::_time_offset

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