ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcb_route_t Struct Reference

#include <ngcbIFC.hpp>

Public Member Functions

 ngcb_route_t (const ngcb_route_t &other)
 Copy constructor.
 
 ngcb_route_t ()
 Constructor.
 
 ngcb_route_t (int board)
 Constructor with board number.
 
bool operator== (const ngcb_route_t &other) const
 Operator ==.
 
ngcb_route_toperator= (const ngcb_route_t &other)
 Operator =.
 
int Board () const
 Return board number.
 
int Last () const
 Return last routing instruction.
 
void Print (char *s) const
 Print route to string.
 

Public Attributes

int numHdr
 Number of headers in route.
 
int hdr [ngcbMAX_MOD]
 Route instructions.
 

Detailed Description

Route to module (header)

Constructor & Destructor Documentation

◆ ngcb_route_t() [1/3]

ngcb_route_t::ngcb_route_t ( const ngcb_route_t & other)
inline

Copy constructor.

◆ ngcb_route_t() [2/3]

ngcb_route_t::ngcb_route_t ( )
inline

Constructor.

◆ ngcb_route_t() [3/3]

ngcb_route_t::ngcb_route_t ( int board)
inlineexplicit

Constructor with board number.

Member Function Documentation

◆ Board()

int ngcb_route_t::Board ( ) const
inline

Return board number.

◆ Last()

int ngcb_route_t::Last ( ) const
inline

Return last routing instruction.

◆ operator=()

ngcb_route_t & ngcb_route_t::operator= ( const ngcb_route_t & other)
inline

Operator =.

◆ operator==()

bool ngcb_route_t::operator== ( const ngcb_route_t & other) const
inline

Operator ==.

◆ Print()

void ngcb_route_t::Print ( char * s) const
inline

Print route to string.

Member Data Documentation

◆ hdr

int ngcb_route_t::hdr[ngcbMAX_MOD]

Route instructions.

◆ numHdr

int ngcb_route_t::numHdr

Number of headers in route.


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