From 344e9b1a484b361cac7b07500cb7d2699cc93c29 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 20 Jan 2014 05:42:52 +0000 Subject: updating graph --- NT/src/nodes.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'NT/src/nodes.h') diff --git a/NT/src/nodes.h b/NT/src/nodes.h index 1632363..4b1b2ac 100644 --- a/NT/src/nodes.h +++ b/NT/src/nodes.h @@ -12,7 +12,13 @@ namespace Rotor{ }; class Time: public Double_node { public: - Time(){type="time";}; + Time(){ + type="time"; + description="time in fractional seconds"; + title="Time"; + type_id="4bdaaa7a-8194-11e3-8a4f-2ff6852ae2c7"; + ui_type="none"; + }; Time(Json::Value &settings):Time() { init(settings); }; @@ -56,6 +62,10 @@ namespace Rotor{ Print(){ inlet=create_inlet("inlet"); type="print"; + description="number as a string"; + title="Print"; + type_id="9b9232b8-8194-11e3-a5a2-07659a1b53c3"; + ui_type="none"; } Print(Json::Value &settings):Print() { init(settings); -- cgit v1.2.3