From 29794424edf3851d5c4baa7e20cafebc6f319f8e Mon Sep 17 00:00:00 2001 From: Alexander Fasching Date: Tue, 24 Jul 2018 11:30:42 +0200 Subject: [PATCH] Add definitions for GRC blocks --- grc/nordic_nordic_rx.xml | 88 +++++++++++++++++++++++++++++----------- grc/nordic_nordic_tx.xml | 38 +++++++---------- 2 files changed, 78 insertions(+), 48 deletions(-) diff --git a/grc/nordic_nordic_rx.xml b/grc/nordic_nordic_rx.xml index d7f3b3e..bcf4a37 100644 --- a/grc/nordic_nordic_rx.xml +++ b/grc/nordic_nordic_rx.xml @@ -1,38 +1,78 @@ - nordic_rx + Nordic Receiver nordic_nordic_rx - nordic + [Bastille Research]/Nordic import nordic - nordic.nordic_rx() - + nordic.nordic_rx($channel, $address_length, $crc_length, $data_rate) + + + Channel + channel + int + + - ... - ... - ... + Address Length + address_length + enum + + + + + + + + CRC Length + crc_length + enum + + + + + + + Data Rate + data_rate + enum + + + + - in - + byte - - out - + nordictap_out + message + 1 diff --git a/grc/nordic_nordic_tx.xml b/grc/nordic_nordic_tx.xml index ef783c0..096b17d 100644 --- a/grc/nordic_nordic_tx.xml +++ b/grc/nordic_nordic_tx.xml @@ -1,38 +1,28 @@ - nordic_tx + Nordic Transmitter nordic_nordic_tx - nordic + [Bastille Research]/Nordic import nordic - nordic.nordic_tx() - + nordic.nordic_tx($channel_count) + - ... - ... - ... + Number of Channels + channel_count + 1 + int - - in - + nordictap_in + message + 1 - out - + byte + $channel_count +