API Guides > ConceptRT 3.x

Detailed Description

Macros

#define DYNAMIC_INVOCATION_FIELD(field)
 Publish a field. More...
 
#define DYNAMIC_INVOCATION_PSEUDO_FIELD(variable, pseudoFieldName)
 Publish a pseudo field. More...
 
#define DYNAMIC_INVOCATION_FIELD_READONLY(field)
 Publish a field readonly. More...
 
#define DYNAMIC_INVOCATION_PSEUDO_FIELD_READONLY(variable, pseudoFieldName)
 Publish a pseudo field readonly. More...
 

Macro Definition Documentation

#define DYNAMIC_INVOCATION_FIELD (   field)

Publish a field.

Parameters
fieldfield identifiant.

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

Examples:
DynamicInvocation/2.Macros/DynamicInvocationMacros.h.
#define DYNAMIC_INVOCATION_FIELD_READONLY (   field)

Publish a field readonly.

Parameters
fieldfield identifiant.

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

Examples:
DynamicInvocation/2.Macros/DynamicInvocationMacros.h.
#define DYNAMIC_INVOCATION_PSEUDO_FIELD (   variable,
  pseudoFieldName 
)

Publish a pseudo field.

Parameters
variablevariable identifiant.
pseudoFieldNamePseudo field name.

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

Examples:
DynamicInvocation/2.Macros/DynamicInvocationMacros.h.
#define DYNAMIC_INVOCATION_PSEUDO_FIELD_READONLY (   variable,
  pseudoFieldName 
)

Publish a pseudo field readonly.

Parameters
variablevariable identifiant.
pseudoFieldNamePseudo field name.

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

Examples:
DynamicInvocation/2.Macros/DynamicInvocationMacros.h.