⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dynamic dispatching.lvproj

📁 LabVIEW8.2从入门到精通配套光碟实例
💻 LVPROJ
字号:
<?xml version='1.0'?>
<Project Type="Project" LVVersion="8208000">
   <Property Name="CCSymbols" Type="Str"></Property>
   <Property Name="NI.LV.ExampleFinder" Type="Str">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;nidna:ExampleProgram 
    xmlns:nidna="http://www.ni.com/Schemas/DNA/1.0" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://www.ni.com/Schemas/DNA/1.0 ..\DNA\1.0\NiExampleProgram.xsd" 
    SchemaVersion="1.0" 
    ContentType="EXAMPLE" 
&lt;Title&gt;
	&lt;Text Locale="US"&gt;Dynamic Dispatching.lvproj&lt;/Text&gt;
&lt;/Title&gt;
&lt;Description&gt;
	&lt;Text Locale="US"&gt;This example demonstrates dynamic dispatching and custom probes with LabVIEW classes.

Refer to the LabVIEW Help for more information about LabVIEW object-oriented programming.&lt;/Text&gt;
&lt;/Description&gt;
&lt;Keywords&gt;
	&lt;Item&gt;object-oriented&lt;/Item&gt;
	&lt;Item&gt;classes&lt;/Item&gt;
	&lt;Item&gt;dynamic&lt;/Item&gt;
	&lt;Item&gt;override&lt;/Item&gt;
	&lt;Item&gt;methods&lt;/Item&gt;
	&lt;Item&gt;parent&lt;/Item&gt;
	&lt;Item&gt;dispatch&lt;/Item&gt;
&lt;/Keywords&gt;
&lt;Navigation&gt;
	&lt;Item&gt;6700&lt;/Item&gt;
	&lt;Item&gt;8419&lt;/Item&gt;
&lt;/Navigation&gt;
&lt;FileType&gt;LV Project&lt;/FileType&gt;
&lt;Metadata&gt;
&lt;Item Name="RTSupport"&gt;LV Project&lt;/Item&gt;
&lt;/Metadata&gt;
&lt;ProgrammingLanguages&gt;
&lt;Item&gt;LabVIEW&lt;/Item&gt;
&lt;/ProgrammingLanguages&gt;
&lt;RequiredSoftware&gt;
&lt;NiSoftware MinVersion="8.0"&gt;LabVIEW&lt;/NiSoftware&gt; 
&lt;/RequiredSoftware&gt;
</Property>
   <Property Name="NI.Project.Description" Type="Str">This example demonstrates dynamic dispatching and custom probes with LabVIEW classes.

Refer to the LabVIEW Help for more information about LabVIEW object-oriented programming.</Property>
   <Item Name="My Computer" Type="My Computer">
      <Property Name="server.app.propertiesEnabled" Type="Bool">true</Property>
      <Property Name="server.control.propertiesEnabled" Type="Bool">true</Property>
      <Property Name="server.tcp.enabled" Type="Bool">false</Property>
      <Property Name="server.tcp.port" Type="Int">0</Property>
      <Property Name="server.tcp.serviceName" Type="Str">My Computer/VI Server</Property>
      <Property Name="server.tcp.serviceName.default" Type="Str">My Computer/VI Server</Property>
      <Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
      <Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
      <Property Name="specify.custom.address" Type="Bool">false</Property>
      <Item Name="Dynamic Dispatching.vi" Type="VI" URL="Dynamic Dispatching.vi"/>
      <Item Name="LVOOP Custom Probes.vi" Type="VI" URL="LVOOP Custom Probes.vi"/>
      <Item Name="Vehicle.lvclass" Type="LVClass" URL="Vehicle/Vehicle.lvclass">
         <Item Name="Vehicle.ctl" Type="Class Private Data" URL="Vehicle/Vehicle.lvclass/Vehicle.ctl"/>
         <Item Name="Initialize Vehicle.vi" Type="VI" URL="Vehicle/Initialize Vehicle.vi"/>
         <Item Name="Get Cargo Capacity.vi" Type="VI" URL="Vehicle/Get Cargo Capacity.vi"/>
      </Item>
      <Item Name="Truck.lvclass" Type="LVClass" URL="Truck/Truck.lvclass">
         <Item Name="Truck.ctl" Type="Class Private Data" URL="Truck/Truck.lvclass/Truck.ctl"/>
         <Item Name="Initialize Truck.vi" Type="VI" URL="Truck/Initialize Truck.vi"/>
         <Item Name="Get Cargo Capacity.vi" Type="VI" URL="Truck/Get Cargo Capacity.vi"/>
         <Item Name="Truck Custom Probe.vi" Type="VI" URL="Truck/Truck Custom Probe.vi"/>
      </Item>
      <Item Name="Vehicle1.vi" Type="VI" URL="Vehicle1.vi"/>
      <Item Name="Truck1.vi" Type="VI" URL="Truck1.vi"/>
      <Item Name="Class Upcasting and Downcasting.vi" Type="VI" URL="Class Upcasting and Downcasting.vi"/>
      <Item Name="Dependencies" Type="Dependencies"/>
      <Item Name="Build Specifications" Type="Build"/>
   </Item>
</Project>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -