ED247 Library  VA2.3.0
Implementation of ED247-A standard
String conversion

Detailed Description

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...
 

Function Documentation

LIBED247_EXPORT const char* ed247_status_string ( ed247_status_t  status)

ed247_status_t to string conversion

Parameters
[in]statusThe value to convert
Returns
The corresponding string
LIBED247_EXPORT const char* ed247_standard_string ( ed247_standard_t  standard)

ed247_standard_t to string conversion

Parameters
[in]standardThe value to convert
Returns
The corresponding string
LIBED247_EXPORT ed247_standard_t ed247_standard_from_string ( const char *  standard)

ed247_standard_t from string conversion

Parameters
[in]standardThe string to convert
Returns
The corresponding ed247_standard_t value
LIBED247_EXPORT const char* ed247_direction_string ( ed247_direction_t  direction)

ed247_direction_t to string conversion

Parameters
[in]directionThe value to convert
Returns
The corresponding string
LIBED247_EXPORT ed247_direction_t ed247_direction_from_string ( const char *  direction)

ed247_direction_t from string conversion

Parameters
[in]directionThe string to convert
Returns
The corresponding ed247_direction_t value
LIBED247_EXPORT const char* ed247_yesno_string ( ed247_yesno_t  yesno)

ed247_yesno_t to string conversion

Parameters
[in]yesnoThe value to convert
Returns
The corresponding string
LIBED247_EXPORT ed247_yesno_t ed247_yesno_from_string ( const char *  yesno)

ed247_yesno_t from string conversion

Parameters
[in]yesnoThe string to convert
Returns
The corresponding ed247_yesno_t value
LIBED247_EXPORT const char* ed247_component_type_string ( ed247_component_type_t  component_type)

ed247_component_type_t to string conversion

Parameters
[in]component_typeThe value to convert
Returns
The corresponding string
LIBED247_EXPORT ed247_component_type_t ed247_component_type_from_string ( const char *  component_type)

ed247_component_type_t from string conversion

Parameters
[in]component_typeThe string to convert
Returns
The corresponding ed247_component_type_t value
LIBED247_EXPORT const char* ed247_stream_type_string ( ed247_stream_type_t  stream_type)

ed247_stream_type_t to string conversion

Parameters
[in]stream_typeThe value to convert
Returns
The corresponding string
LIBED247_EXPORT ed247_stream_type_t ed247_stream_type_from_string ( const char *  stream_type)

ed247_stream_type_t from string conversion

Parameters
[in]stream_typeThe string to convert
Returns
The corresponding ed247_stream_type_t value
LIBED247_EXPORT const char* ed247_signal_type_string ( ed247_signal_type_t  signal_type)

ed247_signal_type_t to string conversion

Parameters
[in]signal_typeThe value to convert
Returns
The corresponding string
LIBED247_EXPORT ed247_signal_type_t ed247_signal_type_from_string ( const char *  signal_type)

ed247_signal_type_t from string conversion

Parameters
[in]signal_typeThe string to convert
Returns
The corresponding ed247_signal_type_t value
LIBED247_EXPORT const char* ed247_nad_type_string ( ed247_nad_type_t  nad_type)

ed247_nad_type_t to string conversion

Parameters
[in]nad_typeThe value to convert
Returns
The corresponding string
LIBED247_EXPORT ed247_nad_type_t ed247_nad_type_from_string ( const char *  nad_type)

ed247_nad_type_t from string conversion

Parameters
[in]nad_typeThe string to convert
Returns
The corresponding ed247_nad_type_t value