conexus library 0.4.0 review

Download
by rbytes.net on

conexus is a generalized C++ I/O library that includes support for BSD sockets, serial/TTY, and packet capture (via pcap). conexus

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Rick Vinyard
0 stars award from rbytes.net

conexus is a generalized C++ I/O library that includes support for BSD sockets, serial/TTY, and packet capture (via pcap).

conexus library utilizes sigc++ for object communication. A companion library, conexusgtk, provides a set of gtkmm widgets.

What's New in This Release:
This release changes a few, but fundamental, aspects of data delivery.
The CData class, which contained constant data, has now been removed in favor of reimplementing the Data class with full encapsulation and const methods.
With this change, all data signals are emitted with constant data references rather than distinct copies that can be created with the clone() method.

conexus library 0.4.0 keywords