func (this *MqBufferS) SetF(val float32) *MqBufferS { return (*MqBufferS)(C.MqBufferSetF((*_Ctype_struct_MqBufferS)(this), C.MQ_FLT(val))) }
func (this *MqS) SendF(val float32) { this.iErrorMqToGoWithCheck(C.MqSendF((*_Ctype_struct_MqS)(this), C.MQ_FLT(val))) }