ESP-IDF
ot::Cli::OutputImplementer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Cli::OutputImplementer
ot::Cli::OutputImplementer class
Implements the basic output functions.
Syntax
Show:
Summary
Declaration
from
cli_utils.hpp:80
class
OutputImplementer
{
friend
class
Utils
;
public
:
OutputImplementer
(
otCliOutputCallback
aCallback
,
void
*
aCallbackContext
)
;
#if
OPENTHREAD_CONFIG_CLI_LOG_INPUT_OUTPUT_ENABLE
void
SetEmittingCommandOutput
(
bool
aEmittingOutput
)
{
mEmittingCommandOutput
=
aEmittingOutput
;
}
#else
void
SetEmittingCommandOutput
(
bool
)
{
}
#endif
private
:
static
constexpr
uint16_t
kInputOutputLogStringSize
=
OPENTHREAD_CONFIG_CLI_LOG_INPUT_OUTPUT_LOG_STRING_SIZE
;
void
OutputV
(
const
char
*
aFormat
,
va_list
aArguments
)
;
otCliOutputCallback
mCallback
;
void
*
mCallbackContext
;
#if
OPENTHREAD_CONFIG_CLI_LOG_INPUT_OUTPUT_ENABLE
char
mOutputString
[
kInputOutputLogStringSize
]
;
uint16_t
mOutputLength
;
bool
mEmittingCommandOutput
;
#endif
}
;
Fields
Field
Declared as
ot::Cli::OutputImplementer::kInputOutputLogStringSize
ot::Cli::OutputImplementer::mCallback
otCliOutputCallback
ot::Cli::OutputImplementer::mCallbackContext
void
*
Methods
SetEmittingCommandOutput()
OutputV()
Related Functions
Found 12 other functions taking a
OutputImplementer
argument:
Function
Description
ot::Cli::Utils::Utils()
Initializes the `Utils` object.
ot::Cli::PingSender::PingSender()
Constructor
ot::Cli::Coap::Coap()
Constructor
ot::Cli::SrpClient::SrpClient()
Constructor
ot::Cli::UdpExample::UdpExample()
Constructor
ot::Cli::NetworkData::NetworkData()
Constructor
ot::Cli::Br::Br()
Constructor
ot::Cli::SrpServer::SrpServer()
Constructor
ot::Cli::Bbr::Bbr()
Constructor.
ot::Cli::Dataset::Dataset()
ot::Cli::Dns::Dns()
Constructor.
ot::Cli::TcpExample::TcpExample()
Constructor
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out