Genivia Home Documentation
duration.c File Reference

updated Thu Mar 21 2024 by Robert van Engelen
 
Functions
duration.c File Reference
#include "soapH.h"
Include dependency graph for duration.c:

Functions

SOAP_FMAC3 void SOAP_FMAC4 soap_default_xsd__duration (struct soap *soap, LONG64 *a)
 
SOAP_FMAC3 const char *SOAP_FMAC4 soap_xsd__duration2s (struct soap *soap, LONG64 a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration (struct soap *soap, const char *tag, int id, const LONG64 *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_s2xsd__duration (struct soap *soap, const char *s, LONG64 *a)
 
SOAP_FMAC3 LONG64 *SOAP_FMAC4 soap_in_xsd__duration (struct soap *soap, const char *tag, LONG64 *a, const char *type)
 

Function Documentation

SOAP_FMAC3 void SOAP_FMAC4 soap_default_xsd__duration ( struct soap *  soap,
LONG64 *  a 
)
SOAP_FMAC3 LONG64* SOAP_FMAC4 soap_in_xsd__duration ( struct soap *  soap,
const char *  tag,
LONG64 *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration ( struct soap *  soap,
const char *  tag,
int  id,
const LONG64 *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_s2xsd__duration ( struct soap *  soap,
const char *  s,
LONG64 *  a 
)
SOAP_FMAC3 const char* SOAP_FMAC4 soap_xsd__duration2s ( struct soap *  soap,
LONG64  a 
)