MCPcopy Create free account
hub / github.com/MOLAorg/mola / attachToDataConsumer

Method attachToDataConsumer

mola_kernel/src/interfaces/RawDataSourceBase.cpp:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void RawDataSourceBase::attachToDataConsumer(RawDataConsumer& rdc)
263{
264 // TODO(jlbc) fix shared_from_this()??
265 rdc_.push_back(&rdc); // rdc.getAsPtr();
266}
267
268void RawDataSourceBase::prepareObservationBeforeFrontEnds(const CObservation::Ptr& obs) const
269{

Callers 3

doLookForNewMolaSubsMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected