開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
Linux
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
GNURadio
問題(Question):
我在GNURadio 看到一份sample code 他內容如下
class __GR_ATTR_EXPORT qa_howto
{
public:
//! return suite of tests for all of gr-filter directory
static CppUnit::TestSuite *suite();
};
__GR_ATTR_EXPORT 我想知道這作用是?第一次看到名稱(qa_howto)前面有稱謂
能否請版上神人提示一下 謝謝囉