![]() |
||||||||
|
|
||||||||
Go to the source code of this file.
Classes | |
| class | ZCom_Replicator |
| The replicator interface. More... | |
| class | ZCom_ReplicatorSetup |
| Base class for replicator parameters. More... | |
Replicator flags. | |
| Stored in m_flags in ZCom_Replicator. | |
| #define | ZCOM_REPLICATOR_ADVANCED (1L << 4) |
| the replicator is an instance of ZCom_ReplicatorAdvanced | |
| #define | ZCOM_REPLICATOR_BASIC (1L << 3) |
| the replicator is an instance of ZCom_ReplicatorBasic | |
| #define | ZCOM_REPLICATOR_CALLPROCESS (1L << 0) |
| the replicator holding this flag wants to get it's Process() method called regularly | |
| #define | ZCOM_REPLICATOR_INITIALIZED (1L << 2) |
| if replicator is registered to a node and this flag is not set, an error occurs | |
| #define | ZCOM_REPLICATOR_MODIFIED (1L << 5) |
| the replicator has replicated at least once, used in conjunction with ZCOM_REPFLAG_STARTCLEAN | |
| #define | ZCOM_REPLICATOR_USER1 (1L << 6) |
| freely available for replicator implementations | |
| #define | ZCOM_REPLICATOR_USER2 (1L << 7) |
| freely available for replicator implementations | |
| #define | ZCOM_REPLICATOR_ZCOMOWNAGE (1L << 1) |
| the replicator was allocated by zoidcom - used and handled internally | |
|
|
the replicator holding this flag wants to get it's Process() method called regularly
|
|
|
the replicator was allocated by zoidcom - used and handled internally
|
|
|
if replicator is registered to a node and this flag is not set, an error occurs
|
|
|
the replicator is an instance of ZCom_ReplicatorBasic
|
|
|
the replicator is an instance of ZCom_ReplicatorAdvanced
|
|
|
the replicator has replicated at least once, used in conjunction with ZCOM_REPFLAG_STARTCLEAN
|
|
|
freely available for replicator implementations
|
|
|
freely available for replicator implementations
|
1.4.6-NO