ADTF
|
The A_UTILS Library provides a function and class subset, that encapsulate operating system functionality, standard functionality, common communication functionality, testing functionality, and other helpful things. This helps reducing code redundancy at all. The main header to include is:
The A_UTILS library is separated into 7 Packages:
The A_UTILS Base Package provides some basic definitions and constants.
The A_UTILS Communication Package provides easy communication protocols, filesupport and common communication devices.
The A_UTILS Core package provides comfortable using of standard core functionality.
This A_UTILS File Package defines how to get time-indexed serialized data into a chunked file.
The A_UTILS Standard Package provides standard classes, which helps reducing code redundancy.
The A_UTILS System package provides a comfortable class subset for using operating system dependent functionality. The implementation of this utilities is available for the WIN32 API (Windows 2000 and higher) and Linux. When using the classes you do not need to separate the OS by yourself.
The A_UTILS Test Package support Macro and classes for a small test automation. The macros defines a subset helper functionality for unit tests.