# Functions
No description provided by the author
No description provided by the author
No description provided by the author
InitConsoleLogger func.
InitSystemBus func.
Log func.
LogCritical func.
LogDebug func.
LogErr func.
LogInfo func.
LogWarn func.
No description provided by the author
NewWebSocketLogger handles websocket requests from the peer.
PromptBool def is true or false string.
No description provided by the author
No description provided by the author
No description provided by the author
PushBusData func.
PushEvent func.
TODO: look for a better way to do this PushEvent func.
PushFilteredBusData func.
PushMixedLogEventBusData send a two copies of bdata to bus buffer overriding bdata.TypeID and setting it to cast.BusDataTypeEvent and cast.BusDataTypeLog.
WIP: esto debería ser un sistema de eventos: crear un struct tipo Event aquí en cast y en lugar de usar Push, usar algo así como dispatchEvent(e *Event) PushState func.
SBusConnect func.
SBusDisconnect func.
No description provided by the author
# Constants
BusDataTypeEOF const 4.
BusDataTypeEvent const 1.
BusDataTypeLog const 0.
BusDataTypeStatus const 2.
EventActionInit const 18.
EventActionKO Handled KO const 19.
EventActionOK const 20.
EventActionUnCaughtKO const 16.
EventActionUnCaughtOK const 17.
EventDirectorOut const 3.
EventDirectorPause const 2.
EventDirectorStarted const 1.
EventDirectorStarting const 0.
No description provided by the author
EventManagerPrepareBPEnd const 5.
EventManagerPrepareBPEndWithErr const 6.
EventManagerPrepareBPStart const 4.
ThreadCreated const 21.
No description provided by the author
.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EventRegisteredManager const 14.
EventRuntimeOut const 13.
EventManagerPause const 11.
EventRuntimePausing const 10.
EventRuntimeResuming const 8.
EventRuntimeStarted const 9.
EventRuntimeStarting const 7.
EventRuntimeStopping const 12.
ThreadDestroyed const 22.
EventWaitingStatus const 15.
SBusBufferSize const.
# Structs
BusConsumerLink struct.
BusData struct.
BusInfo struct.
ConsoleLogger struct.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Logger struct.
No description provided by the author
No description provided by the author
SystemBus struct.
WSocketLogger is a middleman between the websocket connection and the SBus.