class ContextBase

Defined at line 25 of file ../../src/firmware/paver/paver-context.h

class ContextBase and class Context aim to provide a generic mechanism for

updating and sharing board-specific context information.

The context itself is hosted in the paver service but up to the board-specific

device partitioners to interpret, initialize and update.

Since there may be multiple clients at the same time, it is important to use

the provided Context.lock when updating context to prevent data race.

Public Methods

void ~ContextBase ()

Defined at line 27 of file ../../src/firmware/paver/paver-context.h