GMT time packer.
More...
Go to the source code of this file.
|
subroutine | w3aq15 (itime, qdescr) |
|
GMT time packer.
- Author
- B. Struble
- Date
- 1983-12-12
Definition in file w3aq15.f.
◆ w3aq15()
subroutine w3aq15 |
( |
integer |
itime, |
|
|
character * 80 |
qdescr |
|
) |
| |
- Note
- Convert 32 or 64 bit binary time (GMT) into a 16 bit string and store these 4 packed decimal numbers into bytes 39 and 40 of the output array.
Program history log:
- B. Struble 1983-12-12
- Ralph Jones 1984-07-06 Change to ibm assembler v 02.
- Ralph Jones 1995-10-16 Change to fortran for cray and 32 bit workstations.
- Parameters
-
[in] | ITIME | Integer word containing time in binary. |
[out] | QDESCR | Array containing transmission queue descriptor Time will be placed in 39 and 40th byte of this array as 4 (4 bit) BCD. |
- Note
- The user can obtain the current time in GMT by invocking the W3 library routine w3fq02 which fills an eight word array with the current date and time. The 5th word from this array contains the time which can be passed to w3aq15 as the input parameter-itime.
- Author
- B. Struble
- Date
- 1983-12-12
Definition at line 27 of file w3aq15.f.