Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: ORCRC

Package: Order Entry Results Reporting

Routine: ORCRC


Information

ORCRC ;SLC/JM - standard CRC routine ;3/1/06

Source Information

Source file <ORCRC.m>

Entry Points

Name Comments DBIA/ICR reference
CRC4ARRY(ARRAY) ; Returns a CRC for an array of strings
XOR(BIN1,BIN2) ; Exclusive OR of 2 binary numbers - returns binary value
AND(BIN1,BIN2) ; AND of 2 binary numbers - returns binary value
SHR(BIN,SHIFT) ; Shift right SHIFT bits of binary number - returns binary value
HEX2BIN(HEX) ; Converts hex to binary - assumes valid input
BIN2HEX(BIN) ; Converts binary to hex - assumes valid input
INT2HEX(INT,SIZE) ; Converts int to hex
HEX2INT(HEX) ; Converts hex to integer
CRCTABLE(IDX) ; Returns crc hex value from table
TBL ; CRC table - DO NOT CHANGE THESE VALUES!
Info |  Source |  Entry Points