mcx::signal_monitor::SignalId
less than a minute
mcx::signal_monitor::SignalId
Public Functions
Name | |
---|---|
SignalId() | |
SignalId(uint32_t code) | |
SignalId(uint32_t code, uint32_t subsystem) | |
SignalId(uint32_t code, uint32_t subsystem, const uint32_t * info) | |
uint64_t | getKey() const |
uint32_t | getCode() const |
uint32_t | getSubsystem() const |
bool | hasSubsystem() const |
uint32_t | getInfo() const |
const uint32_t * | getInfoPtr() const |
bool | operator()(const SignalId & lhs, const SignalId & rhs) const |
Public Functions Documentation
function SignalId
SignalId()
function SignalId
SignalId(
uint32_t code
)
function SignalId
SignalId(
uint32_t code,
uint32_t subsystem
)
function SignalId
SignalId(
uint32_t code,
uint32_t subsystem,
const uint32_t * info
)
function getKey
uint64_t getKey() const
function getCode
uint32_t getCode() const
function getSubsystem
uint32_t getSubsystem() const
function hasSubsystem
bool hasSubsystem() const
function getInfo
uint32_t getInfo() const
function getInfoPtr
const uint32_t * getInfoPtr() const
function operator()
bool operator()(
const SignalId & lhs,
const SignalId & rhs
) const
Updated on 2022-04-05 at 16:21:27 +0200