Variable szTXBasicServiceClassTemplate#
Defined in File vss_tx_templates.h
Variable Documentation#
- const char szTXBasicServiceClassTemplate [] = R"code(/*** @file %basic_service_cpp%* @date %creation_date%* %version%*/#include <iostream>#include "bs_%class_name_lowercase%.h"%vss_from_vd_not_found%/*** @brief Constructor*/CBasicService%class_name%::CBasicService%class_name%(){%tx_bs_variable_pointer_init_list%SDV_LOG_TRACE("CBasicService%class_name% created.");}%vd_tx_pointer_function_implementations%)code"
file template for the TX signals (service cpp file)