mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-04-21 11:38:16 +00:00
update vss_util tool (#2)
This commit is contained in:
@@ -143,6 +143,13 @@ protected:
|
||||
std::string Code_VD_RXRegister(const std::string& class_name, const SFunctionVDDefinition& function,
|
||||
const std::string& vssWithColons) const;
|
||||
|
||||
/**
|
||||
* @brief create code to get the value or use use user defined c++ code
|
||||
* @param[in] function function definition structure
|
||||
* @return default code to get the value
|
||||
*/
|
||||
std::string Code_VD_RXFormular(const SFunctionVDDefinition& function) const;
|
||||
|
||||
std::string m_ssPrefix; ///< prefix, used by cmake library and signal definition in signal_identifier.h file.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user