C++ Instrument Catalog
Public Attributes | Static Public Attributes | List of all members
MTL::CPT2026PeripheralROM::sStandaloneStaticHeader Struct Reference

#include <CPT2026PeripheralROM.h>

Public Attributes

U16 ROMVersion
 
U16 ROMCapacity
 
U16 ROMSize
 
char ROMProgrammingDate [DATE_LEN]
 
sIdentification Identification
 
U8 HeaderCRC
 

Static Public Attributes

static const U16 VERSION = 0x0001
 
static const size_t DATE_LEN = 10
 
static const size_t HEADER_LEN = sizeof(U16) + sizeof(U16) + sizeof(U16) + DATE_LEN + sIdentification::IDENTIFICATION_LEN + sizeof(U8)
 

Detailed Description

Definition at line 56 of file CPT2026PeripheralROM.h.

Member Data Documentation

◆ DATE_LEN

const size_t MTL::CPT2026PeripheralROM::sStandaloneStaticHeader::DATE_LEN = 10
static

Definition at line 59 of file CPT2026PeripheralROM.h.

◆ HEADER_LEN

const size_t MTL::CPT2026PeripheralROM::sStandaloneStaticHeader::HEADER_LEN = sizeof(U16) + sizeof(U16) + sizeof(U16) + DATE_LEN + sIdentification::IDENTIFICATION_LEN + sizeof(U8)
static

Definition at line 60 of file CPT2026PeripheralROM.h.

◆ HeaderCRC

U8 MTL::CPT2026PeripheralROM::sStandaloneStaticHeader::HeaderCRC

Definition at line 67 of file CPT2026PeripheralROM.h.

◆ Identification

sIdentification MTL::CPT2026PeripheralROM::sStandaloneStaticHeader::Identification

Definition at line 66 of file CPT2026PeripheralROM.h.

◆ ROMCapacity

U16 MTL::CPT2026PeripheralROM::sStandaloneStaticHeader::ROMCapacity

Definition at line 63 of file CPT2026PeripheralROM.h.

◆ ROMProgrammingDate

char MTL::CPT2026PeripheralROM::sStandaloneStaticHeader::ROMProgrammingDate[DATE_LEN]

Definition at line 65 of file CPT2026PeripheralROM.h.

◆ ROMSize

U16 MTL::CPT2026PeripheralROM::sStandaloneStaticHeader::ROMSize

Definition at line 64 of file CPT2026PeripheralROM.h.

◆ ROMVersion

U16 MTL::CPT2026PeripheralROM::sStandaloneStaticHeader::ROMVersion

Definition at line 62 of file CPT2026PeripheralROM.h.

◆ VERSION

const U16 MTL::CPT2026PeripheralROM::sStandaloneStaticHeader::VERSION = 0x0001
static

Definition at line 58 of file CPT2026PeripheralROM.h.


The documentation for this struct was generated from the following file: