#include <dboard_id.hpp>
List of all members.
Constructor & Destructor Documentation
Create a dboard id from an integer.
- Parameters:
-
id | the integer representation |
Member Function Documentation
Create a new dboard id from a string representation. If the string has a 0x prefix, it will be parsed as hex.
- Parameters:
-
string | a numeric string, possibly hex |
- Returns:
- a new dboard id containing the integer
Create a new dboard id from an integer representation.
- Parameters:
-
uint16 | an unsigned 16 bit integer |
- Returns:
- a new dboard id containing the integer
Obtain a dboard id that represents no dboard.
- Returns:
- the dboard id with the 0xffff id.
Get the dboard id represented as a canonical name.
- Returns:
- the canonical string representation
Get the pretty print representation of this dboard id.
- Returns:
- a string with the dboard name and id number
Get the dboard id represented as an integer.
- Returns:
- a hex string representation with 0x prefix
Get the dboard id represented as an integer.
- Returns:
- an unsigned 16 bit integer representation
The documentation for this class was generated from the following file: