Using the ExtData component: Difference between revisions

Bmauer (talk | contribs)
No edit summary
Bmauer (talk | contribs)
No edit summary
Line 22: Line 22:


== ExtData Resource File ==
== ExtData Resource File ==
The ExtData.rc file itself can have up to 3 parts. The first is the primary exports. The example below is an example of a primary export block. This may have as many entries as the user desires.
=== Primary Exports ===
The ExtData.rc file itself can have up to 3 parts. The first is the primary exports. The example below is an example of a primary export block. This may have as many entries as the user desires. Note that only the last three entries in a line are optional, even though the units are not currently used (this may change someday).
<pre>
<pre>
PrimaryExports::
PrimaryExports::
Line 51: Line 52:
::File Frequency Units - The frequency units for the file, options are years, months, days, hours, minutes.
::File Frequency Units - The frequency units for the file, options are years, months, days, hours, minutes.
::File Frequency - An integer specifying the frequency in the units given in the previous keyword.
::File Frequency - An integer specifying the frequency in the units given in the previous keyword.
=== Masks ===
=== Derived Exports ===