代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.h
#ifndef CYGONCE_PKGCONF_SYSTEM_H
#define CYGONCE_PKGCONF_SYSTEM_H
/*
* File
*
* This file is generated automatically by the configuration
* system. It should not be edited
system.inc
/* system.inc
This file provides the system with target definitions
and possibly common debug macros.
Currently, the UROS was fully tested on the following
platforms:
* AT90S8515
Othe
system.inc
/* system.inc
This file provides the system with target definitions
and possibly common debug macros.
Currently, the UROS was fully tested on the following
platforms:
* AT90S8515
Othe
system.hpp
#ifndef _RAR_SYSTEM_
#define _RAR_SYSTEM_
void InitSystemOptions(int SleepTime);
void SetPriority(int Priority);
void Wait();
bool EmailFile(char *FileName,char *MailTo);
void Shutdown();
#endif