+\r
+ /* Type Defines: */\r
+ /** Type define for a Stream Callback function (function taking no arguments and retuning a\r
+ * uint8_t value).\r
+ *\r
+ * \see \ref STREAM_CALLBACK macro for more details\r
+ */\r
+ typedef uint8_t (* const StreamCallbackPtr_t)(void);\r
+ \r