vtkReservedRemoteObjectIds.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
16 #ifndef vtkReservedRemoteObjectIds_h
17 #define vtkReservedRemoteObjectIds_h
18 
19 #include "vtkRemotingCoreModule.h" // for export macros
20 
22 {
23  // This Enum allow the user to list a set of the reserved GlobalIds
25  {
26  RESERVED_PROXY_MANAGER_ID = 1,
27  RESERVED_PROXY_DEFINITION_MANAGER_ID = 2,
28  RESERVED_COLLABORATION_COMMUNICATOR_ID = 3,
29  RESERVED_MAX_IDS = 255
30  };
31 };
32 #endif
33 
34 // VTK-HeaderTest-Exclude: vtkReservedRemoteObjectIds.h
Enum listing custom remote object with dedicated GlobalID.
#define VTKREMOTINGCORE_EXPORT