1 Star 0 Fork 0

evan_xia_mew/RTSystem-alarm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Timer.h 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
evan_xia_mew 提交于 2022-01-02 14:33 . 4805
// {{{RME classifier 'Logical View::Timer'
#ifndef Timer_H
#define Timer_H
#ifdef PRAGMA
#pragma interface "Timer.h"
#endif
#include <RTSystem/TestComponent.h>
// {{{RME tool 'OT::Cpp' property 'HeaderPreface'
// {{{USR
// }}}USR
// }}}RME
extern const RTObject_class RTType_Timer;
class Timer
{
public:
// {{{RME tool 'OT::Cpp' property 'PublicDeclarations'
// {{{USR
// }}}USR
// }}}RME
protected:
// {{{RME tool 'OT::Cpp' property 'ProtectedDeclarations'
// {{{USR
// }}}USR
// }}}RME
private:
// {{{RME tool 'OT::Cpp' property 'PrivateDeclarations'
// {{{USR
// }}}USR
// }}}RME
// {{{RME classAttribute 'TimerID'
RTTimerId TimerID;
// }}}RME
public:
// {{{RME tool 'OT::Cpp' property 'GenerateDefaultConstructor'
Timer( void );
// }}}RME
// {{{RME tool 'OT::Cpp' property 'GenerateDestructor'
virtual ~Timer( void );
// }}}RME
// {{{RME tool 'OT::Cpp' property 'GenerateCopyConstructor'
Timer( const Timer & rtg_arg );
// }}}RME
// {{{RME tool 'OT::Cpp' property 'GenerateAssignmentOperator'
Timer & operator=( const Timer & rtg_arg );
// }}}RME
static const RTFieldDescriptor rtg_Timer_fields[];
};
struct RTTypedValue_Timer
{
const void * data;
const RTObject_class * type;
inline RTTypedValue_Timer( const Timer & rtg_value )
: data( &rtg_value ), type( &RTType_Timer )
{
}
inline RTTypedValue_Timer( const Timer & rtg_value, const RTObject_class * rtg_type )
: data( &rtg_value ), type( rtg_type )
{
}
inline ~RTTypedValue_Timer( void )
{
}
};
// {{{RME tool 'OT::Cpp' property 'HeaderEnding'
// {{{USR
// }}}USR
// }}}RME
#endif /* Timer_H */
// }}}RME
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/evan-xia-mew/rtsystem-alarm.git
git@gitee.com:evan-xia-mew/rtsystem-alarm.git
evan-xia-mew
rtsystem-alarm
RTSystem-alarm
master

搜索帮助