Intersystem Tranceiver/trxdefs.h
changeset 0 bb4b476bbb96
equal deleted inserted replaced
-1:000000000000 0:bb4b476bbb96
       
     1 /*
       
     2   trxdefs.h
       
     3 
       
     4   Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     5   All rights reserved.
       
     6 
       
     7   This program and the accompanying materials are made available 
       
     8   under the terms of the Eclipse Public License v1.0 which accompanies 
       
     9   this distribution, and is available at 
       
    10   http://www.eclipse.org/legal/epl-v10.html
       
    11 
       
    12   Initial Contributors:
       
    13   Nokia Corporation - initial contribution.
       
    14 
       
    15   Contributors:
       
    16 */
       
    17 
       
    18 /** @trxdefs.h
       
    19 @brief Unique identifiers of transceivers. Part of IST API.
       
    20 @publishedDeviceAbstraction
       
    21 */
       
    22 
       
    23 #ifndef __TRXDEFS_H__
       
    24 #define __TRXDEFS_H__
       
    25 
       
    26 // Enumerations
       
    27 
       
    28 /**
       
    29 Unique identifiers for each transceiver.
       
    30 */
       
    31 enum TTrxId
       
    32     {
       
    33     ETrxHSI             = 0x00,
       
    34     ETrxSharedMemory,
       
    35     ETrxPartnerOS,
       
    36     ETrxTest,           // Only for testing purposes
       
    37     ETrxTest2,          // Only for testing purposes
       
    38     EAmountOfTrxs,      // Not used by transceivers
       
    39     };
       
    40 
       
    41 #endif /* __TRXDEFS_H__ */