| /////////////////////////////////////////////////////////////////////////////// |
| // // |
| // Copyright (c) 2000-2019 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_CLL_LGenBase_LoggingDefinitions |
| // |
| // Purpose: |
| // This module provides internal logging types for TitanSim load generators |
| // |
| // Module Parameters: |
| // - |
| // |
| // Module depends on: |
| // <EPTF_CLL_Logging_Definitions> |
| // |
| // Current Owner: |
| // EISTSND |
| // |
| // Last Review Date: |
| // - |
| // |
| // Detailed Comments: |
| // |
| /////////////////////////////////////////////////////////// |
| module EPTF_CLL_LGenBase_LoggingDefinitions { |
| |
| import from EPTF_CLL_Logging_Definitions all; |
| |
| //========================================================================= |
| // Data Types |
| //========================================================================= |
| |
| /////////////////////////////////////////////////////////// |
| // Type: EPTF_LGenBase_Logging_CT |
| // |
| // Extends: EPTF_Logging_CT |
| // |
| // Purpose: |
| // Component type for the LGenBase Logging feature of TitanSim |
| // |
| ///////////////////////////////////////////////////////// |
| type component EPTF_LGenBase_Logging_CT extends EPTF_Logging_CT{ |
| var integer v_LGenBase_loggingMaskId := c_EPTF_Logging_invalidMaskId |
| } |
| } |