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

Application system task trip status information object header file. More...

#include "Parameter_APPLICATION_SYSTEM_TASK_TRIP_STATUS.h"
Include dependency graph for Parameter_APPLICATION_SYSTEM_TASK_TRIP_STATUS.cpp:

Variables

PARAMETER_DATABASE TParameter_APPLICATION_SYSTEM_TASK_TRIP_STATUS object_Parameter_APPLICATION_SYSTEM_TASK_TRIP_STATUS
 
PARAMETER_DESCRIPTOR_DATABASE const TParameter_Descriptor struct_Parameter_Descriptor_APPLICATION_SYSTEM_TASK_TRIP_STATUS
 

Detailed Description

Application system task trip status information object header file.

Author
ANVILEX LLC
Version
V1.0
Date
04.05.2015
Attention

COPYRIGHT(C) 2015-2020 ANVILEX LLC

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_APPLICATION_SYSTEM_TASK_TRIP_STATUS

PARAMETER_DATABASE TParameter_APPLICATION_SYSTEM_TASK_TRIP_STATUS object_Parameter_APPLICATION_SYSTEM_TASK_TRIP_STATUS

◆ struct_Parameter_Descriptor_APPLICATION_SYSTEM_TASK_TRIP_STATUS

PARAMETER_DESCRIPTOR_DATABASE const TParameter_Descriptor struct_Parameter_Descriptor_APPLICATION_SYSTEM_TASK_TRIP_STATUS
Initial value:
=
{
.c8_Name = (C8*)"APPLICATION_SYSTEM_TASK_TRIP_STATUS",
.c8_Group = (C8*)"APPLICATION",
.c8_Description = (C8*)"Application system task trip status information.",
.c8_Unit = (C8*)"-",
.enum_Access_Mode = access_mode_Read_Only,
.enum_Limit_Check_Mode = check_mode_No_Check,
.enum_Display_Format = display_format_Native,
.bool_Nonvolatile = (BOOL)false,
.struct_Minimum_Value = { .bool_Value = (BOOL)false },
.struct_Maximum_Value = { .bool_Value = (BOOL)true },
.struct_Default_Value = { .bool_Value = (BOOL)false },
}
@ enum_PBOOL
Variant contains pointer to value of boolean data type.
int BOOL
Boolean datatype definition.
Definition: Defines.h:124
char C8
ASCII 8-Bit char datatype defenition.
Definition: Defines.h:156
PARAMETER_DATABASE TParameter_APPLICATION_SYSTEM_TASK_TRIP_STATUS object_Parameter_APPLICATION_SYSTEM_TASK_TRIP_STATUS
Definition: Parameter_APPLICATION_SYSTEM_TASK_TRIP_STATUS.cpp:64
@ access_mode_Read_Only
Read only access mode.
Definition: Parameter_Base_Defines.h:69
@ display_format_Native
Native format.
Definition: Parameter_Base_Defines.h:181
@ check_mode_No_Check
No limit check.
Definition: Parameter_Base_Defines.h:139
#define PARAMETER_INDEX_APPLICATION_SYSTEM_TASK_TRIP_STATUS
Definition: System_Parameter_Index.h:162
Parameter base class.
Definition: Parameter_Base.h:60

Referenced by TParameter_APPLICATION_SYSTEM_TASK_TRIP_STATUS::Init().