/** * @author generated by eTrice * * Header File of ProtocolClass etSystemProtocol * */ #ifndef _ETSYSTEMPROTOCOL_H_ #define _ETSYSTEMPROTOCOL_H_ #include "etDatatypes.h" #include "modelbase/etPort.h" /* message IDs */ enum etSystemProtocol_msg_ids { etSystemProtocol_MSG_MIN = 0, etSystemProtocol_IN_poll = 1, etSystemProtocol_MSG_MAX = 2 }; /*--------------------- port structs and methods */ typedef etPort etSystemProtocolConjPort; void etSystemProtocolConjPort_poll(const etSystemProtocolConjPort* self); /*--------------------- debug helpers */ /* get message string for message id */ const char* etSystemProtocol_getMessageString(int msg_id); #endif /* _ETSYSTEMPROTOCOL_H_ */