SEDRIS Reference Manual
APPENDIX A - LEVEL 0 READ and WRITE API
Types
SE_ITR_Behaviour
/*
 * ENUM: SE_ITR_Behaviour
 *
 *   Used to indicate the desired traversal for an iterator or function
 *   when it encounters an Inter-Transmittal Reference (ITR).
 */
typedef enum
{
SE_ITR_BHVR_RESOLVE, (notes)
SE_ITR_BHVR_REPORT, (notes)
SE_ITR_BHVR_IGNORE (notes)
} SE_ITR_Behaviour;


Enumerant Notes


SE_ITR_BHVR_RESOLVE

 Automatically resolve ITR references as they are encountered and
 continue to search as normal within the new transmittal.

 Note that a SEDRIS transmittal that has been opened in this way
 cannot be written to or updated. The transmittal must be
 explicitly opened for writing or modification to do this.

SE_ITR_BHVR_REPORT

 Report any ITR references as they are encountered, but do not
 resolve them.

SE_ITR_BHVR_IGNORE

 Ignore ITR references and act as though the transmittal were
 stand-alone, continuing to search within the current transmittal.



Prev: SE_Iterator. Next: SE_Level_0_API_Function.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™