Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

IxAtmCodelet.h

Go to the documentation of this file.
00001 
00046 #ifndef IX_ATMCODELET_H
00047 #define IX_ATMCODELET_H
00048 
00308 /*
00309  * System defined include files.
00310  */
00311 #include <stdio.h>
00312 
00313 /*
00314  * User defined include files.
00315  */
00316 #include "ix_ossl.h"
00317 #include "IxTypes.h"
00318 #include "IxAtmCodelet_p.h"
00319 
00320 /*
00321  * Defines and macros
00322  */
00323 
00335 #define IX_ATM_CODELET_SWLOOPBACK_PORT_RATE 1962
00336 
00348 #define IX_ATM_CODELET_REMOTELOOPBACK_PORT_RATE 1962
00349 
00359 #define IX_ATMCODELET_START_VPI               (1)     
00360 
00370 #define IX_ATMCODELET_START_VCI               (32)
00371 
00379 #define IX_ATMCODELET_NUM_AAL5_CHANNELS         32
00380 
00388 #define IX_ATMCODELET_NUM_AAL0_48_CHANNELS      32 
00389 
00397 #define IX_ATMCODELET_NUM_AAL0_52_CHANNELS      32
00398 
00399 /*
00400  * Variable declarations global to this file. Externs are followed by
00401  * statics.
00402  */
00403 
00404 /*
00405  * Function definitions
00406  */
00407 
00425 PUBLIC IX_STATUS
00426 ixAtmCodeletMain(IxAtmCodeletMode modeType, IxAtmCodeletAalType aalType);
00427 
00428 #endif /*IX_ATMCODELET_H*/
00429 
Automatically generated from sources. © Intel Corp. 2003