Ignore:
Timestamp:
Aug 24, 2010, 9:36:59 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/src/extLink/dataIO_extLinkVCL.cpp

    r118 r121  
    7575        }
    7676
    77         //OSG_NOTIFY( osg::ALWAYS ) << "LAT: " << osgVisual::visual_dataIO::getInstance()->getSlotDataAsDouble("SAENGER1_POS_LAT", osgVisual::dataIO_slot::TO_OBJ ) << std::endl;
    7877        return true;
    7978}
     
    8281{
    8382        OSG_NOTIFY( osg::INFO ) << "extLinkVCL writebackFROM_OBJvalues()" << std::endl;
    84 
    85         // Copy slot data to variables
    86                 // Nothing to do
    87                 // Example: MY_CHANNEL.setValue( myValue );
    8883
    8984        // write FROM_OBJ values into VCL
     
    121116                root_element = xmlDocGetRootElement(doc);
    122117
     118                // Parse the XML document.
    123119                checkXMLNode(root_element);
    124120
     
    182178                return;
    183179
    184         OSG_ALWAYS << "Processing channels for channel " << channelName_ << " with the direction " << direction_ << std::endl;
     180        OSG_ALWAYS << "dataIO_extL) : Processing entries for channel " << channelName_ << " with the direction " << direction_ << std::endl;
    185181
    186182        for (xmlNode *cur_node = a_node; cur_node; cur_node = cur_node->next)
Note: See TracChangeset for help on using the changeset viewer.