📄 tglobal.h
字号:
// Copyright (c) National Instruments 2008. All Rights Reserved.
// Do Not Edit... this file is generated!
#ifndef __Global_h__
#define __Global_h__
#include "tSystem.h"
namespace nFPGA
{
namespace n6F0EA7B88ADB8E3FD4127A39E3502C6D
{
class tGlobal : public tSystem
{
public:
tGlobal(tRioStatusCode *status);
~tGlobal();
static const unsigned char kNumSystems;
static unsigned short readVersion(tRioStatusCode *status);
static void writeFPGA_LED(bool value, tRioStatusCode *status);
static bool readFPGA_LED(tRioStatusCode *status);
static unsigned int readLocalTime(tRioStatusCode *status);
static unsigned int readRevision(tRioStatusCode *status);
private:
unsigned char _SystemIndex;
#define Global_Version_ADDRESS 0x8118
#define Global_FPGA_LED_ADDRESS 0x811C
#define Global_LocalTime_ADDRESS 0x8110
#define Global_Revision_ADDRESS 0x8114
};
}
}
#endif // __Global_h__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -