Size: 374
Comment:
|
Size: 492
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
The procedure '''WriteBBID''' writes to the environment (via DEC/MEC) the Building Block identification communicated by CUS (via $BBID). For information, the BBID is composed of three fields: | The procedure '''WriteBBID''' writes to the environment (via DEC/MEC) the Building Block identification communicated by CUS (named variable $BBID). For information, the BBID is composed of three fields: |
Line 12: | Line 12: |
Input variables: {{{ procedure WriteBBID { int iBBID = 0x40000000; // Building Block ID }{ }}} |
WriteBBID
The procedure WriteBBID writes to the environment (via DEC/MEC) the Building Block identification communicated by CUS (named variable $BBID). For information, the BBID is composed of three fields:
Instrument(2 bits)||BlockNumber(14 bits)||Activation counter(16 bits)
Where Instrument:
- 00 HIFI
- 01 PACS
- 10 SPIRE
- 11 spare
Input variables:
procedure WriteBBID { int iBBID = 0x40000000; // Building Block ID }{