43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
compile insert RTI_CFG_C2OE_MAP_EQUATES
|
|
/*
|
|
** Copyright (C) 2012 Revelation Software Inc. All Rights Reserved **
|
|
|
|
This insert is proprietary and is not to be used by or disclosed
|
|
to others, nor is it to be copied without written permission from
|
|
Revelation Technologies, Inc.
|
|
|
|
Author : Captain C
|
|
Date : September 2012
|
|
Purpose : Constants for use with the C to OE data type configuration
|
|
record
|
|
|
|
Comments
|
|
========
|
|
|
|
|
|
Amended Date Reason
|
|
======= ==== ======
|
|
djh 07/19/17 Add CFG_C2OE_POS_OISTRUCT$
|
|
*/
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
#ifndef _RTI_CFG_C2OE_MAP_EQUATES_
|
|
#define _RTI_CFG_C2OE_MAP_EQUATES_
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
equ CFG_C2OE_TABLE$ to "SYSENV"
|
|
equ CFG_C2OE_ID$ to "CFG_C2OE_MAP"
|
|
equ CFG_C2OE_REPOS_ID$ to @appID<1> : "*APPROW**" : CFG_C2OE_TABLE$ : ":" : CFG_C2OE_ID$
|
|
equ CFG_C2OE_REPOS_TITLE$ to "C-To-OE DataType mapping record"
|
|
|
|
equ CFG_C2OE_POS_CTYPE$ to 1
|
|
equ CFG_C2OE_POS_OETYPE$ to 2
|
|
equ CFG_C2OE_POS_OISTRUCT$ to 3
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
#endif
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////////////////
|