U8, U16, U32 data type changes
[o-du/l2.git] / src / mt / ss_task.x
index cc15bfd..b7f4006 100755 (executable)
@@ -41,11 +41,11 @@ extern "C" {
 /* ss029.103: modification: 
    data type changed to allow more number of TAPA tasks */ 
 #ifndef SS_MULTIPLE_PROCS
-typedef U8                      SsCntr;
-typedef U8                      SsIdx;
+typedef uint8_t                      SsCntr;
+typedef uint8_t                      SsIdx;
 #else /* SS_MULTIPLE_PROCS */
-typedef U16                      SsCntr;
-typedef U16                      SsIdx;
+typedef uint16_t                      SsCntr;
+typedef uint16_t                      SsIdx;
 #endif /* SS_MULTIPLE_PROCS */
 
 
@@ -90,11 +90,11 @@ typedef struct ssTTskEntry
 #ifdef SS_THREAD_PROFILE
    Bool        updated;
    Event       curEvent;
-   U32         curEvtTime;
-   U64         totTime;
+   uint32_t    curEvtTime;
+   uint64_t    totTime;
 #endif /* SS_THREAD_PROFILE */
        /* ss02.301 */
-       ActvTsk     cbTsk; /* call back function pointer */
+   ActvTsk     cbTsk; /* call back function pointer */
 
 } SsTTskEntry;
 
@@ -104,8 +104,6 @@ typedef struct ssTTskEntry
 struct ssSTskEntry
 {
    SsdSTskEntry dep;                    /* implementation specific */
-
-
    Bool         used;                   /* entry is used or not */
    Bool         termPend;               /* termination pending */
    SSTskId      tskId;                  /* system task ID */