Lookup functions that translate did/sdid into printable strings. More...
#include <stdint.h>Go to the source code of this file.
Functions | |
| const char * | klvanc_didLookupDescription (uint16_t did, uint16_t sdid) |
| For a given did, sdid, lookup a printable user description. More... | |
| const char * | klvanc_didLookupSpecification (uint16_t did, uint16_t sdid) |
| For a given did, sdid, lookup the printable specification name. More... | |
Lookup functions that translate did/sdid into printable strings.
| const char* klvanc_didLookupDescription | ( | uint16_t | did, |
| uint16_t | sdid | ||
| ) |
For a given did, sdid, lookup a printable user description.
| [in] | uint16_t | did - Brief description goes here. |
| [in] | uint16_t | sdid - Brief description goes here. |
| const char* klvanc_didLookupSpecification | ( | uint16_t | did, |
| uint16_t | sdid | ||
| ) |
For a given did, sdid, lookup the printable specification name.
| [in] | uint16_t | did - Brief description goes here. |
| [in] | uint16_t | sdid - Brief description goes here. |
1.8.8