Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated XMLs for new GRC block module format #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grc/es_arb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>EventStream Arbiter</name>
<key>variable_es_arb</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<import>import es</import>
<var_make>self.$(id) = $(id) = es.es_make_arbiter()</var_make>
<make></make>
Expand Down
2 changes: 1 addition & 1 deletion grc/es_emit_event.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>Hier Stream Event - Emitted Event</name>
<key>es_hier_event_emit</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<import>import es;
import pmt;</import>
<make>self.$(id) = $(id) = $evtname</make>
Expand Down
2 changes: 1 addition & 1 deletion grc/es_handler_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>Handler File</name>
<key>es_handler_file</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<import>import es</import>
<make>es.es_make_handler_file($dt, $path, $desc)</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/es_handler_passthrough.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>Handler Passthrough</name>
<key>es_handler_passthrough</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<import>import es</import>
<make>es.es_make_handler_passthrough()</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/es_handler_pdu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>Handler to PDU</name>
<key>es_handler_pdu</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<import>import es</import>
<make>es.es_make_handler_pdu($dt)</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/es_handler_print.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>Handler Print</name>
<key>es_handler_print</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<import>import es</import>
<make>es.es_make_handler_print($dt)</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/es_patterned_interleaver.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>patterned_interleaver</name>
<key>es_patterned_interleaver</key>
<category>es</category>
<category>[EVENTSTREAM]/es</category>
<import>import es</import>
<make>es.patterned_interleaver(items, itemsize, pattern)</make>
<!-- Make one 'param' node for every Parameter you want settable from the GUI.
Expand Down
2 changes: 1 addition & 1 deletion grc/es_sink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>EventStream Sink</name>
<key>es_sink</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<import>import es</import>
<make>es.sink($num_streams*[$type.size],$nthreads,$samplehistory,$eb.raw,$ss.raw,$cb.raw)</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/es_source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>EventStream Source</name>
<key>es_source</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<import>import es</import>
<make>es.source($num_streams*[$type.size], $nthreads, $eb.raw, $mm.raw)</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/es_trigger_edge_f.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>Trigger Rising Edge Event</name>
<key>es_trigger_edge_f</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<import>import es</import>
<make>es.trigger_edge_f($thresh,$length,$lookback,$type.size,$guard)</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/es_trigger_sample_timer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>Trigger Sample-Timer Event</name>
<key>es_trigger_sample_timer</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<import>import es</import>
<make>es.trigger_sample_timer($type.size, $period, $shift, $sched_dist, $length )</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/es_trigger_timer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>Trigger System-Timer Event</name>
<key>es_timer_trigger</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<import>import es</import>
<make>#slurp
es.es_trigger_timer("TIMER_EXPIRED_EVENT", $length, $delay, $iterations); </make>
Expand Down
2 changes: 1 addition & 1 deletion grc/patterned_interleaver.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>Patterned Interleaver</name>
<key>patterned_interlaver</key>
<category>Stream Conversions</category>
<category>[EVENTSTREAM]/Stream Conversions</category>
<import>import es, numpy</import>
<make>es.patterned_interleaver($type.np, $ninputs, $pattern)</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/variable_es_evt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<block>
<name>Event-Time Parameter</name>
<key>variable_es_evt</key>
<category>EVENTSTREAM</category>
<category>[EVENTSTREAM]</category>
<var_make>self.$(id) = $(id) = $value</var_make>
<make></make>
<param>
Expand Down