rscondescriptor.h File Reference


Classes

interface  IRsConDescriptor

Enumerations

enum  RtConFlags {
  CONFLG_DIRTY = 0x00000001, CONFLG_OUT = 0x00000002, CONFLG_IN = 0x00000004, CONFLG_INOUT = CONFLG_IN|CONFLG_OUT,
  CONFLG_RESERVED = 0x00000008, CONFLG_EXPORTED = 0x00000010, CONFLG_HIDDEN = 0x00000020, CONFLG_CACHING = 0x00000040,
  CONFLG_NONOTIFY = 0x00000080, CONFLG_CONTROLFLOW = 0x00000100, CONFLG_DISABLECACHING = 0x00000200, CONFLG_REGISTERED = 0x00000400,
  CONFLG_CUSTOM = 0x00000800, CONFLG_TOPOLOGY = 0x00001000, CONFLG_LOCAL = 0x00002000
}
 Connector flags:. More...

Detailed Description


Enumeration Type Documentation

enum RtConFlags

Connector flags:.

Enumerator:
CONFLG_DIRTY  Set if the descriptor should be saved while serialize:.
CONFLG_OUT  Connector can produce messages:.
CONFLG_IN  Connector can receive messages:.
CONFLG_INOUT  Connector can receive and produce messages:.
CONFLG_RESERVED  Reserved:.
CONFLG_EXPORTED  Connector was created by export of connector:.
CONFLG_HIDDEN  Connector is hidden:.
CONFLG_CACHING  Force caching for connector:.
CONFLG_NONOTIFY  Suppress notification events for connector( setValue, getvalue, connect, disconnect):.
CONFLG_CONTROLFLOW  Identifies connector used for transition of control flow among activity nodes:.
CONFLG_DISABLECACHING  Disable caching for connector:.
CONFLG_REGISTERED  Registered connector flag (for script-defined connectors):.
CONFLG_CUSTOM  Custom handled connector (replaces old style - handled parameter in methods of IRsUnknonwNode):.
CONFLG_TOPOLOGY  Connector used for topology connections, value is not important (setting value doesn't invoke notifications):.
CONFLG_LOCAL  Suppress transfer of this connector over network:.


Generated on Wed May 20 21:31:56 2009 for trueSpace7.6 SDK by  doxygen 1.5.5