#include <BaseComponent.h>
Public Attributes | |
| char | OriginComponent [COMMODEL_DATATYPE_NAMELENGTH] |
| String of data type. | |
| char | DataType [COMMODEL_DATATYPE_NAMELENGTH] |
| String of data type. | |
| char | Data [COMMODEL_DATAPAGE_SIZE] |
| Array of length n. | |
| int | DataLength |
| Number of bytes in this page. | |
| int | TotalDataLength |
| The total number of bytes. | |
| int | PageID |
| The current page of data. | |
| int | PageCount |
| The number of pages in this "block" of data. | |
| unsigned int | Seconds |
| unsigned int | Milliseconds |
| char ComModelDataPage::OriginComponent[COMMODEL_DATATYPE_NAMELENGTH] |
String of data type.
| char ComModelDataPage::DataType[COMMODEL_DATATYPE_NAMELENGTH] |
String of data type.
| char ComModelDataPage::Data[COMMODEL_DATAPAGE_SIZE] |
Array of length n.
Number of bytes in this page.
The total number of bytes.
The current page of data.
The number of pages in this "block" of data.
| unsigned int ComModelDataPage::Seconds |
| unsigned int ComModelDataPage::Milliseconds |
1.5.5