ConOpSys V2970  P004.07
ANVILEX control operating system
Variables
Parameter_SCOPE_TRIGGER_MODE.cpp File Reference

Scope trigger mode parameter object implementation file. More...

#include "System_Resource.h"
#include "Parameter_SCOPE_TRIGGER_MODE.h"
Include dependency graph for Parameter_SCOPE_TRIGGER_MODE.cpp:

Variables

PARAMETER_DATABASE TParameter_SCOPE_TRIGGER_MODE object_Parameter_SCOPE_TRIGGER_MODE
 
PARAMETER_DESCRIPTOR_DATABASE const TParameter_Descriptor struct_Parameter_Descriptor_SCOPE_TRIGGER_MODE
 

Detailed Description

Scope trigger mode parameter object implementation file.

Author
ANVILEX GmbH
Version
V1.0
Date
14.05.2015
Attention

COPYRIGHT(C) 2015-2016 ANVILEX GmbH

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of ANVILEX nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Variable Documentation

◆ object_Parameter_SCOPE_TRIGGER_MODE

PARAMETER_DATABASE TParameter_SCOPE_TRIGGER_MODE object_Parameter_SCOPE_TRIGGER_MODE

◆ struct_Parameter_Descriptor_SCOPE_TRIGGER_MODE

PARAMETER_DESCRIPTOR_DATABASE const TParameter_Descriptor struct_Parameter_Descriptor_SCOPE_TRIGGER_MODE
Initial value:
=
{
.c8_Name = (C8*)"SCOPE_TRIGGER_MODE",
.c8_Group = (C8*)"SCOPE",
.c8_Description = (C8*)"Scope trigger mode.",
.c8_Unit = (C8*)"-",
.enum_Access_Mode = access_mode_Read_Write,
.enum_Limit_Check_Mode = check_mode_LessEqual_GreaterEqual,
.enum_Display_Format = display_format_Native,
.bool_Nonvolatile = (BOOL)true,
.struct_Minimum_Value = { .u32_Value = SCOPE_TRIGGER_MODE_MINIMUM },
.struct_Maximum_Value = { .u32_Value = SCOPE_TRIGGER_MODE_MAXIMUM },
.struct_Default_Value = { .u32_Value = SCOPE_TRIGGER_MODE_DEFAULT },
}
@ enum_U32
Variant contains value of U32 data type.
int BOOL
Boolean datatype definition.
Definition: Defines.h:124
char C8
ASCII 8-Bit char datatype defenition.
Definition: Defines.h:156
@ access_mode_Read_Write
Read and write access mode.
Definition: Parameter_Base_Defines.h:75
@ display_format_Native
Native format.
Definition: Parameter_Base_Defines.h:181
@ check_mode_LessEqual_GreaterEqual
Less or equal and greater or equal as.
Definition: Parameter_Base_Defines.h:166
PARAMETER_DATABASE TParameter_SCOPE_TRIGGER_MODE object_Parameter_SCOPE_TRIGGER_MODE
Definition: Parameter_SCOPE_TRIGGER_MODE.cpp:64
#define SCOPE_TRIGGER_MODE_MAXIMUM
Definition: Scope_Defines.h:125
#define SCOPE_TRIGGER_MODE_DEFAULT
Definition: Scope_Defines.h:126
#define SCOPE_TRIGGER_MODE_MINIMUM
Definition: Scope_Defines.h:124
#define PARAMETER_INDEX_SCOPE_TRIGGER_MODE
Definition: System_Parameter_Index.h:124
Parameter base class.
Definition: Parameter_Base.h:60

Referenced by TParameter_SCOPE_TRIGGER_MODE::Init().