Fanout definition.
More...
|
| static unsigned long | nextId = 0 |
| | next id for this object type More...
|
| |
Fanout definition.
- Author
- Matthias Schartner
- Date
- 17.09.2018
| Track::Fanout_definition::Fanout_definition |
( |
std::string |
subpass, |
|
|
std::string |
trksId, |
|
|
Track::Bitstream |
bitstream, |
|
|
int |
headstack_number, |
|
|
int |
first_multiplex_track, |
|
|
int |
second_multiplex_track = -999, |
|
|
int |
third_multiplex_track = -999, |
|
|
int |
fourth_multiplex_track = -999 |
|
) |
| |
constructor
- Author
- Matthias Schartner
- Parameters
-
| subpass | Sub-pass ID |
| trksId | 'Chan_ID' linkword |
| bitstream | Sign or magnitude bitstream |
| headstack_number | Headstack number |
| first_multiplex_track | First multiplex track |
| second_multiplex_track | Second multiplex track |
| third_multiplex_track | Third multiplex track |
| fourth_multiplex_track | Fourth multiplex track |
| Track::Fanout_definition::Fanout_definition |
( |
const boost::property_tree::ptree & |
tree | ) |
|
|
explicit |
constructor
- Author
- Matthias Schartner
- Parameters
-
| tree | input property tree from xml file |
| boost::property_tree::ptree Track::Fanout_definition::toPropertytree |
( |
| ) |
const |
converts object to property tree
- Author
- Matthias Schartner
- Returns
- property tree
| Bitstream VieVS::Track::Fanout_definition::bitstream_ |
Sign or magnitude bitstream.
| int VieVS::Track::Fanout_definition::first_multiplex_track_ |
| int VieVS::Track::Fanout_definition::fourth_multiplex_track_ |
| int VieVS::Track::Fanout_definition::headstack_number_ |
| unsigned long VieVS::Track::Fanout_definition::nextId = 0 |
|
staticprivate |
next id for this object type
| int VieVS::Track::Fanout_definition::second_multiplex_track_ |
| std::string VieVS::Track::Fanout_definition::subpass_ |
| int VieVS::Track::Fanout_definition::third_multiplex_track_ |
| std::string VieVS::Track::Fanout_definition::trksid_ |
The documentation for this class was generated from the following files:
- /home/travis/build/TUW-VieVS/VieSchedpp/ObservingMode/Track.h
- /home/travis/build/TUW-VieVS/VieSchedpp/ObservingMode/Track.cpp