Combines an index value and integrate flag. More...

#include <Index.h>

Public Member Functions

 Index (unsigned value=0, bool integrate=false)
 Default constructor.
 
unsigned get_value () const
 Get the value of the index.
 
void set_value (unsigned value)
 Set the value of the index.
 
bool get_integrate () const
 Get the integrate flag.
 
void set_integrate (bool flag=true)
 Set the integrate flag.
 
bool get_extension () const
 Get the extension flag. More...
 
void set_extension (bool flag=true)
 Set the extension flag. More...
 

Protected Attributes

unsigned index
 
bool integrate
 
bool extension
 

Detailed Description

Combines an index value and integrate flag.

Member Function Documentation

◆ get_extension()

bool Pulsar::Index::get_extension ( ) const
inline

Get the extension flag.

Provides access to extended data sets, such as MoreProfile

◆ set_extension()

void Pulsar::Index::set_extension ( bool  flag = true)
inline

Set the extension flag.

Provides access to extended data sets, such as MoreProfile


The documentation for this class was generated from the following files:

Generated using doxygen 1.8.17