Public Member Functions | |
control_mod (uint32_t id, int32_t val, const std::string &name) | |
Public Attributes | |
uint32_t | id |
std::string | name |
int32_t | val |
Definition at line 18 of file stereo.cpp.
control_mod::control_mod | ( | uint32_t | id, |
int32_t | val, | ||
const std::string & | name | ||
) | [inline] |
Definition at line 23 of file stereo.cpp.
uint32_t control_mod::id |
Definition at line 19 of file stereo.cpp.
std::string control_mod::name |
Definition at line 21 of file stereo.cpp.
int32_t control_mod::val |
Definition at line 20 of file stereo.cpp.