| /////////////////////////////////////////////////////////////////////////////// | 
 | //                                                                           // | 
 | // Copyright (c) 2000-2018 Ericsson Telecom AB                               // | 
 | //                                                                           // | 
 | // All rights reserved. This program and the accompanying materials          // | 
 | // are made available under the terms of the Eclipse Public License v2.0     // | 
 | // which accompanies this distribution, and is available at                  // | 
 | // https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                 // | 
 | /////////////////////////////////////////////////////////////////////////////// | 
 |  | 
 | /////////////////////////////////////////////////////////// | 
 | //  Module: EPTF_LGenBaseDemo_SiblingFsmDefinitions | 
 | //  | 
 | //  Purpose: | 
 | //    This module provides type definitions for demonstrate the communication between | 
 | //    FSM tables. See also <EPTF_LGenBaseDemo_SiblingFsmFunctions> | 
 | //  | 
 | //  Module Parameters: | 
 | //    - | 
 | //  | 
 | //  Current Owner: | 
 | //    ELSZSKU | 
 | //  | 
 | //  Last Review Date: | 
 | //    2010-10-26 | 
 | //  | 
 | //  Detailed Comments: | 
 | /////////////////////////////////////////////////////////// | 
 | module EPTF_LGenBaseDemo_SiblingFsmDefinitions { | 
 |  | 
 | import from EPTF_CLL_LGenBase_Definitions all; | 
 |  | 
 | type component EPTF_LGenBaseDemo_SiblingFsm_CT extends EPTF_LGenBase_CT { | 
 |   var integer v_demoBehavior := -1; | 
 |   var integer v_dummyInt := -1; | 
 | } | 
 |  | 
 | const charstring c_demoBehaviorName := "demoBehavior"; | 
 |  | 
 | } // end of module |