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

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Ausrüstung Grass-valley K2 TX/MAM Database Protocol Manual v.2.2 herunter. Grass Valley K2 TX/MAM Database Protocol Manual v.2.2 User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 38
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
TX/MAM Database Protocol Manual
Document version: 2.2 - 2013-04-02
Seitenansicht 0
1 2 3 4 5 6 ... 37 38

Inhaltsverzeichnis

Seite 1

TX/MAM Database Protocol Manual Document version: 2.2 - 2013-04-02

Seite 2

TX/MAM Database Protocol Manual - document version: 2.2 – Page 10 6.3 Adding a criterion that defines a restriction for int64 (='long long&

Seite 3 - 2. About this document

TX/MAM Database Protocol Manual - document version: 2.2 – Page 11 6.4 Adding a criterion that defines a restriction for string database fields

Seite 4 - 4. Defines

TX/MAM Database Protocol Manual - document version: 2.2 – Page 12 6.5 Adding a criterion that contains a SQL-query The SQL-query can only be a &

Seite 5

TX/MAM Database Protocol Manual - document version: 2.2 – Page 13 6.6 Adding a criterion that contains a parameter for a previously added SQL-qu

Seite 6 - 5. Initializing the library

TX/MAM Database Protocol Manual - document version: 2.2 – Page 14 6.7 Retrieving the list of IDs that are the result of evaluating the previous

Seite 7

TX/MAM Database Protocol Manual - document version: 2.2 – Page 15 7. Retrieve functions Retrieving fields is performed on individual records. To

Seite 8

TX/MAM Database Protocol Manual - document version: 2.2 – Page 16 7.2 Adding a field request for an integer database field The result is tempo

Seite 9

TX/MAM Database Protocol Manual - document version: 2.2 – Page 17 7.3 Adding a field request for an int64 (= long long) database field int cob_

Seite 10

TX/MAM Database Protocol Manual - document version: 2.2 – Page 18 7.4 Adding a field request for a string database field int cob_fieldlist_get

Seite 11

TX/MAM Database Protocol Manual - document version: 2.2 – Page 19 7.5 Adding a field request for a text blob database field The result is tempor

Seite 12

TX/MAM Database Protocol Manual - document version: 2.2 – Page 2 1. Grass Valley Product Support ...

Seite 13 - SQL-query

TX/MAM Database Protocol Manual - document version: 2.2 – Page 20 7.6 Retrieving the requested fields for the record with id == id and from the

Seite 14

TX/MAM Database Protocol Manual - document version: 2.2 – Page 21 8. Update functions Fields are updated for individual records. Multiple fields

Seite 15 - 7. Retrieve functions

TX/MAM Database Protocol Manual - document version: 2.2 – Page 22 8.2 Adding a field update for an int64 (= long long) database field int cob_

Seite 16

TX/MAM Database Protocol Manual - document version: 2.2 – Page 23 8.3 Adding a field update for a string database field int cob_fieldlist_set_s

Seite 17

TX/MAM Database Protocol Manual - document version: 2.2 – Page 24 8.4 Adding a field update for a text blob database field int cob_fieldlist_se

Seite 18

TX/MAM Database Protocol Manual - document version: 2.2 – Page 25 8.5 Updating the record (from table with ID) with the previously added field

Seite 19

TX/MAM Database Protocol Manual - document version: 2.2 – Page 26 8.6 Creating a record in the table with previously added fieldvalues int cob

Seite 20

TX/MAM Database Protocol Manual - document version: 2.2 – Page 27 8.7 Creating the assetjobs, asset_index and group_access records for an asset

Seite 21 - 8. Update functions

TX/MAM Database Protocol Manual - document version: 2.2 – Page 28 8.8 Deleting a record (indicated by the ID) from a table int cob_delete_table

Seite 22

TX/MAM Database Protocol Manual - document version: 2.2 – Page 29 9. Finalization functions The following function is used to close the link cre

Seite 23

TX/MAM Database Protocol Manual - document version: 2.2 – Page 3 1. Grass Valley Product Support Contact information: http://www.grassvalley.com

Seite 24

TX/MAM Database Protocol Manual - document version: 2.2 – Page 30 10. Date & time functions Use following functions to work with the time and

Seite 25

TX/MAM Database Protocol Manual - document version: 2.2 – Page 31 10.2 Converting human readable time and date string to a Cobalt time field int

Seite 26

TX/MAM Database Protocol Manual - document version: 2.2 – Page 32 10.3 Getting the current system time and converting to a Cobalt time field int

Seite 27

TX/MAM Database Protocol Manual - document version: 2.2 – Page 33 11. Scheduling functions To manipulate the current schedule, following function

Seite 28 - /* Log error */

TX/MAM Database Protocol Manual - document version: 2.2 – Page 34 char* Formats XML structure with Formats and import field values (Italic values

Seite 29

TX/MAM Database Protocol Manual - document version: 2.2 – Page 35 // Start cache on asset database cob_start_cache( assetIpSt.c_str(), assetPortN

Seite 30 - %s", time, date );

TX/MAM Database Protocol Manual - document version: 2.2 – Page 36 11.2 Checking if the asset indicated by asset_id is in a schedule with the tim

Seite 31

TX/MAM Database Protocol Manual - document version: 2.2 – Page 37 12. Utility functions 12.1 Returning the current library version int cob_libra

Seite 32

TX/MAM Database Protocol Manual - document version: 2.2 – Page 38

Seite 33 - 11. Scheduling functions

TX/MAM Database Protocol Manual - document version: 2.2 – Page 4 4. Defines The following defines are used within the library: Name Value Descri

Seite 34

TX/MAM Database Protocol Manual - document version: 2.2 – Page 5 FIELD Origins ORIGINAL_DATA 0 The field is a database field. CUSTOM_DATA 1 The

Seite 35

TX/MAM Database Protocol Manual - document version: 2.2 – Page 6 5. Initializing the library The following functions are used to configure the l

Seite 36 - Parameters

TX/MAM Database Protocol Manual - document version: 2.2 – Page 7 5.2 Initializing the library to use a remote database Use this function to ver

Seite 37 - 12. Utility functions

TX/MAM Database Protocol Manual - document version: 2.2 – Page 8 6. Database search functions Use the functions described in this section to sea

Seite 38

TX/MAM Database Protocol Manual - document version: 2.2 – Page 9 6.2 Adding a criterion that defines a restriction for integer database fields

Kommentare zu diesen Handbüchern

Keine Kommentare