CFx SDK Documentation  2023 SP0
Macros
FxFdtCodes.h File Reference
#include "FxPragmaPush.h"
#include "FxPragmaPop.h"

Go to the source code of this file.

Macros

#define RTNONE   5000 /* No result */
 
#define RTREAL   5001 /* Real */
 
#define RTPOINT   5002 /* 2D point */
 
#define RTSHORT   5003 /* Short Int */
 
#define RTANG   5004 /* Angle */
 
#define RTSTR   5005 /* String */
 
#define RTENAME   5006 /* Entity Name */
 
#define RTPICKS   5007 /* Selection Set (pick set) */
 
#define RTORINT   5008 /* Orientation */
 
#define RT3DPOINT   5009 /* 3D point */
 
#define RTLONG   5010 /* Long int */
 
#define RTCOLOR   5011 /* color value */
 
#define RTVOID   5014 /* Void */
 
#define RTLB   5016 /* List bottom */
 
#define RTLE   5017 /* List end */
 
#define RTDOTE   5018 /* Dotted pair (FLISP) */
 
#define RTNIL   5019 /* NIL (FLISP) */
 
#define RTDXF0   5020 /* DXF Code 0, for fdt_buildlist only */
 
#define RTT   5021 /* T atom (True) */
 
#define RTBINARY   5022 /* Chunk in XDATA */
 
#define RTFUNC   5023 /* Function */
 
#define RTNORM   5100 /* Normal termination */
 
#define RTMODELESS   5027 /* Interrupted by modeless operation */
 
#define RTMEMERR   (-5000) /* Global memory error */
 
#define RTERROR   (-5001)
 
#define RTCAN   (-5002)
 
#define RTREJ   (-5003)
 
#define RTFAIL   (-5004)
 
#define RTKWORD   (-5005)
 
#define RTINPUTTRUNCATED   (-5008)
 
#define RTLOADONCALL   0
 
#define RTPRELOAD   1
 

Macro Definition Documentation

◆ RT3DPOINT

#define RT3DPOINT   5009 /* 3D point */

Definition at line 40 of file FxFdtCodes.h.

◆ RTANG

#define RTANG   5004 /* Angle */

Definition at line 35 of file FxFdtCodes.h.

◆ RTBINARY

#define RTBINARY   5022 /* Chunk in XDATA */

Definition at line 50 of file FxFdtCodes.h.

◆ RTCAN

#define RTCAN   (-5002)

Definition at line 60 of file FxFdtCodes.h.

◆ RTCOLOR

#define RTCOLOR   5011 /* color value */

Definition at line 42 of file FxFdtCodes.h.

◆ RTDOTE

#define RTDOTE   5018 /* Dotted pair (FLISP) */

Definition at line 46 of file FxFdtCodes.h.

◆ RTDXF0

#define RTDXF0   5020 /* DXF Code 0, for fdt_buildlist only */

Definition at line 48 of file FxFdtCodes.h.

◆ RTENAME

#define RTENAME   5006 /* Entity Name */

Definition at line 37 of file FxFdtCodes.h.

◆ RTERROR

#define RTERROR   (-5001)

Definition at line 59 of file FxFdtCodes.h.

◆ RTFAIL

#define RTFAIL   (-5004)

Definition at line 62 of file FxFdtCodes.h.

◆ RTFUNC

#define RTFUNC   5023 /* Function */

Definition at line 51 of file FxFdtCodes.h.

◆ RTINPUTTRUNCATED

#define RTINPUTTRUNCATED   (-5008)

Definition at line 64 of file FxFdtCodes.h.

◆ RTKWORD

#define RTKWORD   (-5005)

Definition at line 63 of file FxFdtCodes.h.

◆ RTLB

#define RTLB   5016 /* List bottom */

Definition at line 44 of file FxFdtCodes.h.

◆ RTLE

#define RTLE   5017 /* List end */

Definition at line 45 of file FxFdtCodes.h.

◆ RTLOADONCALL

#define RTLOADONCALL   0

Definition at line 67 of file FxFdtCodes.h.

◆ RTLONG

#define RTLONG   5010 /* Long int */

Definition at line 41 of file FxFdtCodes.h.

◆ RTMEMERR

#define RTMEMERR   (-5000) /* Global memory error */

Definition at line 58 of file FxFdtCodes.h.

◆ RTMODELESS

#define RTMODELESS   5027 /* Interrupted by modeless operation */

Definition at line 56 of file FxFdtCodes.h.

◆ RTNIL

#define RTNIL   5019 /* NIL (FLISP) */

Definition at line 47 of file FxFdtCodes.h.

◆ RTNONE

#define RTNONE   5000 /* No result */

Definition at line 31 of file FxFdtCodes.h.

◆ RTNORM

#define RTNORM   5100 /* Normal termination */

Definition at line 55 of file FxFdtCodes.h.

◆ RTORINT

#define RTORINT   5008 /* Orientation */

Definition at line 39 of file FxFdtCodes.h.

◆ RTPICKS

#define RTPICKS   5007 /* Selection Set (pick set) */

Definition at line 38 of file FxFdtCodes.h.

◆ RTPOINT

#define RTPOINT   5002 /* 2D point */

Definition at line 33 of file FxFdtCodes.h.

◆ RTPRELOAD

#define RTPRELOAD   1

Definition at line 68 of file FxFdtCodes.h.

◆ RTREAL

#define RTREAL   5001 /* Real */

Definition at line 32 of file FxFdtCodes.h.

◆ RTREJ

#define RTREJ   (-5003)

Definition at line 61 of file FxFdtCodes.h.

◆ RTSHORT

#define RTSHORT   5003 /* Short Int */

Definition at line 34 of file FxFdtCodes.h.

◆ RTSTR

#define RTSTR   5005 /* String */

Definition at line 36 of file FxFdtCodes.h.

◆ RTT

#define RTT   5021 /* T atom (True) */

Definition at line 49 of file FxFdtCodes.h.

◆ RTVOID

#define RTVOID   5014 /* Void */

Definition at line 43 of file FxFdtCodes.h.