Mercurial > hg > aimc
comparison src/Support/Common.h @ 6:8c859ef1fb75
- Added a basic main function to test that all the can be fitted together
- Fixed an initialisation bug in ModuleFileInput that left the buffer size at zero
- Added proper description strings to the input and output modules
- Fixed an out-by-a-factor-of-1000 bug in the SAI memory allocation (oops)
- Added LOG_INFO_NN fucnction to log without a newline. Useful for the ASCII art module chain in aimc.cc.
author | tomwalters |
---|---|
date | Thu, 18 Feb 2010 19:35:07 +0000 |
parents | 582cbe817f2c |
children | fcbf85ce59fb |
comparison
equal
deleted
inserted
replaced
5:3c782dec2fc0 | 6:8c859ef1fb75 |
---|---|
94 #endif | 94 #endif |
95 | 95 |
96 namespace aimc { | 96 namespace aimc { |
97 void LOG_ERROR(const char *sFmt, ...); | 97 void LOG_ERROR(const char *sFmt, ...); |
98 void LOG_INFO(const char *sFmt, ...); | 98 void LOG_INFO(const char *sFmt, ...); |
99 void LOG_INFO_NN(const char *sFmt, ...); | |
99 } // namespace aimc | 100 } // namespace aimc |
100 | 101 |
101 #endif // _AIMC_SUPPORT_COMMON_H_ | 102 #endif // _AIMC_SUPPORT_COMMON_H_ |