|
@@ -1135,17 +1135,6 @@ cmRtRC_t cmRtSysDeliverSegMsg( cmRtSysH_t h, const void* msgDataPtrArray[], un
|
1135
|
1135
|
if( selId == kUiMstrSelRtId )
|
1136
|
1136
|
return _cmRtHandleNonSubSysMsg( p, msgDataPtrArray, msgByteCntArray, msgSegCnt );
|
1137
|
1137
|
|
1138
|
|
- /*
|
1139
|
|
- if( selId == kNetSyncSelRtId )
|
1140
|
|
- {
|
1141
|
|
- assert( msgSegCnt==1);
|
1142
|
|
- assert( rtSubIdx < p->ssCnt );
|
1143
|
|
- p->ssArray[rtSubIdx].ctx.srcNetNodeId = srcNetNodeId;
|
1144
|
|
- p->ssArray[rtSubIdx].ss.cbFunc(&p->ssArray[rtSubIdx].ctx,msgByteCntArray[0],msgDataPtrArray[0]);
|
1145
|
|
- return kOkRtRC;
|
1146
|
|
- }
|
1147
|
|
- */
|
1148
|
|
-
|
1149
|
1138
|
// if rtSubIdx == kInvalidIdx then send the msg to all sub-systems
|
1150
|
1139
|
// otherwise send it to the specified sub-system.
|
1151
|
1140
|
|