OpenCPN Partial API docs
Loading...
Searching...
No Matches
evtvar.h File Reference

A common variable shared between producer and consumer which supports Listen() and Notify(). More...

#include <atomic>
#include <memory>
#include <string>
#include "observable.h"

Go to the source code of this file.

Classes

class  obs::EventVar
 Generic event handling between for example MVC Model and Controller based on a shared EventVar variable. More...
 

Detailed Description

A common variable shared between producer and consumer which supports Listen() and Notify().

Definition in file evtvar.h.