node { void evaluate(Context ctx) { auto inValue = getValue<input_IN>(ctx); int32_t sec = getValue<input_T>(ctx); emitValue<output_OUT>(ctx, inValue + sec); } }
© 2017–2024XOD Inc
Contact us: hello@xod.io