mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +02:00
Initial import of CVS-v2_8_branch
This commit is contained in:
20
docs/tables/vguest_resources.txt
Normal file
20
docs/tables/vguest_resources.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
VGUEST_RESOURCES Table Layout for Rivendell
|
||||
|
||||
The VGUEST_RESOURCES table holds data concerning the the mapping of
|
||||
various Rivendell objects to resources in a Logitek Audio Engine
|
||||
system.
|
||||
Following is the layout of a record in the VGUEST_RESOURCES table:
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
--------------------------------------------------------------------------
|
||||
ID unsigned int(10) Primary key
|
||||
STATION_NAME char(64) from STATIONS.NAME
|
||||
MATRIX_NUM int(11) from MATRICES.MATRIX
|
||||
VGUEST_TYPE int(11)
|
||||
NUMBER int(11)
|
||||
ENGINE_NUM int(11)
|
||||
DEVICE_NUM int(11)
|
||||
SURFACE_NUM int(11)
|
||||
RELAY_NUM int(11)
|
||||
BUSS_NUM int(11)
|
||||
|
Reference in New Issue
Block a user