Variable szMappingSignalIdentifierTemplate#
Defined in File fmu_templates.h
Variable Documentation#
- const char szMappingSignalIdentifierTemplate [] = R"code(/**@file %signalidentifierfile_path%@date %date%This file is the signal identifier header.This file was generated by the DBC utility from:%dbc_sources%%dbc_version%*/#ifndef %safeguardsignalidentifier%#define %safeguardsignalidentifier%namespace %object_prefix%{// Data Dispatch Service signal names to dbc variable names C-type RX/TX vss name space%signals%} // %object_prefix%#endif // %safeguardsignalidentifier%)code"
Signal name mapping template. Signal names contain the can names of the signal which must match the names of the vehicle devices. File ‘signal_identifier.h’. Code chunks are inserted at the keywords surrounded by %%.