Changeset 67 for osgVisual/include


Ignore:
Timestamp:
Jul 11, 2010, 1:31:29 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
osgVisual/include
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/cluster/dataIO_cluster.h

    r59 r67  
    117117
    118118protected:
     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
    119123        osg::ref_ptr<osgVisual::dataIO_transportContainer> sendContainer;
    120124};
  • osgVisual/include/cluster/dataIO_clusterAsioTcpIostream.h

    r62 r67  
    6060
    6161private:
    62         osgVisual::dataIO_cluster::clustermode clusterMode;
    63         bool initialized;
    64         int port;       // Defaults to 5678
    65        
    6662        /**
    6763         * This list contains the connections to communicate with in each frame.
  • osgVisual/include/cluster/dataIO_clusterENet.h

    r66 r67  
    5252private:
    5353        osg::ref_ptr<osgVisual::dataIO_clusterENet_implementation> enet_impl;
     54        std::string serverToConnect;
     55        osgVisual::dataIO_cluster::clustermode clusterMode;
    5456};
    5557
  • osgVisual/include/core/visual_core.h

    r57 r67  
    9898
    9999        void addManipulators();
    100         void processCommandlineArguments();
    101100        bool loadTerrain(osg::ArgumentParser& arguments_);
    102101        bool checkCommandlineArgumentsForFinalErrors();
Note: See TracChangeset for help on using the changeset viewer.