提交線圖

36 次程式碼提交

作者 SHA1 備註 日期
Kevin Larke
a692d47b20 cmRtNet.c : Changes to port number and bcastAddr in cmRtNetTest(). 2014-12-06 13:31:11 -08:00
kpl
335ca94b6c cmRtNet.h/c: Added cmRtNetNodeIndex(). 2014-06-16 15:21:39 -07:00
kpl
4012928a4b cmRtNet.c : _cmRtNetCreateNode() now reuses a node record if a new node with
the same name as an existing node attempts to synchronize.
2014-06-16 11:39:10 -07:00
kpl
e4cef833d0 cmRtNet.c : Updated _cmRtNetDeserializeSyncMsg() to use cmRtNetSyncMsg_t.hdrByteCnt. 2014-06-16 11:09:55 -07:00
kpl
51a0d5c006 cmRtNet.h/c : Added hdrByteCnt field to cmRtNetSyncMsg_t. Updated _cmRtNetDeserializeSyncMsg()
to use cmRtNetSyncMsg_t.hdrByteCnt.
2014-06-16 10:42:55 -07:00
kpl
c69698716c cmRtNet.h/c : Added cmRtNetAddrToNodeIndex(),
cmRtNetEndpointIsValid(),cmRtNetEndPointId(),cmRtNetEndPointLabel().

Added srcEndPtId to all 'sending' functions.

_cmRtNetRecv() now sets cmRtNetMsg_t.srcNodeIdx.
2014-06-15 22:16:22 -07:00
kpl
10943e18e3 cmRtNet.h/c : The rtSubIdx of the owning cmRtSys sub-system is now set in
cmNetAlloc().  rtSubIdx is no longer required to locate a remote endpoint
because IP/"node label" is enough information to determine the rtSubIdx.
Several changes were made to simplify the interface to cmRtNet based on this
observation.
2014-06-15 14:36:12 -07:00
kpl
7f3c7e9d46 cmRtNet.c : Fix serialization bug in _cmRtNetSend(). 2014-06-14 21:09:28 -07:00
kpl
3027a27302 cmRtNet.h/c : Added cmRtNetRemote* functions, cmRtNeSendByIndex() and cmRtNetSyncMsgLabel(). 2014-06-14 20:40:46 -07:00
kpl
059d9d5e08 cmRtNet.h/c : cmRtNetSyncMsg_t is now has public visibility. 2014-06-14 14:59:28 -07:00
Kevin Larke
4df91dd08f cmRtNet.h/c : Sync. messages are now transmitted to the client
in _cmRtNetRecv().
Added comments.
2014-06-14 13:54:30 -07:00
kpl
c1116f6fc0 cmRtNet.h/c,cmRtSysMsg.h:Added cmRtNetMsg_t to suport use of rtSubIdx as part of endpoint description. 2013-05-04 23:52:16 -07:00
kevin
6dfbab8037 cmRtSysMsg.h,cmRtNet.h/c: Added use of kMsgSetRtId to all non-net-sync msg's sent via network. 2013-05-04 08:56:44 -07:00
kevin
3f1821b0be cmRtNet.c: Replaced use of cmInvalidId with cmInvalidUdpPortNumber in cmRtNetReport(). 2013-05-01 15:04:52 -07:00
kpl
e8e3f189ed cmRtNet.h/c:Added cmRtNetIsInitialized() and check for non-blank node label and bcast address. 2013-04-30 12:40:27 -07:00
kevin
1b22f4a73a cmRtNet.c:Fixed bug with detecting reuse of node labels in _cmRtNetSyncModeRecv(). 2013-04-28 19:33:00 -07:00
kpl
63bba3ffa7 cmRtNet.h/c: Many changes. Completed testing of cmRtNetTest(). 2013-04-28 15:20:33 -07:00
kpl
af159c8669 cmRTNet.c: Added kBroadcastUdpFl to cmUdpInit(). 2013-04-27 15:53:38 -07:00
kpl
44900567b8 cmRtNet.h/c: Implement simplified net synch. protocol. 2013-04-27 15:51:21 -07:00
kpl
bb1e86f9de cmRtNet.h/c:Added cmRtNetLocalHostName(). Replaced use of cmUdpHostNameXXX() w/ cmUdpHostName() in cmRtNetTest(). 2013-04-27 12:14:58 -07:00
kpl
8f9689faa8 cmRtNet.h/c: Completed initial working cmRtNetTest(). 2013-04-27 11:02:01 -07:00
kpl
c6906efbea cmRtNet.c: More changes to cmRtNetTest(). 2013-04-26 15:56:19 -07:00
kpl
81b753e2ad cmRtNet.c: More changes to cmRtNetTest(). 2013-04-26 15:55:30 -07:00
kpl
01973701f8 cmRtNet.c: More changes to cmRtNetTest(). 2013-04-26 15:39:51 -07:00
kpl
3e1c8cbce6 cmRtNet.c: More changes to cmRtNetTest(). 2013-04-26 15:36:37 -07:00
kpl
c6a3496639 cmRtNet.c: More changes to cmRtNetTest(). 2013-04-26 15:18:46 -07:00
kevin
317d40b9d9 cmRtNet.c: More changes to cmRtNetTest(). 2013-04-26 14:53:46 -07:00
kpl
238ac479c5 cmRtNet.c More changes to cmRtNetTest(). 2013-04-26 14:24:54 -07:00
kpl
110e5c28c4 cmRtNet.c More changes to cmRtNetTest(). 2013-04-26 14:09:47 -07:00
kpl
b999a8e656 cmRtNet.c More changes to cmRtNetTest(). 2013-04-26 14:05:18 -07:00
kpl
c344c83e84 cmRtNet.c More changes to cmRtNetTest(). 2013-04-26 13:59:54 -07:00
kevin
b8311ffc27 cmRtNet.c: More changes to cmRtNetTest(). 2013-04-26 13:58:38 -07:00
kevin
636d3211da cmRtNet.c:Changed cmRtNetTest() port number. 2013-04-26 13:45:22 -07:00
kevin
19ec97b2b4 cmRtNet.h/c: More changes to cmRtNetTest(). 2013-04-26 13:19:55 -07:00
kevin
75f3882a61 cmRtNet.h/c: Added cmRtNetTest(). 2013-04-26 13:04:26 -07:00
kevin
3289a05944 cmRtNet.h/c: Iniital commit. 2013-04-15 18:10:49 -07:00