ADTF  3.18.2
cOutputRecorder::cOutput

Helper class that stores the output of a specific instant. More...

Public Types

typedef std::multimap< base::flash::tNanoSeconds, std::vector< std::pair< ucom::ant::object_ptr< const streaming::ant::IStreamType >, ucom::ant::object_ptr< const streaming::ant::ISample > > > > tTriggerData
 

Public Member Functions

std::vector< ucom::ant::object_ptr< const streaming::ant::IStreamType > > GetTypes () const
 
std::vector< ucom::ant::object_ptr< const streaming::ant::ISample > > GetSamples () const
 
const tTriggerData & GetTrigger () const
 

Private Attributes

tTriggerData m_oTrigger
 

Detailed Description

Helper class that stores the output of a specific instant.

See GetCurrentOutput().

Definition at line 72 of file output_recorder.h.