- mapping for payload_type_t added

This commit is contained in:
Martin Willi
2005-11-11 12:27:53 +00:00
parent fcab0071fe
commit c795c4e5d7
4 changed files with 129 additions and 0 deletions
+7
View File
@@ -30,6 +30,7 @@
#define ENCODINGS_H_
#include "types.h"
#include "definitions.h"
/**
@@ -289,6 +290,12 @@ enum payload_type_e{
HEADER = 140
};
/*
* build string mapping array for payload_type_t
*/
extern mapping_t payload_type_t_mappings[];
/**
* Information of a specific payload are stored in this struct
*