Difference between revisions of "Concepts"

From Flowcode Help
Jump to navigationJump to search
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
These examples and concepts are then linked into Flowcode functionality and show you how to use the integrated functionality appropriately and effectively within Flowcode.
 
These examples and concepts are then linked into Flowcode functionality and show you how to use the integrated functionality appropriately and effectively within Flowcode.
  
 +
[[Flowcode_Methodology]] - Some key areas where Flowcode will help to further the design and implementation of a design or product
  
{| class="wikitable" style="margin:auto; width:70%; text-align:center;"
+
[[Role_of_the_Dashboard_Panel]] - The dashboard panel and it's function in the Flowcode development environment
|-
+
 
| width="30%" | [[Object Position]]
+
[[Role_of_the_System_Panel]] - The system panel and it's function in the Flowcode development environment
|Position of an object on a Panel.
+
 
|-
+
[[Ghost_Technology]] - An overview on Ghost technology and what it can do for you to aid development
| width="30%" | [[Local and World Space]]
 
|Local Space vs World Space.
 
|-
 
| width="30%" | [[Component Tree]]
 
|Explanation of how the components and panel objects interrelate.
 
|-
 
| width="30%" | [[Object Scale]]
 
|Representation of the scale of an object and it's children.
 
|-
 
| width="30%" | [[Object Rotation]]
 
|Representation of the rotation of an object and it's children.
 
|-
 
| width="30%" | [[Panel Manipulations]]
 
|Instructions on how to navigate around on the panels.
 
|-
 
| width="30%" | [[Components]]
 
|Fundamentals of components and how they interact.
 
|-
 
| width="30%" | [[Communications Components]]
 
|Fundamentals of communications components.
 
|-
 
| width="30%" | [[Simulation vs Embedded Hardware]]
 
|Simulated environment vs Embedded hardware.
 
|-
 
| width="30%" | [[Simulation API functions]]
 
|Simulated environment and it's API.
 
|-
 
| width="30%" | [[Event Macros]]
 
|Details the reasoning behind Event Macros.
 
|-
 
| width="30%" | [[DLL Support]]
 
|How to create and link a DLL into Flowcode.
 
|-
 
| width="30%" | [[FCD Data Collection]]
 
|How to collect data from the target Flowcode definition file (fcdx).
 
|-
 
| width="30%" | [[Component Creation]]
 
|How to design and create your own components.
 
|-
 
| width="30%" | [[Data Console]]
 
|Introduction and information related to using the console window.
 
|-
 
| width="30%" | [[Data Scope]]
 
|Introduction and information related to using the scope window.
 
|}
 

Latest revision as of 09:25, 10 March 2014

This section describes and explains the functionality used within Flowcode by demonstrating concepts by using various examples outside of Flowcode to provide a clear understanding of the specific functions which therefore allows you to use Flowcode more effectively.

These examples and concepts are then linked into Flowcode functionality and show you how to use the integrated functionality appropriately and effectively within Flowcode.

Flowcode_Methodology - Some key areas where Flowcode will help to further the design and implementation of a design or product

Role_of_the_Dashboard_Panel - The dashboard panel and it's function in the Flowcode development environment

Role_of_the_System_Panel - The system panel and it's function in the Flowcode development environment

Ghost_Technology - An overview on Ghost technology and what it can do for you to aid development