Grass-valley K2 TX/MAM Database Protocol Manual v.2.2 Uživatelský manuál

Procházejte online nebo si stáhněte Uživatelský manuál pro Zařízení Grass-valley K2 TX/MAM Database Protocol Manual v.2.2. Grass Valley K2 TX/MAM Database Protocol Manual v.2.2 User Manual Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 38
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 0
TX/MAM Database Protocol Manual
Document version: 2.2 - 2013-04-02
Zobrazit stránku 0
1 2 3 4 5 6 ... 37 38

Shrnutí obsahu

Strany 1

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

Strany 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&

Strany 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

Strany 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 &

Strany 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

Strany 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

Strany 7

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

Strany 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

Strany 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_

Strany 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

Strany 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

Strany 12

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

Strany 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

Strany 14

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

Strany 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_

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 23

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

Strany 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

Strany 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

Strany 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

Strany 27

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

Strany 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

Strany 29

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

Strany 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

Strany 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

Strany 32

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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Komentáře k této Příručce

Žádné komentáře