libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
qi::TraceAnalyzer::FlowLink Struct Reference

#include <traceanalyzer.hpp>

Public Member Functions

 FlowLink (unsigned int srcObj, unsigned int srcFun, unsigned int dstObj, unsigned int dstFun, bool sync)
 

Public Attributes

unsigned int srcObj
 
unsigned int srcFun
 
unsigned int dstObj
 
unsigned int dstFun
 
bool sync
 

Detailed Description

Definition at line 30 of file traceanalyzer.hpp.

Constructor & Destructor Documentation

qi::TraceAnalyzer::FlowLink::FlowLink ( unsigned int  srcObj,
unsigned int  srcFun,
unsigned int  dstObj,
unsigned int  dstFun,
bool  sync 
)
inline

Definition at line 32 of file traceanalyzer.hpp.

Member Data Documentation

unsigned int qi::TraceAnalyzer::FlowLink::dstFun

Definition at line 34 of file traceanalyzer.hpp.

unsigned int qi::TraceAnalyzer::FlowLink::dstObj

Definition at line 34 of file traceanalyzer.hpp.

unsigned int qi::TraceAnalyzer::FlowLink::srcFun

Definition at line 34 of file traceanalyzer.hpp.

unsigned int qi::TraceAnalyzer::FlowLink::srcObj

Definition at line 34 of file traceanalyzer.hpp.

bool qi::TraceAnalyzer::FlowLink::sync

Definition at line 35 of file traceanalyzer.hpp.


The documentation for this struct was generated from the following file: