Changeset 116 for osgVisual/include/extLink
- Timestamp:
- Aug 19, 2010, 8:58:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/extLink/dataIO_extLinkVCL.h
r97 r116 16 16 */ 17 17 18 #include <dataIO_extLink.h> 18 #include <dataIO_extLink.h> // Base class 19 19 #include <osg/Notify> 20 20 #include <osgDB/FileUtils> 21 22 // VCL 21 23 #include <winsock2.h> 24 25 // XML Parser 26 #include <stdio.h> 27 #include <libxml/parser.h> 28 #include <libxml/tree.h> 29 22 30 23 31 // VCL … … 77 85 bool writebackFROM_OBJvalues(); 78 86 87 79 88 private: 89 bool parseVCLConfig(); 90 void checkXMLNode(xmlNode * a_node); 91 void addChannels(xmlNode * a_node, std::string channelName_, dataIO_slot::dataDirection direction_ ); 92 93 std::string VCLConfigFilename; 94 std::vector< CVCLVariable<double>* > extLinkChannels; 95 std::vector< osgVisual::dataIO_slot* > extLinkSlots; 96 bool configFileValid; 97 80 98 CVCLVariable<double> SAENGER1_POS_LAT; 81 99 CVCLVariable<double> SAENGER1_POS_LON;
Note: See TracChangeset
for help on using the changeset viewer.