|
1 /* |
|
2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * INCLUDES |
|
16 * None |
|
17 * CONSTANTS |
|
18 * None |
|
19 * MACROS |
|
20 * None |
|
21 * DATA TYPES |
|
22 * None |
|
23 * FUNCTION PROTOTYPES |
|
24 * None |
|
25 * FORWARD DECLARATIONS |
|
26 * None |
|
27 * CHWRMVibraCommonData::MaximumOnTime |
|
28 * |
|
29 */ |
|
30 |
|
31 |
|
32 |
|
33 inline TTimeIntervalMicroSeconds32 CHWRMVibraCommonData::MaximumOnTime() const |
|
34 { |
|
35 return iMaximumOnTime; |
|
36 } |
|
37 |
|
38 // ----------------------------------------------------------------------------- |
|
39 // CHWRMVibraCommonData::FeedbackDefaultIntensity |
|
40 // ----------------------------------------------------------------------------- |
|
41 // |
|
42 inline TInt CHWRMVibraCommonData::FeedbackDefaultIntensity() const |
|
43 { |
|
44 return iFeedbackIntensity; |
|
45 } |
|
46 |
|
47 // ----------------------------------------------------------------------------- |
|
48 // CHWRMVibraCommonData::FeedbackDefaultDuration |
|
49 // ----------------------------------------------------------------------------- |
|
50 // |
|
51 inline TInt CHWRMVibraCommonData::FeedbackDefaultDuration() const |
|
52 { |
|
53 return iFeedbackDuration; |
|
54 } |
|
55 |
|
56 // ----------------------------------------------------------------------------- |
|
57 // CHWRMVibraCommonData::FeedbackPulseSupported |
|
58 // ----------------------------------------------------------------------------- |
|
59 // |
|
60 inline TBool CHWRMVibraCommonData::FeedbackPulseSupported() const |
|
61 { |
|
62 return iPulseSupported; |
|
63 } |
|
64 |
|
65 // End of File |