#include <util.h>
Public Member Functions | |
| virtual AVDECC_CONTROLLER_LIB32_API void STDCALL | destroy ()=0 |
| virtual AVDECC_CONTROLLER_LIB32_API const char *STDCALL | aem_cmd_value_to_name (uint16_t cmd_value)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API uint16_t STDCALL | aem_cmd_name_to_value (const char *cmd_name)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API const char *STDCALL | aem_desc_value_to_name (uint16_t desc_value)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API uint16_t STDCALL | aem_desc_name_to_value (const char *desc_name)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API const char *STDCALL | aem_cmd_status_value_to_name (uint32_t aem_cmd_status_value)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API const char *STDCALL | acmp_cmd_value_to_name (uint16_t cmd_value)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API uint16_t STDCALL | acmp_cmd_name_to_value (const char *cmd_name)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API const char *STDCALL | acmp_cmd_status_value_to_name (uint32_t acmp_cmd_status_value)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API const char *STDCALL | notification_value_to_name (uint16_t notification_value)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API const char *STDCALL | logging_level_value_to_name (uint16_t logging_level_value)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API uint32_t STDCALL | acmp_cmd_to_timeout (const uint32_t acmp_cmd)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API uint64_t STDCALL | ieee1722_format_name_to_value (const char *format_name)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API const char *STDCALL | ieee1722_format_value_to_name (uint64_t format_value)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API const char *STDCALL | end_station_mac_to_string (uint64_t end_station_mac)=0 |
|
pure virtual |
Convert ACMP command name to its corresponding command value.
|
pure virtual |
Convert ACMP command status value to its corresponding command status name.
|
pure virtual |
Get the timeout for the corresponding ACMP command.
|
pure virtual |
Convert command value to its corresponding ACMP command name.
|
pure virtual |
Convert AEM command name to its corresponding command value.
|
pure virtual |
Convert AEM command status value to its corresponding command status name.
|
pure virtual |
Convert command value to its corresponding AEM command name.
|
pure virtual |
Convert descriptor name to its corresponding descriptor value.
|
pure virtual |
Convert descriptor value to its corresponding descriptor name.
|
pure virtual |
Call destructor for Controller used for destroying objects
|
pure virtual |
Convert End Station MAC address to a short string.
|
pure virtual |
Convert IEEE1722 format name to value.
|
pure virtual |
Convert IEEE1722 format value to name.
|
pure virtual |
Convert post_log_msg value to its corresponding post_log_msg name.
|
pure virtual |
Convert notification value to its corresponding notification name.
1.8.5