代码拉取完成,页面将自动刷新
// {{{RME component 'Component View::TestComponent'
#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )
#pragma implementation "RTSystem/TestComponent.h"
#endif
#include <RTSystem/TestComponent.h>
extern const RTActorClass ControlCenter;
#if USE_THREADS
void _rtg_createThreads( RTDebugger * debugger )
{
}
void _rtg_mapLogicalThreads( RTController * controller )
{
}
void _rtg_deleteThreads( void )
{
}
#else
void _rtg_mapLogicalThreads( RTController * controller )
{
}
#endif
const char * const default_argv[] = { "ControlCenter" };
static const RTSystemDescriptor _rtg_system =
{
&ControlCenter
#if USE_THREADS
, DEFAULT_MAIN_PRIORITY
, 20000
, DEFAULT_TIMER_PRIORITY
, 20000
, _rtg_createThreads
, _rtg_deleteThreads
#endif
, _rtg_mapLogicalThreads
};
int RTMain::entryPoint( int argc, const char * const * argv )
{
if( argc <= 0 )
{
argc = 1;
argv = default_argv;
}
_argc = argc;
_argv = argv;
_system = &_rtg_system;
return execute();
}
// }}}RME
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。