PiPo
Plug In Plug Out / Plugin Interface for Processing Objects
PiPoStreamAttributes Struct Reference

Public Member Functions

 PiPoStreamAttributes (int numlabels=-1)
 
 PiPoStreamAttributes (bool hasTimeTags, double rate, double offset, unsigned int width, unsigned int height, const char **labels, bool hasVarSize, double domain, unsigned int maxFrames)
 
void init (int _numlab=-1)
 
void concat_labels (const char **_labels, unsigned int _width)
 
char * to_string (char *str, int len) const
 

Public Attributes

int hasTimeTags
 
double rate
 
double offset
 
unsigned int dims [2]
 
const char ** labels
 
unsigned int numLabels
 
bool hasVarSize
 
double domain
 
unsigned int maxFrames
 
int labels_alloc
 

Member Function Documentation

◆ concat_labels()

void PiPoStreamAttributes::concat_labels ( const char **  _labels,
unsigned int  _width 
)
inline

append string pointer array to labels array