UTILLib 2.0
Common C++ library with utilities.
|
Cutil::plot::CsvWriter | Simple writer interface when creating a CSV file (comma separated value) |
Cutil::plot::GnuPlot | Simple wrapper around the gnuplot application that do plotting |
Cutil::log::IDirectory | The class is simple wrapper around a directory/file tree structure. It is typically used in applications that needs to keep track of file changes in a root directory |
Cutil::log::IFile | Class that wraps a file object in a directory |
Cutil::string::IgnoreCase | |
Cutil::hw_info::IHwInfo | Simple wrapper around hardware information |
Cutil::log::IListen | An interface class that hides the actual implementation of the object |
Cutil::log::IListenClient | Class that define a TCP/IP client |
Cutil::log::ILogger | Interface against a generic logger |
Cutil::supervise::ISuperviseApplication | Supervise an executable application |
Cutil::supervise::ISuperviseMaster | Interface against a supervise master |
Cutil::syslog::ISyslogServer | Define a syslog server interface |
Cutil::xml::IXmlFile | Interface class that defines an XML parser |
Cutil::xml::IXmlNode | Interface class against a XML tag (node) in a XML file |
Cutil::log::ListenConfig | Implement the shared memory list of listen server configurations |
Cutil::log::ListenPortConfig | Defines a listen config item in the config memory |
Cutil::log::LogConfig | Singleton class that is used for configure the default logger in an application |
Cutil::log::LogMessage | |
Cstd::ostringstream | |
Cutil::log::ListenStream | Support stream class when log messages to the listen functionality |
Cutil::log::LogStream | This class implements a stream interface around a log message |
Cutil::serial::SerialPortInfo | The serial port information class is an interface against a serial port and CAN devices |
Cutil::string::StringParser | Helper class that splits a string |
Cutil::syslog::StructuredData | Defines a simple interface against structured data item |
Cutil::syslog::SyslogMessage | Simple wrapper around the parsing and generating os syslog messages |
Cutil::supervise::SystemInfo | Simple support class to known directories |
Cutil::log::TempDir | |
Cutil::log::ThreadSafeQueue< T > | Implements a thread-safe queue |
Cutil::string::UnitHelper | Support class that wrap useful Unit functions |
Cutil::string::UnitQuantity | Unit - quantity -physical dimension relation |
Cutil::UtilFactory | Implements creators for most interface classes |