Transformation Engine API (south side)
Data Structures
Here are the data structures with brief descriptions:
 Ctek_sa_additional_fileConfiguration class which describes an additional file which is passed to the data client
 Ctek_sa_byte_stringThe representation of a byte array with variable length when used as a field type
 Ctek_sa_complex_dataThe representation of a field value which has a type which is not a predefined type
 Ctek_sa_complex_data_arrayThe representation of an array of complex data with exactly one dimension
 Ctek_sa_complex_data_array_itemThe representation of the items of an array of complex data values with exactly one dimension
 Ctek_sa_complex_data_matrixThe representation of array of complex data with more than one dimension
 Ctek_sa_configurationConfiguration struct that contains generic properties and settings for TEK instance
 Ctek_sa_data_clientThe interface of one instance of a data client
 Ctek_sa_data_client_capabilitiesCapabilities of the data client. These capabilities are applied to the complete data client as well as to each instance (device connection)
 Ctek_sa_data_client_configurationConfiguration object containing the contents of the configuration files for the tek_sa_data_client_plugin or tek_sa_data_client instances
 Ctek_sa_data_client_pluginInterface of the data client plugin
 Ctek_sa_dc_eventAn event which may be sent from the data client to tek_sa_transformation_engine::post_event
 Ctek_sa_enum_definitionThe type definition of a user defined enum type
 Ctek_sa_enum_item_definitionThe definition of an enum item which is defined in a user defined enum type
 Ctek_sa_event_parameterStructure to encapsulate an event parameter
 Ctek_sa_field_write_requestStructure to encapsulate the parameters of a write field request
 Ctek_sa_guidThe representation of a GUID when used as a field type
 Ctek_sa_method_argument_descriptionThe description of a method parameter
 Ctek_sa_read_resultStructure to encapsulate the result of a read operation of a single field
 Ctek_sa_stringThe representation of a string with variable length when used as a field type
 Ctek_sa_struct_definitionThe type definition of a user defined record type
 Ctek_sa_struct_field_type_definitionThe type definition of a record field in a user defined struct type
 Ctek_sa_transformation_engineInterface ot the Transformation Engine
 Ctek_sa_variantThe representation of a single value (which may be of array type too)
 Ctek_sa_variant.dataThe value
 Ctek_sa_variant_arrayThe representation of a one dimensional array of the supported base types
 Ctek_sa_variant_array.dataThe array values
 Ctek_sa_variant_matrixThe representation of an array with more than one dimension of the supported base types
 Ctek_sa_write_resultStructure to encapsulate the result of a write field request