#include "XThresholdCrossingAlertFields.h" #include "XThresholdCrossingAlertFieldsImp.h" std::shared_ptr vagt::encode::XThresholdCrossingAlertFields::create(std::shared_ptr header, XEnumThresholdCrossingAlertFieldsAlertAction alertAction, XEnumThresholdCrossingAlertFieldsAlertType alertType, XEnumThresholdCrossingAlertFieldsEventSeverity eventSeverity, const XString & alertDescription, const XString & collectionTimestamp, const XString & eventStartTimestamp, const XArrayOfXCounter & additionalParameters) { return std::make_shared(header, alertAction, alertType, eventSeverity, alertDescription, collectionTimestamp, eventStartTimestamp, additionalParameters); }