Documentation
¶
Index ¶
- type NrfApp
- func (a *NrfApp) Config() *factory.Config
- func (a *NrfApp) Consumer() *consumer.Consumer
- func (a *NrfApp) Context() *nrf_context.NRFContext
- func (a *NrfApp) Processor() *processor.Processor
- func (a *NrfApp) SetLogEnable(enable bool)
- func (a *NrfApp) SetLogLevel(level string)
- func (a *NrfApp) SetReportCaller(reportCaller bool)
- func (a *NrfApp) Start()
- func (a *NrfApp) Terminate()
- func (a *NrfApp) WaitRoutineStopped()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NrfApp ¶ added in v1.2.1
type NrfApp struct {
// contains filtered or unexported fields
}
var NRF *NrfApp
func (*NrfApp) Context ¶ added in v1.2.4
func (a *NrfApp) Context() *nrf_context.NRFContext
func (*NrfApp) SetLogEnable ¶ added in v1.2.1
func (*NrfApp) SetLogLevel ¶ added in v1.2.1
func (*NrfApp) SetReportCaller ¶ added in v1.2.1
func (*NrfApp) WaitRoutineStopped ¶ added in v1.2.4
func (a *NrfApp) WaitRoutineStopped()
Click to show internal directories.
Click to hide internal directories.