wlmaker
|
#include <output_config.h>
Public Attributes | |
char * | name_ptr |
bool | has_name |
char * | manufacturer_ptr |
bool | has_manufacturer |
char * | model_ptr |
bool | has_model |
char * | serial_ptr |
bool | has_serial |
Description of an output, useful to identify an output.
bool wlmbe_output_description_t::has_manufacturer |
Whether the 'Manufacturer' entry was present.
bool wlmbe_output_description_t::has_model |
Whether the 'Model' entry was present.
bool wlmbe_output_description_t::has_name |
Whether a 'Name' entry was present.
bool wlmbe_output_description_t::has_serial |
Whether the 'Serial' entry was present.
char* wlmbe_output_description_t::manufacturer_ptr |
Manufacturer of this output. That is 'make' in WLR speech.
char* wlmbe_output_description_t::model_ptr |
The model of this output.
char* wlmbe_output_description_t::name_ptr |
Name of this output.
char* wlmbe_output_description_t::serial_ptr |
The serial of this output.