コード例 #1
0
ファイル: AC1.java プロジェクト: johnsteele/etrice
 /* Entry and Exit Codes */
 protected void entry_Ready() {
   p0.hello("this is AC1, instance " + getInstancePath());
 }
コード例 #2
0
ファイル: Optional.java プロジェクト: johnsteele/etrice
 /* Action Codes */
 protected void action_TRANS_tr0_FROM_Ready_TO_Ready_BY_sayHellop0_tr0(InterfaceItemBase ifitem) {
   p0.hello("this is AC1, instance " + getInstancePath());
 }