typedef struct { khep_cmd_ret_code_t result; union khep_cmd_ret_data data; } khep_cmd_ret_t; union khep_cmd_ret_data { unsigned int sensor[KHEP_SENS_COUNT]; int motor[KHEP_MOT_COUNT]; };