cmRtNet.h : cmRtNetSyncMsg_t.label is now the last field in the structure.
This commit is contained in:
parent
059d9d5e08
commit
a07912968f
@ -48,9 +48,9 @@ extern "C" {
|
||||
{
|
||||
cmRtSysMsgHdr_t hdr; // standard cmRtSys msg header
|
||||
cmRtNetSelId_t selId; // message selector id (See kXXXSelNetId above)
|
||||
const cmChar_t* label; // node or endpoint label
|
||||
unsigned id; // endptCnt or endpoint id
|
||||
unsigned rtSubIdx; // cmInvalidIdx or rtSubIdx
|
||||
unsigned id; // endptCnt or endpoint id
|
||||
const cmChar_t* label; // node or endpoint label
|
||||
} cmRtNetSyncMsg_t;
|
||||
|
||||
// NOTE: Messages passed between cmRtNet nodes during the synchronization
|
||||
|
Loading…
Reference in New Issue
Block a user