# TrackTask setup (with acquisition thresholds) 
#
# Format :
#
# @FUNCTION_STRING[INSTANCE1,INSTANCE2]
# tokenA: value1
# tokenB: value2
# [end]
#
#
#-------------------------------------------------------------------------------
@cmdTrackTask [0,1,2,3,4,5,6,7,8,9,10,11]

!priority
# ---------------- GENERIC SETUP -------------------

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

dataConsume: NONE
# survey - this is the name
# of the task that will do our 
# surveying
survey: surveyTask [0]

# codeTrack - this is the
# name of the task that will
# do our code tracking
code: codeCustomTrackTask [0]

# carrierTrack - this is the
# name of the task that will
# do our carrier tracking
carrier: carrierTrackTask [0]

# frameDemod  - this is the name
# of the task that will be doing
# our bitSync and frameDecoding
bitsync: frameDecodeTask [0]

#-------------------------------------------------------------------------------
@cmdTrackTask [1]
survey: surveyTask [1]
code: codeCustomTrackTask [1]
carrier: carrierTrackTask [1] 
bitsync: frameDecodeTask [1]
#-------------------------------------------------------------------------------
@cmdTrackTask [2]
survey: surveyTask [2]
code: codeCustomTrackTask [2]
carrier: carrierTrackTask [2] 
bitsync: frameDecodeTask [2]
#-------------------------------------------------------------------------------
@cmdTrackTask [3]
survey: surveyTask [3]
code: codeCustomTrackTask [3]
carrier: carrierTrackTask [3] 
bitsync: frameDecodeTask [3]
#-------------------------------------------------------------------------------
@cmdTrackTask [4]
survey: surveyTask [4]
code: codeCustomTrackTask [4]
carrier: carrierTrackTask [4] 
bitsync: frameDecodeTask [4]
#-------------------------------------------------------------------------------
@cmdTrackTask [5]
survey: surveyTask [5]
code: codeCustomTrackTask [5]
carrier: carrierTrackTask [5] 
bitsync: frameDecodeTask [5]
#-------------------------------------------------------------------------------
@cmdTrackTask [6]
survey: surveyTask [6]
code: codeCustomTrackTask [6]
carrier: carrierTrackTask [6] 
bitsync: frameDecodeTask [6]
#-------------------------------------------------------------------------------
@cmdTrackTask [7]
survey: surveyTask [7]
code: codeCustomTrackTask [7]
carrier: carrierTrackTask [7] 
bitsync: frameDecodeTask [7]
#-------------------------------------------------------------------------------
@cmdTrackTask [8]
survey: surveyTask [8]
code: codeCustomTrackTask [8]
carrier: carrierTrackTask [8] 
bitsync: frameDecodeTask [8]
#-------------------------------------------------------------------------------
@cmdTrackTask [9]
survey: surveyTask [9]
code: codeCustomTrackTask [9]
carrier: carrierTrackTask [9] 
bitsync: frameDecodeTask [9]
#-------------------------------------------------------------------------------
@cmdTrackTask [10]
survey: surveyTask [10]
code: codeCustomTrackTask [10]
carrier: carrierTrackTask [10] 
bitsync: frameDecodeTask [10]
#-------------------------------------------------------------------------------
@cmdTrackTask [11]
survey: surveyTask [11]
code: codeCustomTrackTask [11]
carrier: carrierTrackTask [11] 
bitsync: frameDecodeTask [11]
#-------------------------------------------------------------------------------
