added remaining LSL2 entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:12:53 -07:00
parent 15b25a611c
commit 81e4baccb1
4474 changed files with 99825 additions and 0 deletions

View 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'