Deluge Firmware
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ParamDescriptor Class Reference

#include <ParamDescriptor.h>

Collaboration diagram for ParamDescriptor:
Collaboration graph

Public Member Functions

void setToHaveParamOnly (int p)
 
void setToHaveParamAndSource (int p, int s)
 
void setToHaveParamAndTwoSources (int p, int s, int sLowestLevel)
 
bool isSetToParamWithNoSource (int p)
 
bool isSetToParamAndSource (int p, int s)
 
bool isJustAParam ()
 
int getJustTheParam ()
 
void changeParam (int newParam)
 
int getBottomLevelSource ()
 
void addSource (int newSource)
 
ParamDescriptor getDestination ()
 
bool hasJustOneSource ()
 
int getTopLevelSource ()
 
int getSecondSourceFromTop ()
 
bool hasSecondSource ()
 
void setToNull ()
 
bool isNull ()
 

Public Attributes

uint32_t data
 

Member Function Documentation

◆ addSource()

void ParamDescriptor::addSource ( int  newSource)
inline

◆ changeParam()

void ParamDescriptor::changeParam ( int  newParam)
inline

◆ getBottomLevelSource()

int ParamDescriptor::getBottomLevelSource ( )
inline

◆ getDestination()

ParamDescriptor ParamDescriptor::getDestination ( )
inline

◆ getJustTheParam()

int ParamDescriptor::getJustTheParam ( )
inline

◆ getSecondSourceFromTop()

int ParamDescriptor::getSecondSourceFromTop ( )
inline

◆ getTopLevelSource()

int ParamDescriptor::getTopLevelSource ( )
inline

◆ hasJustOneSource()

bool ParamDescriptor::hasJustOneSource ( )
inline

◆ hasSecondSource()

bool ParamDescriptor::hasSecondSource ( )
inline

◆ isJustAParam()

bool ParamDescriptor::isJustAParam ( )
inline

◆ isNull()

bool ParamDescriptor::isNull ( )
inline

◆ isSetToParamAndSource()

bool ParamDescriptor::isSetToParamAndSource ( int  p,
int  s 
)
inline

◆ isSetToParamWithNoSource()

bool ParamDescriptor::isSetToParamWithNoSource ( int  p)
inline

◆ setToHaveParamAndSource()

void ParamDescriptor::setToHaveParamAndSource ( int  p,
int  s 
)
inline

◆ setToHaveParamAndTwoSources()

void ParamDescriptor::setToHaveParamAndTwoSources ( int  p,
int  s,
int  sLowestLevel 
)
inline

◆ setToHaveParamOnly()

void ParamDescriptor::setToHaveParamOnly ( int  p)
inline

◆ setToNull()

void ParamDescriptor::setToNull ( )
inline

Member Data Documentation

◆ data

uint32_t ParamDescriptor::data

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