#include <Cable.hpp>
◆ toJson()
json_t * rack::engine::Cable::toJson |
( |
| ) |
|
◆ fromJson()
void rack::engine::Cable::fromJson |
( |
json_t * | rootJ | ) |
|
◆ jsonStripIds()
static PRIVATE void rack::engine::Cable::jsonStripIds |
( |
json_t * | rootJ | ) |
|
|
static |
◆ id
int64_t rack::engine::Cable::id = -1 |
Unique ID for referring to the cable in the engine.
Between 0 and 2^53 since this is serialized with JSON. Assigned when added to the engine.
◆ inputModule
Module* rack::engine::Cable::inputModule = NULL |
◆ inputId
int rack::engine::Cable::inputId = -1 |
◆ outputModule
Module* rack::engine::Cable::outputModule = NULL |
◆ outputId
int rack::engine::Cable::outputId = -1 |
The documentation for this struct was generated from the following file:
- /home/vortico/src/vcv/Rack2/include/engine/Cable.hpp