User Tools

Site Tools


code:common:project-structure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:common:project-structure [2025/01/15 13:55] – ['_VI Templates' directory] joerg.hampelcode:common:project-structure [2025/01/23 10:50] (current) joerg.hampel
Line 51: Line 51:
           /_Examples                             /_Examples                  
           /_VI Templates                         /_VI Templates              
 +          /Libraries/
           /Modules/           /Modules/
           /Project/           /Project/
Line 58: Line 59:
  
 Contains the following directories and files: Contains the following directories and files:
- 
- 
-==== 'Framework' directory ==== 
- 
-Starting from [[https://code.hampel-soft.com/open-source/dqmh/hse-application-template/-/tree/v3.0.0?ref_type=tags|HSE Application Template v3.0.0]] 'Framework' directory does not exist anymore within the application template. 
-Generic modules are now part of [[https://code.hampel-soft.com/open-source/hse-framework|HSE Core - Framework repository]] and are installed with [[https://code.hampel-soft.com/open-source/dqmh/hse-application-template/-/blob/master/hse-application-template.vipc?ref_type=heads|hse-application-template.vipc]]. 
- 
-<WRAP left round info 80%> 
-More information on framework modules: [[code:dqmh:hse-application-template:overview|Application Template]] 
-</WRAP> 
- 
-==== 'Libraries' directory ==== 
- 
-Starting from [[https://code.hampel-soft.com/open-source/dqmh/hse-application-template/-/tree/v3.0.0?ref_type=tags|HSE Application Template v3.0.0]] 'Libraries' directory does not exist anymore within the application template. 
-Libraries are now part of [[https://code.hampel-soft.com/open-source/hse-libraries|HSE Core - Libraries repository]] and are installed with [[https://code.hampel-soft.com/open-source/dqmh/hse-application-template/-/blob/master/hse-application-template.vipc?ref_type=heads|hse-application-template.vipc]]. 
- 
-<WRAP left round info 80%> 
-More information on our libraries: [[code:open-source:hse-libraries|HSE-Libraries]] 
-</WRAP> 
- 
  
 ==== '_Examples' directory ==== ==== '_Examples' directory ====
Line 97: Line 78:
               Another Template.vi               Another Template.vi
  
-The ''_VI Templates'' directory is optional for projects that are built into a VI package. The template VIs will be placed on the palette and configured to "place VI contents", making these VIs simple starting points - what we call //quickstart//.+The ''_VI Templates'' directory is optional for projects which contain code that is built into a VI package. The template VIs will be placed on the palette and configured to "place VI contents", making it easier to fill blank VI with the required source code.
  
-These VIs will have comment placed on their block diagram as follows:+//Quickstart// VIs are special variant of template VIs meant to kick-start the development of new code by providing the block diagram for a simple use case of the library in question.
  
-    This is a quickstart VIA very simple example for using this package+==== 'Framework' directory (deprecated) ==== 
-     + 
-    This project ships with several examples which you can browse from  +      /TEMPLATE_Source/ 
-    the Example Finder ("Help -> Find Examples…" menu item in the LabVIEW IDE). +          /Framework/ 
-    In the NI Example Finder, browsing the directory structure, navigate to "\HSE"  + 
-    or "Hampel Software Engineering" where you will find additional example VIs.+Starting from [[https://code.hampel-soft.com/open-source/dqmh/hse-application-template/-/tree/v3.0.0?ref_type=tags|HSE Application Template v3.0.0]] the 'Framework' directory does not exist anymore within the application template
 +Generic framework modules are now part of [[https://code.hampel-soft.com/open-source/hse-framework|HSE Core - Framework repository]] and are installed into ''vi.lib''. 
 + 
 +==== 'Libraries' directory (optional==== 
 + 
 +      /TEMPLATE_Source/ 
 +          /Libraries/ 
 + 
 +Contains generic reuse libraries that are neither DQMH modules nor project-specific code. The content of this directory varies from project to project
 + 
 +<WRAP left round info 100%> 
 +Starting from [[https://code.hampel-soft.com/open-source/dqmh/hse-application-template/-/tree/v3.0.0?ref_type=tags|HSE Application Template v3.0.0]] the 'Libraries' directory does not contain our [[code:open-source:hse-libraries|HSE-Libraries]] anymore as they are now installed into ''vi.lib''
 +</WRAP>
  
 ==== 'Modules' directory ==== ==== 'Modules' directory ====
Line 141: Line 134:
               /PROJECT_UserCredentials.vi               /PROJECT_UserCredentials.vi
                              
-Contains all project-specific files that are not part of a DQMH module or a library. The content of this directory varies from project to project.+Contains all project-specific files that are not part of a DQMH module or a generic reuse library. The content of this directory varies from project to project.
  
 ==== 'TEMPLATE.lvproj' ==== ==== 'TEMPLATE.lvproj' ====
code/common/project-structure.1736949319.txt.gz · Last modified: 2025/01/15 13:55 by joerg.hampel