ED247 Library
VA2.3.0
Implementation of ED247-A standard
|
Helper to convert type to/from strings.
Functions | |
LIBED247_EXPORT const char * | ed247_status_string (ed247_status_t status) |
ed247_status_t to string conversion More... | |
LIBED247_EXPORT const char * | ed247_standard_string (ed247_standard_t standard) |
ed247_standard_t to string conversion More... | |
LIBED247_EXPORT ed247_standard_t | ed247_standard_from_string (const char *standard) |
ed247_standard_t from string conversion More... | |
LIBED247_EXPORT const char * | ed247_direction_string (ed247_direction_t direction) |
ed247_direction_t to string conversion More... | |
LIBED247_EXPORT ed247_direction_t | ed247_direction_from_string (const char *direction) |
ed247_direction_t from string conversion More... | |
LIBED247_EXPORT const char * | ed247_yesno_string (ed247_yesno_t yesno) |
ed247_yesno_t to string conversion More... | |
LIBED247_EXPORT ed247_yesno_t | ed247_yesno_from_string (const char *yesno) |
ed247_yesno_t from string conversion More... | |
LIBED247_EXPORT const char * | ed247_component_type_string (ed247_component_type_t component_type) |
ed247_component_type_t to string conversion More... | |
LIBED247_EXPORT ed247_component_type_t | ed247_component_type_from_string (const char *component_type) |
ed247_component_type_t from string conversion More... | |
LIBED247_EXPORT const char * | ed247_stream_type_string (ed247_stream_type_t stream_type) |
ed247_stream_type_t to string conversion More... | |
LIBED247_EXPORT ed247_stream_type_t | ed247_stream_type_from_string (const char *stream_type) |
ed247_stream_type_t from string conversion More... | |
LIBED247_EXPORT const char * | ed247_signal_type_string (ed247_signal_type_t signal_type) |
ed247_signal_type_t to string conversion More... | |
LIBED247_EXPORT ed247_signal_type_t | ed247_signal_type_from_string (const char *signal_type) |
ed247_signal_type_t from string conversion More... | |
LIBED247_EXPORT const char * | ed247_nad_type_string (ed247_nad_type_t nad_type) |
ed247_nad_type_t to string conversion More... | |
LIBED247_EXPORT ed247_nad_type_t | ed247_nad_type_from_string (const char *nad_type) |
ed247_nad_type_t from string conversion More... | |
LIBED247_EXPORT const char* ed247_status_string | ( | ed247_status_t | status | ) |
ed247_status_t to string conversion
[in] | status | The value to convert |
LIBED247_EXPORT const char* ed247_standard_string | ( | ed247_standard_t | standard | ) |
ed247_standard_t to string conversion
[in] | standard | The value to convert |
LIBED247_EXPORT ed247_standard_t ed247_standard_from_string | ( | const char * | standard | ) |
ed247_standard_t from string conversion
[in] | standard | The string to convert |
LIBED247_EXPORT const char* ed247_direction_string | ( | ed247_direction_t | direction | ) |
ed247_direction_t to string conversion
[in] | direction | The value to convert |
LIBED247_EXPORT ed247_direction_t ed247_direction_from_string | ( | const char * | direction | ) |
ed247_direction_t from string conversion
[in] | direction | The string to convert |
LIBED247_EXPORT const char* ed247_yesno_string | ( | ed247_yesno_t | yesno | ) |
ed247_yesno_t to string conversion
[in] | yesno | The value to convert |
LIBED247_EXPORT ed247_yesno_t ed247_yesno_from_string | ( | const char * | yesno | ) |
ed247_yesno_t from string conversion
[in] | yesno | The string to convert |
LIBED247_EXPORT const char* ed247_component_type_string | ( | ed247_component_type_t | component_type | ) |
ed247_component_type_t to string conversion
[in] | component_type | The value to convert |
LIBED247_EXPORT ed247_component_type_t ed247_component_type_from_string | ( | const char * | component_type | ) |
ed247_component_type_t from string conversion
[in] | component_type | The string to convert |
LIBED247_EXPORT const char* ed247_stream_type_string | ( | ed247_stream_type_t | stream_type | ) |
ed247_stream_type_t to string conversion
[in] | stream_type | The value to convert |
LIBED247_EXPORT ed247_stream_type_t ed247_stream_type_from_string | ( | const char * | stream_type | ) |
ed247_stream_type_t from string conversion
[in] | stream_type | The string to convert |
LIBED247_EXPORT const char* ed247_signal_type_string | ( | ed247_signal_type_t | signal_type | ) |
ed247_signal_type_t to string conversion
[in] | signal_type | The value to convert |
LIBED247_EXPORT ed247_signal_type_t ed247_signal_type_from_string | ( | const char * | signal_type | ) |
ed247_signal_type_t from string conversion
[in] | signal_type | The string to convert |
LIBED247_EXPORT const char* ed247_nad_type_string | ( | ed247_nad_type_t | nad_type | ) |
ed247_nad_type_t to string conversion
[in] | nad_type | The value to convert |
LIBED247_EXPORT ed247_nad_type_t ed247_nad_type_from_string | ( | const char * | nad_type | ) |
ed247_nad_type_t from string conversion
[in] | nad_type | The string to convert |