DbcLib 1.0
CAN DBC C++ library.
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
signalobserver.h File Reference

The sample observer holds sample values for a signal. More...

#include "dbc/isampleobserver.h"
#include "dbc/signal.h"
#include <utility>
#include <memory>
Include dependency graph for signalobserver.h:

Go to the source code of this file.

Classes

class  dbc::SignalObserver
 The sample observer hold a number of samples. More...
 

Namespaces

namespace  dbc
 Main namespace for the DBC library.
 

Typedefs

using dbc::SignalObserverList = std::vector< std::unique_ptr< SignalObserver > >
 List of observer.