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

Application control task sample time object implementation file. More...

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

Variables

PARAMETER_DATABASE TParameter_APPLICATION_CONTROL_TASK_SAMPLE_TIME object_Parameter_APPLICATION_CONTROL_TASK_SAMPLE_TIME
 
PARAMETER_DESCRIPTOR_DATABASE const TParameter_Descriptor struct_Parameter_Descriptor_APPLICATION_CONTROL_TASK_SAMPLE_TIME
 

Detailed Description

Application control task sample time object implementation file.

Note
Automatic generated file.
Attention
No special attention requered. $HeadURL: $
Revision
Date
Author

Variable Documentation

◆ object_Parameter_APPLICATION_CONTROL_TASK_SAMPLE_TIME

PARAMETER_DATABASE TParameter_APPLICATION_CONTROL_TASK_SAMPLE_TIME object_Parameter_APPLICATION_CONTROL_TASK_SAMPLE_TIME

◆ struct_Parameter_Descriptor_APPLICATION_CONTROL_TASK_SAMPLE_TIME

PARAMETER_DESCRIPTOR_DATABASE const TParameter_Descriptor struct_Parameter_Descriptor_APPLICATION_CONTROL_TASK_SAMPLE_TIME
Initial value:
=
{
.c8_Name = (C8*)"APPLICATION_CONTROL_TASK_SAMPLE_TIME",
.c8_Group = (C8*)"APPLICATION",
.c8_Description = (C8*)"Application control task sample time.",
.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 = { .f32_Value = (F32)0.0f },
.struct_Maximum_Value = { .f32_Value = (F32)1.0f },
.struct_Default_Value = { .f32_Value = (F32)0.0001f },
}
@ enum_F32
Variant contains value of F32 data.
int BOOL
Boolean datatype definition.
Definition: Defines.h:124
float F32
IEEE-754 32-Bit single presession floating point numbers datatype defenition.
Definition: Defines.h:324
char C8
ASCII 8-Bit char datatype defenition.
Definition: Defines.h:156
PARAMETER_DATABASE TParameter_APPLICATION_CONTROL_TASK_SAMPLE_TIME object_Parameter_APPLICATION_CONTROL_TASK_SAMPLE_TIME
Definition: Parameter_APPLICATION_CONTROL_TASK_SAMPLE_TIME.cpp:70
@ 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_CONTROL_TASK_SAMPLE_TIME
Definition: System_Parameter_Index.h:175
Parameter base class.
Definition: Parameter_Base.h:60

Referenced by TParameter_APPLICATION_CONTROL_TASK_SAMPLE_TIME::Init().