Skip to content

Struct SolidSyslogBuffer

ClassList > SolidSyslogBuffer

Vtable an implementation embeds as its first member (base) and downcasts from. More...

  • #include <SolidSyslogBufferDefinition.h>

Public Attributes

Type Name
bool(* Read
void(* Write

Detailed Description

Write and Read carry the SolidSyslogBuffer_Write / _Read contract; an implementation that queues must make the two sides mutually safe itself, since Service (Read) and Log (Write) can run on different tasks.

Public Attributes Documentation

variable Read

bool(* SolidSyslogBuffer::Read) (struct SolidSyslogBuffer *base, void *data, size_t maxSize, size_t *bytesRead);

variable Write

void(* SolidSyslogBuffer::Write) (struct SolidSyslogBuffer *base, const void *data, size_t size);


The documentation for this class was generated from the following file Core/Interface/SolidSyslogBufferDefinition.h