# readTask setup  
#
# Format :
#
# @FUNCTION_STRING[INSTANCE]
# tokenA: value1
# tokenB: value2
# [end]
#
#
#-------------------------------------------------------------------------------

@readTask[0]

!priority

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

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

# I produce this type of data
dataProduce: IQ, MEASUREMENT

#-------------------------------------------------------------------------------
