ToiDvbTScanner.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * ToiDvbTScanner.idl
00005  *
00006  * This file was created by the Motorola IDL backend, 
00007  * which is based on the OmniORB IDL parser.
00008  * Please do not modify.
00009  *
00010  * Copyright (c) 2009 Motorola Inc. All Rights Reserved.
00011  *
00012  *--------------------------------------------------------------------
00013  */
00014 
00015 #ifndef TOIDVBTSCANNER_IDL
00016 #define TOIDVBTSCANNER_IDL
00017 
00018 #include "TToiInvalidArgumentException.idl"
00019 #include "TToiInvalidPreconditionException.idl"
00020 #include "TToiNotEnoughResourcesException.idl"
00021 #include "TToiUnhandledValueException.idl"
00022 #include "ToiApplicationService.idl"
00023 #include "ToiOperationManager.idl"
00024 #include "TToiOperationNotSupportedException.idl"
00025 #include "TToiNoDataException.idl"
00026 #include "TToiSessionViolationException.idl"
00027 #include "ToiMediaSession.idl"
00028 #include "ToiFrontendService.idl"
00029 #include "ToiScanner.idl"
00030 //@ [Struct(Interface=IToiDvbTScanner,Name=TToiDvbTFrontendParameters)]
00031 interface ToiDvbTScannerDvbTFrontendParameters;
00032 
00040 interface ToiDvbTScanner : ToiScanner {
00041 
00044   //@ [Enum]
00045   typedef long TToiDvbTBandwidth;
00048   
00054   //@ [Enumerator(Enum=TToiDvbTBandwidth,Name=BANDWIDTH_ANY)]
00055   const TToiDvbTBandwidth BANDWIDTH_ANY = 0;
00056   
00062   //@ [Enumerator(Enum=TToiDvbTBandwidth,Name=BANDWIDTH_8MHZ)]
00063   const TToiDvbTBandwidth BANDWIDTH_8MHZ = 1;
00064   
00070   //@ [Enumerator(Enum=TToiDvbTBandwidth,Name=BANDWIDTH_7MHZ)]
00071   const TToiDvbTBandwidth BANDWIDTH_7MHZ = 2;
00072   
00078   //@ [Enumerator(Enum=TToiDvbTBandwidth,Name=BANDWIDTH_6MHZ)]
00079   const TToiDvbTBandwidth BANDWIDTH_6MHZ = 3;
00080   
00086   //@ [Enumerator(Enum=TToiDvbTBandwidth,Name=BANDWIDTH_5MHZ)]
00087   const TToiDvbTBandwidth BANDWIDTH_5MHZ = 4;
00088   
00090 
00111   void addFrequencyScanParameters(in ToiDvbTScannerDvbTFrontendParameters tunerParams, 
00112         in long startFrequency, 
00113         in long endFrequency, 
00114         in long step)
00115    raises (TToiInvalidPreconditionException, TToiInvalidArgumentException);
00116   
00117 };
00118 
00119 #endif