Grass-valley K2 TX/MAM Database Protocol Manual v.2.2 Bedienungsanleitung Seite 37

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 38
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 36
TX/MAM Database Protocol Manual - document version: 2.2 Page 37
12. Utility functions
12.1 Returning the current library version
int cob_library_version( void );
Parameters
No parameters required.
Result
The result of the function is an integer with the library version.
Example
Checking if the library has (at least) the required version:
if ( cob_library_version() < (REQUIRED_LIB_VERSION) ){
printf( "applet needs at least version %d of libcobalt (current version: %d), "
"execution stopped.", REQUIRED_LIB_VERSION, cob_library_version() );
return -1;
}
Seitenansicht 36
1 2 ... 32 33 34 35 36 37 38

Kommentare zu diesen Handbüchern

Keine Kommentare