|
| | ASSERT_PARA_NAME ("Identifikation") |
| |
| | ASSERT_PARA_DESCRIPTION ("Device name") |
| |
| | ASSERT_PARA_HELP ("") |
| |
| | PARA_HELP_TEXT_SECTION (1, PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "") INCLUDE_HELP_DE("DOC_D " ""))) const |
| |
| | ASSERT_PARA_NAME ("Vendor") |
| |
| | ASSERT_PARA_DESCRIPTION ("Vendor name") |
| |
| | PARA_HELP_TEXT_SECTION (37, PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "") INCLUDE_HELP_DE("DOC_D " ""))) const |
| |
| | ASSERT_PARA_NAME ("Version") |
| |
| | ASSERT_PARA_DESCRIPTION ("Version") |
| |
| | PARA_HELP_TEXT_SECTION (2, PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "") INCLUDE_HELP_DE("DOC_D " ""))) const |
| |
| | ASSERT_PARA_NAME ("V Minor") |
| |
| | ASSERT_PARA_DESCRIPTION ("Version minor") |
| |
| | PARA_HELP_TEXT_SECTION (3, PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "") INCLUDE_HELP_DE("DOC_D " ""))) const |
| |
| | ASSERT_PARA_NAME ("FwId") |
| |
| | ASSERT_PARA_DESCRIPTION ("Firmware Identification") |
| |
| | ASSERT_PARA_HELP ("Version description in the form:<br />" "Version-Branch-dirty<br />" "Version: Major.Minor.Patch, If no version is assigned, the hash is used <br />" "Branch: Ony if not \"master\"<br />" "dirty: Appended if there are local changes") |
| |
| | ASSERT_PARA_HELP ("Versions Beschreibung in der Form:<br />" "Version-Branch-dirty<br />" "Version: Major.Minor.Patch, Falls keine Version vergeben wird der Hash benutzt<br />" "Branch: Entfällt bei \"master\"<br />" "dirty: Wird angehangen falls Lokale Änderungen vorliegen") |
| |
| | PARA_HELP_TEXT_SECTION (370, PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "Version description in the form:<br />" "Version-Branch-dirty<br />" "Version: Major.Minor.Patch, If no version is assigned, the hash is used <br />" "Branch: Ony if not \"master\"<br />" "dirty: Appended if there are local changes") INCLUDE_HELP_DE("DOC_D " "Versions Beschreibung in der Form:<br />" "Version-Branch-dirty<br />" "Version: Major.Minor.Patch, Falls keine Version vergeben wird der Hash benutzt<br />" "Branch: Entfällt bei \"master\"<br />" "dirty: Wird angehangen falls Lokale Änderungen vorliegen"))) const |
| |
| | ASSERT_PARA_NAME ("Branch") |
| |
| | ASSERT_PARA_DESCRIPTION ("Branch Name") |
| |
| | PARA_HELP_TEXT_SECTION (371, PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "") INCLUDE_HELP_DE("DOC_D " ""))) const |
| |
| | ASSERT_PARA_NAME ("DeviceProductId") |
| |
| | ASSERT_PARA_DESCRIPTION ("-") |
| |
| | PARA_HELP_TEXT_SECTION (35, PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "") INCLUDE_HELP_DE("DOC_D " ""))) const |
| |
| static int32_t | WriteFunction_UserName (Parameter *this, uint16_t SubID, void *data, int32_t MaxCount, uint32_t offset, ParameterAccessSource Access, uint8_t access_level) |
| |
| | ASSERT_PARA_NAME ("User Name") |
| |
| | ASSERT_PARA_DESCRIPTION ("Name of the connected User") |
| |
| | PARA_HELP_TEXT_SECTION (9, PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "") INCLUDE_HELP_DE("DOC_D " ""))) const |
| |
|
| const char | g_csIdentifikation [] = IDENTIFICATION_STRING |
| |
| const char | g_csVendor_Name [] = VENDOR_STRING |
| |
| const uint32_t | g_cu32ProductID = PRODUCT_ID |
| |
| const char | g_csBranchName [] = GIT_BRANCH |
| |
| const uint16_t | g_pui16SWVersion [] = {GIT_MAJOR_REV, GIT_MINOR_REV, GIT_PATCH_REV} |
| |
| char | g_sUserName [21] |
| |
| static const ParaData_STR | g_tParaData_PARA_ID_Identifikation = { (char*)g_csIdentifikation , 22 , "unknown" } |
| |
| static const char | g_sParaNamePARA_ID_Identifikation [] = "Identifikation" |
| |
| static const char | g_sParaUnitPARA_ID_Identifikation [] = "{0}" |
| |
| static const char | g_sParaSubstitutionTextPARA_ID_Identifikation [] = "" |
| |
| static const char | g_sParaDescriptionPARA_ID_Identifikation [] = "Device name" PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "" ) INCLUDE_HELP_DE("DOC_D " "" )) |
| |
| static const ParaData_STR | g_tParaData_PARA_ID_DeviceVendorName = { (char*)g_csVendor_Name , 22 , "unknown" } |
| |
| static const char | g_sParaNamePARA_ID_DeviceVendorName [] = "Vendor" |
| |
| static const char | g_sParaUnitPARA_ID_DeviceVendorName [] = "{0}" |
| |
| static const char | g_sParaSubstitutionTextPARA_ID_DeviceVendorName [] = "" |
| |
| static const char | g_sParaDescriptionPARA_ID_DeviceVendorName [] = "Vendor name" PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "" ) INCLUDE_HELP_DE("DOC_D " "" )) |
| |
| static const ParaData_U16 | g_tParaData_PARA_ID_VersionMajor = { (uint16_t*)g_pui16SWVersion , 0 , 0 , 0 } |
| |
| static const char | g_sParaNamePARA_ID_VersionMajor [] = "Version" |
| |
| static const char | g_sParaUnitPARA_ID_VersionMajor [] = "{0}" |
| |
| static const char | g_sParaSubstitutionTextPARA_ID_VersionMajor [] = "" |
| |
| static const char | g_sParaDescriptionPARA_ID_VersionMajor [] = "Version" PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "" ) INCLUDE_HELP_DE("DOC_D " "" )) |
| |
| static const ParaData_U16 | g_tParaData_PARA_ID_VersionMinor = { (uint16_t*)&g_pui16SWVersion[1] , 0x0000 , 0xFFFF , 0 } |
| |
| static const char | g_sParaNamePARA_ID_VersionMinor [] = "V Minor" |
| |
| static const char | g_sParaUnitPARA_ID_VersionMinor [] = "{0}" |
| |
| static const char | g_sParaSubstitutionTextPARA_ID_VersionMinor [] = "" |
| |
| static const char | g_sParaDescriptionPARA_ID_VersionMinor [] = "Version minor" PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "" ) INCLUDE_HELP_DE("DOC_D " "" )) |
| |
| const char | g_cGitFwId [] = FIRMWARE_IDENTIFICATION |
| |
| static const ParaData_STR | g_tParaData_PARA_ID_GitFwId = { (char*)g_cGitFwId , 50 , "unknown" } |
| |
| static const char | g_sParaNamePARA_ID_GitFwId [] = "FwId" |
| |
| static const char | g_sParaUnitPARA_ID_GitFwId [] = "{0}" |
| |
| static const char | g_sParaSubstitutionTextPARA_ID_GitFwId [] = "" |
| |
| static const char | g_sParaDescriptionPARA_ID_GitFwId [] = "Firmware Identification" PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "Version description in the form:<br />" "Version-Branch-dirty<br />" "Version: Major.Minor.Patch, If no version is assigned, the hash is used <br />" "Branch: Ony if not \"master\"<br />" "dirty: Appended if there are local changes" ) INCLUDE_HELP_DE("DOC_D " "Versions Beschreibung in der Form:<br />" "Version-Branch-dirty<br />" "Version: Major.Minor.Patch, Falls keine Version vergeben wird der Hash benutzt<br />" "Branch: Entfällt bei \"master\"<br />" "dirty: Wird angehangen falls Lokale Änderungen vorliegen" )) |
| |
| static const ParaData_STR | g_tParaData_PARA_ID_BranchName = { (char*)g_csBranchName , 22 , "unknown" } |
| |
| static const char | g_sParaNamePARA_ID_BranchName [] = "Branch" |
| |
| static const char | g_sParaUnitPARA_ID_BranchName [] = "{0}" |
| |
| static const char | g_sParaSubstitutionTextPARA_ID_BranchName [] = "" |
| |
| static const char | g_sParaDescriptionPARA_ID_BranchName [] = "Branch Name" PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "" ) INCLUDE_HELP_DE("DOC_D " "" )) |
| |
| const ParaData_U32 | g_tParaData_PARA_ID_DeviceProductId = { (uint32_t*)&g_cu32ProductID , 0 , 0xFFFFFFFF , 0 } |
| |
| static const char | g_sParaNamePARA_ID_DeviceProductId [] = "DeviceProductId" |
| |
| static const char | g_sParaUnitPARA_ID_DeviceProductId [] = "{0}" |
| |
| static const char | g_sParaSubstitutionTextPARA_ID_DeviceProductId [] = "" |
| |
| static const char | g_sParaDescriptionPARA_ID_DeviceProductId [] = "-" PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "" ) INCLUDE_HELP_DE("DOC_D " "" )) |
| |
| static const ParaData_STR | g_tParaData_PARA_ID_UserName = { g_sUserName , 20 , "No User" } |
| |
| static const char | g_sParaNamePARA_ID_UserName [] = "User Name" |
| |
| static const char | g_sParaUnitPARA_ID_UserName [] = "{0}" |
| |
| static const char | g_sParaSubstitutionTextPARA_ID_UserName [] = "" |
| |
| static const char | g_sParaDescriptionPARA_ID_UserName [] = "Name of the connected User" PARA_HELP_TEXT_COMBINE(INCLUDE_HELP_EN("DOC_E " "" ) INCLUDE_HELP_DE("DOC_D " "" )) |
| |
Parameter for the Identification of the Hardware.
© Copyright 2017-2022 Copyright: Retostronik GmbH Stütingstraße 30 58285 Gevelsberg