Rsh API  SDK 2.1
Документация по программированию
 Указатель Классы Файлы Функции Переменные Определения типов Перечисления Элементы перечислений Друзья Макросы Страницы
RshInitTimer.h
См. документацию.
1 
18 #ifndef RSH_INIT_TIMER_H
19 #define RSH_INIT_TIMER_H
20 
21 #include "RshBaseType.h"
22 
23 #include <ostream>
24 
25 #pragma pack(push, 8)
26 
69 struct RshInitTimer : public RshBaseType
70 {
87 
104 
121 
134 
147 
160 
173  {
183 
193 
203 
213 
223 
233  };
234 
235  RshInitTimer();
236 
237  RshInitTimer(RshInitTimer const& obj);
238 
239  RshInitTimer& operator=(const RshInitTimer& obj);
240 
241  bool operator==(RshInitTimer& obj) const;
242 
243  bool operator!=(RshInitTimer& obj) const;
244 
245  static const char* TimerModeString(U32 timerMode);
246 
247  friend std::ostream& operator<< (std::ostream &out, const RshInitTimer& obj);
248 };
249 
250 #pragma pack(pop)
251 #endif //RSH_INIT_TIMER_H