Multi Half-Bridge  4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
logger-wiced.hpp
Go to the documentation of this file.
1 
9 #ifndef LOGGER_WICED_HPP_
10 #define LOGGER_WICED_HPP_
11 
12 #include "logger.hpp"
13 
14 #if (TLE94112_LOGGER_ENABLED == 1)
15 
16 using namespace tle94112;
17 
23 class LoggerWiced : public LoggerPAL
24 {
25  public:
26  LoggerWiced ();
27  ~LoggerWiced ();
28  Error_t init ();
29  Error_t deinit ();
30  Error_t write (const uint8_t * log_data, uint32_t length);
31 };
32 
38 extern LoggerWiced logpalwic;
39 
40 #endif /* TLE94112_LOGGER_ENABLED */
41 #endif
Error_t
Definition: tle94112-types.hpp:26
TLE94112 Logger Platform Abstraction Layer.
Definition: tle94112-types.hpp:14