![]() |
Functions | |
| KvlcStatus | kvlcAddDatabaseFile (KvlcHandle handle, const char *filename, unsigned int channelMask) |
| KvlcStatus | kvlcAddDatabase (KvlcHandle handle, KvaDbHnd dbHandle, unsigned int channelMask) |
| KvlcStatus kvlcAddDatabase | ( | KvlcHandle | handle, |
| KvaDbHnd | dbHandle, | ||
| unsigned int | channelMask | ||
| ) |
Add a database handle. Output formats with the property KVLC_PROPERTY_SIGNAL_BASED will match events against all entries in the database and write signals to the output file.
| [in] | handle | An open handle to a converter. |
| [in] | dbHandle | A database handle created with kvadblib. |
| [in] | channelMask | Bitmask with active channels. |
| KvlcStatus kvlcAddDatabaseFile | ( | KvlcHandle | handle, |
| const char * | filename, | ||
| unsigned int | channelMask | ||
| ) |
Add a database file. Output formats with the property KVLC_PROPERTY_SIGNAL_BASED will match events against all entries in the database and write signals to the output file.
| [in] | handle | An open handle to a converter. |
| [in] | filename | Buffer containing database name, a pointer to a NULL terminated array of chars. |
| [in] | channelMask | Bitmask with active channels. |