SDK  23.9.2
For IoT System Software Development
Public Member Functions | Public Attributes | List of all members
StandardPrintable Class Reference

표준 출력, 오류출력 지원 More...

#include <StandardPrintable.hpp>

Inheritance diagram for StandardPrintable:
System_nRf52_DK SystemATSAMR21XplainedPro SystemFeatherM0 SystemMSP430F5438A SystemPLM100 SystemPLM150 SystemPLM200 SystemRAK3172 SystemSTNucleoF429ZI SystemSTNucleoL073RZ SystemSTNucleoL152RE SystemTrxEB

Public Member Functions

 StandardPrintable (Print *out, Print *err)
 
 StandardPrintable (Print *common)
 

Public Attributes

Printout = nullptr
 표준 출력 장치 More...
 
Printerr = nullptr
 표준 오류 출력 장치 More...
 

Detailed Description

표준 출력, 오류출력 지원

모든 Boards 는 이 클래스를 상속받아 표준 출력, 표준 오류출력을 지원합니다.

Member Data Documentation

◆ err

Print* StandardPrintable::err = nullptr

표준 오류 출력 장치

표준 오류 출력 장치를 변경하고 싶으면 해당 값을 다른 장치의 포인터로 할당합니다.

표준 fprintf(stderr, ...) 및 시스템 로그는 모두 이 변수가 가리키는 인터페이스를 통해 출력됩니다.

◆ out

Print* StandardPrintable::out = nullptr

표준 출력 장치

표준 출력 장치를 변경하고 싶으면 해당 값을 다른 장치의 포인터로 할당합니다.

표준 printf(...), fprintf(stdout, ...)는 모두 이 변수가 가리키는 인터페이스를 통해 출력됩니다.


The documentation for this class was generated from the following file: