Introduction Manual Class Reference Header Reference

zoidcom_replicator.h File Reference


Detailed Description

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


Define Documentation

#define ZCOM_REPLICATOR_CALLPROCESS   (1L << 0)
 

the replicator holding this flag wants to get it's Process() method called regularly

#define ZCOM_REPLICATOR_ZCOMOWNAGE   (1L << 1)
 

the replicator was allocated by zoidcom - used and handled internally

#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_BASIC   (1L << 3)
 

the replicator is an instance of ZCom_ReplicatorBasic

#define ZCOM_REPLICATOR_ADVANCED   (1L << 4)
 

the replicator is an instance of ZCom_ReplicatorAdvanced

#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


This file is part of the documentation for Zoidcom. Documentation copyright © 2004-2008 by Jörg Rüppel. Generated on Sat Aug 16 15:26:49 2008 for Zoidcom by doxygen 1.4.6-NO