HelloWorld
last edited 4 years ago by amehrabyan
Description
Sample Buildap part, developed for learning purposes only, it shows usage of part, in, out and inout pin declarations notation - author - Artavazd Mehrabyan
figure

inpins
- hello (String) - ID = 1 - sample inpin: it uses outpin to fire out event
- String - name -
- hello2 (String) - ID = 2 - sample inpin: (implementation using inoutpin), NOTE there is no notion of inout pin as it is. This notion used only for internal part developers usage. And it is just conbination of one inpin and one outpin (NOTE if as outpin id used id of existing outpin then the same outpin will be used, otherwise new one will be created)
- String - name -
outpins
- GREETING (String) - ID = 51 - sample outpin: fires generated greeting message event
- String - message - result greeting (combination of input name and greeting)
links to cvs
source - HelloWorld.java
configuration - HelloWorld.vcb
status - ready - in library