diff --git a/Demo_Bright_Ascension/DataView.acn b/Demo_Bright_Ascension/DataView.acn index 792a307c1019dd2292647398f942993c40908027..a178452f473551d6fb225a47f7081d87bc1a2b5b 100644 --- a/Demo_Bright_Ascension/DataView.acn +++ b/Demo_Bright_Ascension/DataView.acn @@ -254,7 +254,17 @@ T-PUS-timestamp [] T-PUS-tc-sp[] { primaryHeader [], - secondaryHeader [], + secondaryHeader [] { + packetPusVersion NULL [pattern '0001'B], -- fixed = 0001. This should be 0010 for PUS C + ackExecutionCompletion [true-value '1'B], + ackExecutionProgress [true-value '1'B], + ackExecutionStart [true-value '1'B], + ackAcceptance [true-value '1'B], + serviceType TASTE-BasicTypes.T-UInt8[], + messageSubtype TASTE-BasicTypes.T-UInt8[], + source-id [] + }, + userDataField [], crc [] } @@ -262,7 +272,15 @@ T-PUS-tc-sp[] T-PUS-tm-sp[] { primaryHeader [], - secondaryHeader [], + secondaryHeader [] { + packetPusVersion NULL [pattern '0001'B], -- fixed = 0001. This should be 0010 for PUS C + timeStatus NULL [pattern '0000'B], + serviceType TASTE-BasicTypes.T-UInt8[], + messageSubtype TASTE-BasicTypes.T-UInt8[], + messageTypeCounter [], + destination-id [], + time [] + }, userDataField [], crc [] } @@ -271,19 +289,7 @@ T-PUS-tm-sp[] -- TC-Data-Field-Header and related types ------------------------------------------ -T-PUS-tc-scdryHeader [] -{ - packetPusVersion NULL [pattern '0001'B], -- fixed = 0001. This should be 0010 for PUS C - ackExecutionCompletion [true-value '1'B], - ackExecutionProgress [true-value '1'B], - ackExecutionStart [true-value '1'B], - ackAcceptance [true-value '1'B], - serviceType TASTE-BasicTypes.T-UInt8[], - messageSubtype TASTE-BasicTypes.T-UInt8[], - source-id [] -} - - +T-PUS-tc-scdryHeader [] -- Never used standalone, so no additional fields T-PUS-tc-sourceId [size 16, encoding pos-int, encode-values] @@ -314,16 +320,7 @@ T-PUS-tc-set-mode [] -- TM-Data-Field-Header and related types ------------------------------------------ -T-PUS-tm-scdryHeader [] -{ - packetPusVersion NULL [pattern '0001'B], -- fixed = 0001. This should be 0010 for PUS C - timeStatus NULL [pattern '0000'B], - serviceType TASTE-BasicTypes.T-UInt8[], - messageSubtype TASTE-BasicTypes.T-UInt8[], - messageTypeCounter [], - destination-id [], - time [] -} +T-PUS-tm-scdryHeader [] -- Never used standalone, so no additional fields T-PUS-tm-destId [size 16, encoding pos-int, encode-values]