Changeset 121 for osgVisual/src
- Timestamp:
- Aug 24, 2010, 9:36:59 PM (14 years ago)
- Location:
- osgVisual/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/dataIO/visual_dataIO.cpp
r118 r121 28 28 visual_dataIO::~visual_dataIO() 29 29 { 30 // Delete all slots: 31 for(unsigned int i=0;i<dataSlots.size();i++) 32 { 33 delete dataSlots[i]; 34 } 35 dataSlots.clear(); 36 30 37 OSG_NOTIFY( osg::ALWAYS ) << "visual_dataIO destructed" << std::endl; 31 38 } -
osgVisual/src/extLink/dataIO_extLinkVCL.cpp
r118 r121 75 75 } 76 76 77 //OSG_NOTIFY( osg::ALWAYS ) << "LAT: " << osgVisual::visual_dataIO::getInstance()->getSlotDataAsDouble("SAENGER1_POS_LAT", osgVisual::dataIO_slot::TO_OBJ ) << std::endl;78 77 return true; 79 78 } … … 82 81 { 83 82 OSG_NOTIFY( osg::INFO ) << "extLinkVCL writebackFROM_OBJvalues()" << std::endl; 84 85 // Copy slot data to variables86 // Nothing to do87 // Example: MY_CHANNEL.setValue( myValue );88 83 89 84 // write FROM_OBJ values into VCL … … 121 116 root_element = xmlDocGetRootElement(doc); 122 117 118 // Parse the XML document. 123 119 checkXMLNode(root_element); 124 120 … … 182 178 return; 183 179 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; 185 181 186 182 for (xmlNode *cur_node = a_node; cur_node; cur_node = cur_node->next)
Note: See TracChangeset
for help on using the changeset viewer.