#include <DistServer.h>
Public Member Functions | |
std::vector< std::vector< unsigned int > > & | addr () |
TrackKFOutSAPtrCollection | clock (TrackKFOutSAPtrCollection &inputs) |
DistServer (unsigned int nInputs, unsigned int nOutputs, unsigned int nInterleaving) | |
TrackKFOutSAPtrCollections & | inputs () |
unsigned int | nInputs () const |
unsigned int | nInterleaving () const |
unsigned int | nOutputs () const |
~DistServer () | |
Private Attributes | |
std::vector< std::vector< unsigned int > > | addr_ |
TrackKFOutSAPtrCollections | inputs_ |
unsigned int | nInputs_ |
unsigned int | nInterleaving_ |
unsigned int | nOutputs_ |
Definition at line 10 of file DistServer.h.
DistServer::DistServer | ( | unsigned int | nInputs, |
unsigned int | nOutputs, | ||
unsigned int | nInterleaving | ||
) |
Definition at line 10 of file DistServer.cc.
References addr_, nInputs(), and nInterleaving().
|
inline |
Definition at line 13 of file DistServer.h.
|
inline |
Definition at line 20 of file DistServer.h.
References addr_.
Referenced by clock().
TrackKFOutSAPtrCollection DistServer::clock | ( | TrackKFOutSAPtrCollection & | inputs | ) |
Definition at line 20 of file DistServer.cc.
References addr(), data, inputs(), nInputs(), nInterleaving(), nOutputs(), and svgfig::rotate().
|
inline |
|
inline |
Definition at line 17 of file DistServer.h.
References nInputs_.
Referenced by clock(), and DistServer().
|
inline |
Definition at line 19 of file DistServer.h.
References nInterleaving_.
Referenced by clock(), and DistServer().
|
inline |
|
private |
Definition at line 29 of file DistServer.h.
Referenced by addr(), and DistServer().
|
private |
Definition at line 28 of file DistServer.h.
Referenced by inputs().
|
private |
Definition at line 24 of file DistServer.h.
Referenced by nInputs().
|
private |
Definition at line 26 of file DistServer.h.
Referenced by nInterleaving().
|
private |
Definition at line 25 of file DistServer.h.
Referenced by nOutputs().