ChimeraTK-ApplicationCore 04.06.00
Loading...
Searching...
No Matches
FanIn.h File Reference
#include "AccessorConcepts.h"
#include "ArrayAccessor.h"
#include "ScalarAccessor.h"
#include "UserInputValidator.h"
#include "VariableGroup.h"
#include <boost/range/join.hpp>
#include <ranges>
+ Include dependency graph for FanIn.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ChimeraTK::FanIn< AccessorType >
 Special accessor allows multiple incoming connections to the same logical process variable. More...
 
class  ChimeraTK::FanIn< AccessorType >::Inputs
 
class  ChimeraTK::FanIn< AccessorType >::Inputs::TrackingDecorator< U >
 Helper decorator which keeps track of the last update received by the FanIn. More...
 

Namespaces

namespace  ChimeraTK
 InvalidityTracer application module.
 

Typedefs

template<user_type UserType>
using ChimeraTK::ScalarFanIn = FanIn< ScalarPushInput< UserType > >
 
template<user_type UserType>
using ChimeraTK::ArrayFanIn = FanIn< ArrayPushInput< UserType > >
 
template<user_type UserType>
using ChimeraTK::ScalarFanInWB = FanIn< ScalarPushInputWB< UserType > >
 
template<user_type UserType>
using ChimeraTK::ArrayFanInWB = FanIn< ArrayPushInputWB< UserType > >