skarg
|
07bf4eba3b
|
Deprecated Ringbuf_Alloc, and replaced with Ringbuf_Data_Peek() and Ringbuf_Data_Put() functions. Ringbuf_Alloc() was not interrupt or thread safe.
|
2015-09-09 14:54:02 +00:00 |
|
skarg
|
56b65e9694
|
indented using indent.sh script.
|
2013-10-29 01:55:49 +00:00 |
|
skarg
|
ba3242aafd
|
indented using indent.sh script to get uniform looking code for release
|
2013-03-13 22:17:13 +00:00 |
|
skarg
|
11897368d2
|
converted C++ comments using script
|
2013-03-13 22:13:28 +00:00 |
|
skarg
|
cf882642a8
|
Changed Ringbuf API: Ringbuf_Pop_Front is now Ringbuf_Pop, and now it copies the buffer into parameter and returns boolean. Original method was not safe since it returned a pointer to the element but freed the buffer element. Changed Ringbuf_Get_Front to Ringbuf_Peek with no change in functionality, to make names more consistent.
Updated all the MS/TP datalink layer implementations that use Ringbuf library.
|
2013-01-08 20:48:34 +00:00 |
|
vasyl-tkhir
|
2f73bcae44
|
BACnet router added.
|
2012-09-27 14:36:11 +00:00 |
|