TPtr16

来源:互联网 发布:软件sai下载 编辑:程序博客网 时间:2024/05/16 08:33

Class TPtr16
class TPtr16 : public TDes16;
Description
16-bit modifiable pointer descriptor

This is a descriptor class intended for instantiation and encapsulates a pointer to the 16-bit data that it represents.
The data can live in ROM or RAM and this location is separate from the descriptor object itself.

这是一个描述符类,用来实例化和包裹 它所指向16位数据的指针,数据可以位于ROM 或 RAM中,这个地址同此描述符对象本身是隔离的。

The data is intended to be accessed and modified through this descriptor.
The base classes provide the functions through which the data can be manipulated.

数据意图通过这个描述符被访问和修改,基类提供了数据操作的函数。

原创粉丝点击