- introduced set_next_type call for payload_t objects

This commit is contained in:
Jan Hutter
2005-11-15 09:14:45 +00:00
parent 2b9dd4678d
commit 32cbc7bc82
9 changed files with 109 additions and 28 deletions
+9
View File
@@ -194,6 +194,15 @@ struct payload_s {
* @return type of next payload
*/
payload_type_t (*get_next_type) (payload_t *this);
/**
* @brief set type of next payload
*
* @param this calling object
* @param type type of next payload
* @return SUCCESS in any case
*/
status_t (*set_next_type) (payload_t *this,payload_type_t type);
/**
* @brief get length of payload