Code Generation; File Header - AMX RMS CodeCrafter Operation/Reference Manual

V3.2 or higher
Hide thumbs Also See for RMS CodeCrafter:
Table of Contents

Advertisement

Code Generation

RMS CodeCrafter will output a single, all-inclusive NetLinx include (.axi) file, with the following features:

File Header

RMS CodeCrafter should include a header including an AMX copyright notice, an RMS SDK version, and
information about the RMS CodeCrafter program such as name and version.
(*********************************************************************)
(*
(*
(*
(*********************************************************************)
/*
*
Legal Notice:
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
RMS CodeCrafter obtains the RMS SDK version by reading a registry key set by the SDK installer,
HKEY_LOCAL_MACHINE\SOFTWARE\AMX Corp.\RMS SDK\Version.
RMS CodeCrafter
AMX Resource Management Suite
Copyright, AMX LLC, 2008
Private, proprietary information, the sole property of AMX LLC.
contents, ideas, and concepts expressed herein are not to be disclosed
except within the confines of a confidential relationship and only
then on a need to know basis.
Any entity in possession of this AMX Software shall not, and shall not
permit any other person to, disclose, display, loan, publish, transfer
(whether by sale, assignment, exchange, gift, operation of law or
otherwise), license, sublicense, copy, or otherwise disseminate this
AMX Software.
This AMX Software is owned by AMX and is protected by United States
copyright laws, patent laws, international treaty provisions, and/or
state of Texas trade secret laws.
Portions of this AMX Software may, from time to time, include
pre-release code and such code may not be at the level of performance,
compatibility and functionality of the final code. The pre-release code
may not operate correctly and may be substantially modified prior to
final release or certain features may not be generally released. AMX is
not obligated to make or support any pre-release code. All pre-release
code is provided "as is" with no warranties.
This AMX Software is provided with restricted rights. Use, duplication,
or disclosure by the Government is subject to restrictions as set forth
in subparagraph (1)(ii) of The Rights in Technical Data and Computer
Software clause at DFARS 252.227-7013 or subparagraphs (1) and (2) of
the Commercial Computer Software Restricted Rights at 48 CFR 52.227-19,
as applicable.
(3.2.25)
Code Generation
*)
*)
*)
The
49

Advertisement

Table of Contents
loading

Table of Contents