![]() |
flux sdk
v01.05.00-6-g190c94c
Embedded C++ SDK
|
#include <flxSerial.h>
Public Member Functions | |
| template<typename T > | |
| void | write (T value) |
| void | write (int32_t value) |
| void | write (float value) |
| void | write (const char *value, bool newline, flxLineType_t type) |
| void | flush (void) |
| void | listen (flxSignalInt32 &theEvent) |
| void | listen (flxSignalFloat &theEvent) |
| void | listen (flxSignalBool &theEvent) |
| void | listen (flxSignalString &theEvent) |
| flxSerial_ (flxSerial_ const &)=delete | |
| void | operator= (flxSerial_ const &)=delete |
| void | setColorEnabled (bool bEnable) |
| bool | colorEnabled (void) |
| void | textToRed (void) |
| void | textToGreen (void) |
| void | textToYellow (void) |
| void | textToBlue (void) |
| void | textToWhite (void) |
| void | textToNormal (void) |
| void | textToCyan (void) |
| void | textToMagenta (void) |
Public Member Functions inherited from flxWriter | |
| virtual void | write (bool value) |
| virtual void | write (int32_t)=0 |
| virtual void | write (float)=0 |
| virtual void | write (const char *value, bool newline, flxLineType_t type)=0 |
| virtual void | write (const char *value, bool newline) |
| virtual void | write (std::string &value, bool newline) |
| virtual void | write (const char *value) |
| virtual void | write (std::string &value) |
| virtual bool | colorEnabled (void) |
| virtual void | textToRed (void) |
| virtual void | textToGreen (void) |
| virtual void | textToYellow (void) |
| virtual void | textToBlue (void) |
| virtual void | textToWhite (void) |
| virtual void | textToNormal (void) |
| virtual void | textToCyan (void) |
| virtual void | textToMagenta (void) |
Static Public Member Functions | |
| static flxSerial_ & | get (void) |
|
delete |
|
inlinevirtual |
Reimplemented from flxWriter.
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |
|
virtual |
Reimplemented from flxWriter.
|
virtual |
Reimplemented from flxWriter.
|
virtual |
Reimplemented from flxWriter.
|
virtual |
Reimplemented from flxWriter.
|
virtual |
Reimplemented from flxWriter.
|
virtual |
Reimplemented from flxWriter.
|
virtual |
Reimplemented from flxWriter.
|
virtual |
Reimplemented from flxWriter.
|
virtual |
Implements flxWriter.
|
inlinevirtual |
Implements flxWriter.
|
inlinevirtual |
Implements flxWriter.
|
inline |