connectivitylayer/isce/isaaccessextension_dll/inc/iadinternaldefinitions.h
changeset 9 8486d82aef45
parent 0 63b37f68c1ce
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
   125 #define CREDIT_THRESHOLD 2
   125 #define CREDIT_THRESHOLD 2
   126 #endif //  CASW_ISC_DOWNLINK_DATA_RATE < CASW_ISC_DATA_RATE_3600000_BITS
   126 #endif //  CASW_ISC_DOWNLINK_DATA_RATE < CASW_ISC_DATA_RATE_3600000_BITS
   127 
   127 
   128 //////////////////////////////// DO NOT EDIT BEFORE THIS ////////////////////////////////
   128 //////////////////////////////// DO NOT EDIT BEFORE THIS ////////////////////////////////
   129 
   129 
   130 const TInt KIADMaxIsiMsgSize( 2048 ); // TODO: to be changed for MINI_OS could it be static?
   130 const TInt KIADMaxIsiMsgSize( 2048 ); //  to be changed for MINI_OS could it be static?
   131 
   131 
   132 // QUEUE CONFIGURATIONS
   132 // QUEUE CONFIGURATIONS
   133 // TODO: configure properly
   133 //  configure properly
   134 const TInt KIADExtensionRxQueueSize( 200);//50 );
   134 const TInt KIADExtensionRxQueueSize( 200);//50 );
   135 const TInt KIADLddFlowCtrlRxQueuSize( 5 );
   135 const TInt KIADLddFlowCtrlRxQueuSize( 5 );
   136 const TInt KIADLddRxQueuSize( 50 );
   136 const TInt KIADLddRxQueuSize( 50 );
   137 const TInt KIADLddDataRxQueuSize( KIADChDataRxQueueSize );
   137 const TInt KIADLddDataRxQueuSize( KIADChDataRxQueueSize );
   138 const TInt KIADKernelRxQueuSize( 50 );
   138 const TInt KIADKernelRxQueuSize( 50 );
   139 const TInt KIADKernelDataRxQueuSize( 100 );
   139 const TInt KIADKernelDataRxQueuSize( 100 );
   140 // Re-used due to buffer configurations TODO: how to ensure enough blocks without cbfc and knowing how big is the IST send que?
   140 // Re-used due to buffer configurations  how to ensure enough blocks without cbfc and knowing how big is the IST send que?
   141 const TInt KTotalDataSpace( KIADLddDataRxQueuSize + 50 );
   141 const TInt KTotalDataSpace( KIADLddDataRxQueuSize + 50 );
   142 
   142 
   143 // DFC Thread names.
   143 // DFC Thread names.
   144 _LIT8( KIADLddDfc, "IADLddDFC" );
   144 _LIT8( KIADLddDfc, "IADLddDFC" );
   145 _LIT8( KIADExtensionDfc, "IADExtensionDFC" );
   145 _LIT8( KIADExtensionDfc, "IADExtensionDFC" );
   184     EIADDeAllocateBlock,
   184     EIADDeAllocateBlock,
   185     EIADAllocateDataBlock,
   185     EIADAllocateDataBlock,
   186     EIADDeAllocateDataBlock,
   186     EIADDeAllocateDataBlock,
   187     EIADDeAllocateBlockInternal,
   187     EIADDeAllocateBlockInternal,
   188     EIADDeAllocateDataBlockInternal,
   188     EIADDeAllocateDataBlockInternal,
   189 #if (NCP_COMMON_SOS_VERSION_SUPPORT >= SOS_VERSION_95)
       
   190     EIADLoan,
   189     EIADLoan,
   191     EIADReturnLoan,
   190     EIADReturnLoan
   192 #endif
       
   193     };
   191     };
   194 
   192 
   195 // FUNCTION PROTOTYPES
   193 // FUNCTION PROTOTYPES
   196 
   194 
   197 // FORWARD DECLARATIONS
   195 // FORWARD DECLARATIONS