Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: INHVSTUB

INHVSTUB.m

Go to the documentation of this file.
  1. INHVSTUB(UIF,ERROR) ; FRW ; 18 Apr 94 19:56; Stub Transceiver
  1. ;;3.01;BHL IHS Interfaces with GIS;;JUL 01, 2001
  1. ;COPYRIGHT 1991-2000 SAIC
  1. ;
  1. ;Quit with successful status
  1. Q 0
  1. ;
  1. ;
  1. ;This routine can be used as a "stub" transceiver routine for
  1. ;destinations that do not have communications drivers yet.
  1. ;All messages for a destination with this transceiver routine will
  1. ;be marked as transmitted.
  1. ;
  1. ;*NOTE* This does not emulate/support acknowledge messages, if
  1. ;a transaction type is expecting an ACKnowledge message
  1. ;back from the remote system it will never receive it.
  1. ;The message status will remain at "pending acknowledgement" and
  1. ;never go to "complete"
  1. ;
  1. ;*ENHANCEMENT* Try to build support for messages that require ACKs
  1. ;
  1. ;If transaction type requires ACK then generate ACK message
  1. ;through $$ACK^INHF(trans type).
  1. ; - need to set up:
  1. ; ACK transaction type
  1. ; ACK script (through Script Generator)
  1. ;
  1. QUIT Q