#include <controller.h>
Public Member Functions | |
| virtual AVDECC_CONTROLLER_LIB32_API void STDCALL | destroy ()=0 |
| virtual AVDECC_CONTROLLER_LIB32_API const char *STDCALL | get_version () const =0 |
| virtual AVDECC_CONTROLLER_LIB32_API uint32_t STDCALL | get_end_station_count ()=0 |
| virtual AVDECC_CONTROLLER_LIB32_API end_station *STDCALL | get_end_station_by_index (uint32_t end_station_index)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API configuration_descriptor *STDCALL | get_config_desc_by_index (uint32_t end_station_index, uint16_t entity_index, uint16_t config_index)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API configuration_descriptor *STDCALL | get_config_desc_by_guid (uint64_t end_station_guid, uint16_t entity_index, uint16_t config_index)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API void STDCALL | set_logging_level (int32_t new_log_level)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API uint32_t STDCALL | missed_notification_count ()=0 |
| virtual AVDECC_CONTROLLER_LIB32_API uint32_t STDCALL | missed_log_count ()=0 |
| virtual AVDECC_CONTROLLER_LIB32_API int STDCALL | send_controller_avail_cmd (void *notification_id, uint32_t end_station_index)=0 |
|
pure virtual |
Call destructor for Controller used for destroying objects
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Send a CONTROLLER_AVAILABLE command to verify that the AVDECC Controller is still there.
|
pure virtual |
Update the base log level for messages to be logged by the post_log_msg callback.
1.8.5