Vuo 2.4.4
Loading...
Searching...
No Matches
node.h
Go to the documentation of this file.
1
10#ifndef NODE_H
11#define NODE_H
12
13#include "module.h"
14#include "node_header.h"
15#include "coreTypes.h"
16
17#include <stdbool.h>
18#include <stdio.h>
19#include <unistd.h>
20
21#pragma clang diagnostic push
22#ifdef VUO_CLANG_32_OR_LATER
23 #pragma clang diagnostic ignored "-Wdocumentation"
24#endif
25#include "json-c/json.h"
26#pragma clang diagnostic pop
27
33// These prototypes should only appear to Doxygen, since individual node classes' parameter lists can vary.
34#ifdef DOXYGEN
35
59void nodeEvent(...);
60
85struct nodeInstanceData *nodeInstanceInit(...);
86
101
131
146
164
173
178#endif
179
184#endif