added remaining LSL2 entities
This commit is contained in:
26
LSL2/STPROCINS/MESSAGING_EQUATES.txt
Normal file
26
LSL2/STPROCINS/MESSAGING_EQUATES.txt
Normal file
@ -0,0 +1,26 @@
|
||||
Compile insert Messaging_Equates
|
||||
/***********************************************************************************************************************
|
||||
|
||||
This program is proprietary and is not to be used by or disclosed to others, nor is it to be copied without written
|
||||
permission from SRP Computer Solutions, Inc.
|
||||
|
||||
Name : Messaging_Equates
|
||||
|
||||
Description : Equates used by NDW_MESSAGING_PROCESSING_EVENTS and MESSAGING_SERVICES.
|
||||
|
||||
Notes : See the comments added below.
|
||||
|
||||
History : (Date, Initials, Notes)
|
||||
06/16/18 dmb Original programmer.
|
||||
|
||||
***********************************************************************************************************************/
|
||||
|
||||
Declare function Error_Services, Messaging_Services, Memory_Services, SRP_JSON, SRP_COM
|
||||
Declare function NDW_Messaging_Processor_Events, RetStack, SRP_Encode, SRP_Decode
|
||||
Declare subroutine Error_Services, Messaging_Services, Memory_Services, SRP_JSON, SRP_COM
|
||||
Declare subroutine NDW_Messaging_Processor_Events, SRP_Stopwatch, Send_Event, Send_Message, RTP27
|
||||
|
||||
Equ Server.Name$ to 'messa012'
|
||||
Equ Server.Port$ to 25000
|
||||
Equ Server.KeepAlive$ to 60000
|
||||
Equ MessageProcessor$ to 'NDW_MESSAGING_PROCESSOR'
|
Reference in New Issue
Block a user