Ignore:
Timestamp:
Jan 7, 2011, 5:41:45 PM (13 years ago)
Author:
Torben Dannhauer
Message:

XML configuration now works also with dataIO cluster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/bin/osgVisualConfig.xml

    r160 r183  
    1616    <!-- optional: <blendmap filename="blendmap.png"></blendmap> to set blendmap independend from channel map -->
    1717  </module>
     18 
    1819  <module name="sky_silverlining" enabled="yes"></module>
     20
    1921  <module name="vista2d" enabled="yes">
    2022    <vista2d filename="D:\osgVisual\osgVisual\bin\altimeterSimple.v" paintBackground="no" position_x="1" position_y="1" zoom="1.0" playanimation="yes"></vista2d>
    2123  </module>
     24
    2225  <module name="dataio" enabled="yes">
    2326    <!-- XML configuration of the module "dataIO"
     27        The parameter "enabled" is ignored, because dataIO is mandatory for the visual system to place object etc.
     28       
    2429        Available clusterroles:
    2530        master: This role recieves all relevant information via the extLink implementation and sends it via cluster implementation to the slave nodes.
    2631        slave: This role recieves all relevant rendering information via the cluster implementation.
    27         standalone: This role recieves all relevant data via the extLink and renders it. No cluster functionality is used.
     32        standalone: This role recieves all relevant data via the extLink and renders it. No cluster functionality is used.   
    2833    -->
    2934    <dataio clusterrole="standalone"></dataio>
    30     <cluster implementation="enet" master_ip="10.10.10.10" port="1234" use_zlib_compressor="yes" ></cluster>
     35    <cluster implementation="enet" hardsync="yes" master_ip="10.10.10.10" port="1234" use_zlib_compressor="yes" ></cluster>
    3136    <extlink implementation="vcl" filename="osgVisual.xml"></extlink>
    3237  </module>
Note: See TracChangeset for help on using the changeset viewer.