Changeset 67 for osgVisual/include/cluster
- Timestamp:
- Jul 11, 2010, 1:31:29 PM (14 years ago)
- Location:
- osgVisual/include/cluster
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/cluster/dataIO_cluster.h
r59 r67 117 117 118 118 protected: 119 osgVisual::dataIO_cluster::clustermode clusterMode; // This variable only mirrors the variable of dataIO. willbe set during initialize. 120 bool initialized; 121 int port; 122 119 123 osg::ref_ptr<osgVisual::dataIO_transportContainer> sendContainer; 120 124 }; -
osgVisual/include/cluster/dataIO_clusterAsioTcpIostream.h
r62 r67 60 60 61 61 private: 62 osgVisual::dataIO_cluster::clustermode clusterMode;63 bool initialized;64 int port; // Defaults to 567865 66 62 /** 67 63 * This list contains the connections to communicate with in each frame. -
osgVisual/include/cluster/dataIO_clusterENet.h
r66 r67 52 52 private: 53 53 osg::ref_ptr<osgVisual::dataIO_clusterENet_implementation> enet_impl; 54 std::string serverToConnect; 55 osgVisual::dataIO_cluster::clustermode clusterMode; 54 56 }; 55 57
Note: See TracChangeset
for help on using the changeset viewer.