Versions Compared

Key

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

...

 

Code Block
languagecpp
themeConfluence
EdmiError edmiIsEdmInitialized(void); 

This function checks whether the EDMinterface is initialized or not.

...

Arguments

...

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

Example

...

 

Code Block
languagecpp
 EdmiError rstat;
 . . .
 if (rstat = edmiIsEdmInitialized()) {
 printf("\nEDMinterface is not initialized: %s", 
 edmiGetErrorText(rstat)); 
 goto error; 
 }
 /* EDMinterface is initialized */
 . . .

 

See also

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