HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
Namespaces | Classes | Functions
hlcc::oldbmux Namespace Reference

Namespaces

namespace  test
 

Classes

class  CiiOldbDataPointAsync
 CiiOldbDataPointAsync is a wrapper for class CiiOldbDataPoint, to allow asynchronous writes to the OLDB. All other methods are delegating in the same thread, but could be made async as well in the future. More...
 
class  CiiOldbDataPointMux
 CiiOldbDataPointMux is a wrapper for multiple CiiOldbDataPoints, to allow writing changes (to value, quality, metadata) not only to its key ("main key"), but additionally also to other secondary ("mirror") keys. More...
 
class  CiiOldbMux
 
class  CircularBufferConcurrent
 A first-in first-out buffer with a fixed size that replaces its oldest element if full. More...
 
class  ObservablePublisher
 
struct  PublishingTimeElapsed
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &os, const std::vector< T > &vec)
 

Function Documentation

◆ operator<<()

template<typename T >
std::ostream & hlcc::oldbmux::operator<< ( std::ostream & os,
const std::vector< T > & vec )
inline