![]() |
AtOne Application Framework
"A Framework working with you, not against you..." |
|||||||||||||||||||||
|
Features Programming License Downloads Directions Contact
|
AtOne LibrariesThe AtOne application framework is composed of a group of seperate C++ libraries. AtOne is provided as source code only meaning that you will be required to create the necessary makefiles / projects to builds these libraries. The following outline is to aid you in the correct construction of each of the libraries making up AtOne Application Framework. Although you may choose to structure your build differently to ours we suggest that you follow these guidelines and preserve the intended structure of the product.Common LibraryThe common library is a static WIN32 library used throughout the framework and is given the name COMMON.LIB. This library contains the following files.Source Filescocallbk.cpp Header Filescocallbk.hpp Depends OnBuild Options
Output Name
Container LibraryThe container library is a static WIN32 library used throughout the framework and is given the name CONTAIN.LIB. This library contains the following files.Source Fileshash.cpp Header Filescontain.hpp Depends on
Build Options
Output Name
Gui LibraryThe Gui library is a static WIN32 library used by GUI application developers and is given the name GUI.LIB. This library contains the following files.Source Filesguibmp.cpp Header Filesguibmp.hpp Depends On
Build Options
Output Name
Module LibraryThe module library is a static WIN32 library used to support dynamically loaded modules and is given the name MODULE.LIB. This library contains the following files.Source Filesmodmain.cpp Header Filesmodmain.hpp Depends on
Build Options
Output Name
AtSpec Demo ApplicationThe AtSpec demo application is a WIN32 application demonstrating the use of the AtOne Application Framework. This executable project contains the following files.Source Filesspecdlg.cpp Header Filesspecdlg.hpp Resource Filesdisclaim.bmp Depends on
Build Options
Output Name
ATSDSP Driver and Support ModuleThe ATSDSP Driver and Support Module is a WIN32 dynamic link library that implements common interfaces used for DSP processing in the AtSpec Spectrum Analyzer software package. This DLL project contains the following files.Source Filesdrvatsp.cpp Header Filesdrvatsp.hpp Resource Filesdrvatsp.rc Depends on
Build Options
Output Name
"We use Zeus for Windows and Watcom C/C++ 11.0 as our development environment of choice..." Paavo Jumppanen
|
|||||||||||||||||||||