Representation of an Application Identifier.
More...
#include <tsApplicationIdentifier.h>
|
uint16_t | application_id |
| The application identifier.
|
|
uint32_t | organization_id |
| The organization identifier.
|
|
Representation of an Application Identifier.
◆ ApplicationIdentifier()
ts::ApplicationIdentifier::ApplicationIdentifier |
( |
uint32_t |
org_id = 0 , |
|
|
uint16_t |
app_id = 0 |
|
) |
| |
|
inline |
Constructor from two ids.
- Parameters
-
[in] | org_id | Organization identifier. |
[in] | app_id | Application identifier. |
◆ operator==()
Equality operator.
- Parameters
-
[in] | that | Identifier to compare to. |
- Returns
- True if both identifiers are equals, False otherwise.
◆ operator<()
Lower than operator.
It compares first the organization id, then the application id.
- Parameters
-
[in] | that | Identifier to compare to. |
- Returns
- True if the identifier is lower than the other one, False otherwise.
The documentation for this struct was generated from the following file: