# Carrier setup 
#
# Format :
#
# @FUNCTION_STRING[INSTANCE1,INSTANCE2]
# tokenA: value1
# tokenB: value2
#
#
#-------------------------------------------------------------------------------

@frameDecodeTask [0,1,2,3,4,5,6,7,8,9,10,11]

#List of required fields, comma separated
!priority

# ---------------- GENERIC SETUP -------------------

# Priority of the task, this
# will be used by the RT scheduler
priority: 3

# Synchronise with function that
# generates this type of data
# see structs.h messageType
dataConsume: IQ

# Task that produces my data
producerTask: readTask [0]

# I produce this type of data
dataProduce: FRAMEDECODE

#channels used for READ
chanRead: 0

#Number of samples needed 
numSamples: 20

#-------------------------------------------------------------------------------
@frameDecodeTask [1]
chanRead: 1
#-------------------------------------------------------------------------------
@frameDecodeTask [2]
chanRead: 2
#-------------------------------------------------------------------------------
@frameDecodeTask [3]
chanRead: 3
#-------------------------------------------------------------------------------
@frameDecodeTask [4]
chanRead: 4
#-------------------------------------------------------------------------------
@frameDecodeTask [5]
chanRead: 5
#-------------------------------------------------------------------------------
@frameDecodeTask [6]
chanRead: 6
#-------------------------------------------------------------------------------
@frameDecodeTask [7]
chanRead: 7
#-------------------------------------------------------------------------------
@frameDecodeTask [8]
chanRead: 8
#-------------------------------------------------------------------------------
@frameDecodeTask [9]
chanRead: 9
#-------------------------------------------------------------------------------
@frameDecodeTask [10]
chanRead: 10
#-------------------------------------------------------------------------------
@frameDecodeTask [11]
chanRead: 11
#-------------------------------------------------------------------------------
