Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Code Block
languagecpp
themeConfluence
EdmiError edmiVersion(SdaiInteger *edmdVersion,
                       SdaiInteger *edmiVersion, 
                       SdaiString  *edmdVersionText, 
                       SdaiString  *edmiVersionText); 

Returns the version identifier and the version header text of the actual running EDMinterface and the EDMserver.

Arguments

...

TypeNameComment
SdaiInteger

edmdVersion

Address of a variable that will receive the version identifier of the actual running EDMserver.

SdaiInteger

edmiVersion

Address of a variable that will receive the version identifier of the actual running EDMinterface.

SdaiString

edmdVersionText

Address of a variable that will receive the address of the running EDMserver version identifier message. This text string is located in a buffer in EDMinterface that can be overwritten by the next EDMinterface call.

SdaiString

edmiVersionText

Address of a variable that will receive the address of the running EDMinterface version identifier message. This text string is located in a buffer in EDMinterface that can be overwritten by the next EDMinterface call.

...

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

Example

...

 

Code Block
languagecpp
EdmiError rstat;
 SdaiInteger edmdVersion, edmiVersion;
 SdaiString edmdVersionText, edmiVersionText;
 . . .
 if (rstat = edmiVersion (&edmdVersion,
 &edmiVersion, 
 &edmdVersionText, 
 &edmiVersionText)) { 
 /* Error in operation */ 
 printf("\nError: %s in edmiVersion \n",

...

 
 edmiGetErrorText(rstat));

...

 
 goto error;

...

 
 }
 printf("\nEDMDversionId: %ld: %s", edmdVersion, edmdVersionText);

...


 printf("\nEDMIversionId: %ld: %s", edmiVersion, edmiVersionText);

...


 . . .

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "model" and parent = "6062220"