Field Name |
Length (bits) |
Bit |
Contents |
Description |
Item |
Total |
Algn |
Off |
executeBep |
96 + 32*n |
16 |
0 |
command Packet |
Call a subroutine on the BEP (see table 50, swreq Rev. I) |
header |
48 | 48 |
16 |
0 |
command Header |
Command Packet Header |
commandLength |
16 | 16 |
16 |
0 |
uint16 = 6+2*n |
Number of 16-bit words in the command packet |
commandIdentifier |
16 | 16 |
16 |
16 |
uint16 |
Used by ground to identify the command |
commandOpcode |
16 | 16 |
16 |
32 |
uint16 = 195 |
Command Operation code which determines format and action of the command [see enum CmdOpcode]: CMDOP_EXEC_BEP |
functionAddress |
32 | 32 |
32 |
64 |
uint32 |
Address of function to call in the Back End Processor |
functionArguments[pl/2-3] |
32 | 32*n |
32 |
96 |
uint32 |
Arguments to pass to the function |