w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtraceTools.hpp
Go to the documentation of this file.
1// $Id: RtraceTools.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2019- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2019-04-27 1140 1.0 Initial version
8// ---------------------------------------------------------------------------
9
14#ifndef included_Retro_RtraceTools
15#define included_Retro_RtraceTools 1
16
17#include <cstdint>
18
19#include "librtools/RlogMsg.hpp"
20
21namespace Retro {
22
23 namespace RtraceTools {
24 void TraceBuffer(RlogMsg& lmsg, const uint16_t* pbuf,
25 size_t done, uint32_t level);
26 void TraceChar(RlogMsg& lmsg, uint8_t chr);
27
28 } // end namespace RtraceTools
29
30} // end namespace Retro
31
32#endif
void TraceBuffer(RlogMsg &lmsg, const uint16_t *pbuf, size_t done, uint32_t level)
FIXME_docs.
Definition: RtraceTools.cpp:34
void TraceChar(RlogMsg &lmsg, uint8_t chr)
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47