ConOpSys V2970  P004.07
ANVILEX control operating system
Classes | Public Member Functions | Public Attributes | Private Attributes | List of all members
TP005_03_V2_0_AI_V Class Reference

Analog input P005.03 V2.0 board TP005_03_V2_0_AI_V class. More...

#include <P005_03_V2_0_AI_V.h>

Inheritance diagram for TP005_03_V2_0_AI_V:
Inheritance graph
Collaboration diagram for TP005_03_V2_0_AI_V:
Collaboration graph

Classes

struct  TP005_03_V2_0_AI_V_Registers
 
union  TStatus
 

Public Member Functions

 TP005_03_V2_0_AI_V ()
 Class constructor method. More...
 
 ~TP005_03_V2_0_AI_V ()
 Class destructor method. More...
 
VOID Map (TP005_03_V2_0_AI_V_Registers *struct_Registers_Base_Address)
 Analog input board P005.03 V2.0 memory map. More...
 
virtual VOID Init ()
 Analog input board P005.03 V2.0 object initialization. More...
 
virtual VOID Execute ()
 Analog input board P005.03 V2.0 execute method. More...
 
virtual VOID Send_Information (TProtocol_Base *object_Protocol)
 Send detailed information about functional block. More...
 

Public Attributes

TBlock_Input_Connector object_f32_Analog_Input_Full_Scale_1
 Analog input channel 1 fill scale value. Also used for channel total gain adjustment. More...
 
TBlock_Input_Connector object_f32_Analog_Input_Full_Scale_2
 Analog input channel 1 fill scale value. Also used for channel total gain gain adjustment. More...
 
TBlock_Input_Connector object_f32_Analog_Input_Full_Scale_3
 Analog input channel 1 fill scale value. Also used for channel total gain gain adjustment. More...
 
TBlock_Input_Connector object_f32_Analog_Input_Offset_1
 Analog input channel 1 offset. More...
 
TBlock_Input_Connector object_f32_Analog_Input_Offset_2
 Analog input channel 2 offset. More...
 
TBlock_Input_Connector object_f32_Analog_Input_Offset_3
 Analog input channel 3 offset. More...
 
TBlock_Input_Connector object_f32_Magnitude_Software_Level
 
U16 u16_Analog_Input_Status
 Analog input status. More...
 
I16 i16_Analog_Input_Data_1
 Analog input channel 1 block output as I16. More...
 
I16 i16_Analog_Input_Data_2
 Analog input channel 2 block output as I16. More...
 
I16 i16_Analog_Input_Data_3
 Analog input channel 3 block output as I16. More...
 
TBlock_Output_Connector object_f32_Analog_Input_Data_1
 Analog input channel 1 block output. More...
 
TBlock_Output_Connector object_f32_Analog_Input_Data_2
 Analog input channel 2 block output. More...
 
TBlock_Output_Connector object_f32_Analog_Input_Data_3
 Analog input channel 3 block output. More...
 
TBlock_Output_Connector object_f32_Analog_Input_Data_DC
 Analog input channels DC offset. More...
 
TBlock_Output_Connector object_f32_AN
 Analog input channel 1 block output. More...
 
TBlock_Output_Connector object_f32_BN
 Analog input channel 2 block output. More...
 
TBlock_Output_Connector object_f32_CN
 Analog input channel 3 block output. More...
 
TBlock_Output_Connector object_bool_Hardware_Error
 Critical hardware error flag. More...
 
TBlock_Output_Connector object_bool_Symmenty_Error
 Signal symmery error flag. More...
 
TBlock_Output_Connector object_bool_Magnitude_Hardware_Level_Error
 Hardware limit reached error flag. More...
 
TBlock_Output_Connector object_bool_Magnitude_Software_Level_Error
 

Private Attributes

volatile TP005_03_V2_0_AI_V_Registersstruct_Registers
 Hardware mapped registers. More...
 
F32 f32_Gain_1
 Effective gain of the channel 1. More...
 
F32 f32_Gain_2
 Effective gain of the channel 2. More...
 
F32 f32_Gain_3
 Effective gain of the channel 3. More...
 
F32 f32_Offset_1
 Effective offset of the channel 1. More...
 
F32 f32_Offset_2
 Effective offset of the channel 2. More...
 
F32 f32_Offset_3
 Effective offset of the channel 3. More...
 

Detailed Description

Analog input P005.03 V2.0 board TP005_03_V2_0_AI_V class.

Constructor & Destructor Documentation

◆ TP005_03_V2_0_AI_V()

TP005_03_V2_0_AI_V::TP005_03_V2_0_AI_V ( )

◆ ~TP005_03_V2_0_AI_V()

TP005_03_V2_0_AI_V::~TP005_03_V2_0_AI_V ( )

Class destructor method.

Analog input board P005.03 V2.0 object destructor.


Note
None
Override
Not allowed
Attention
Don't call this method directly.
Returns
None
Note
None

Member Function Documentation

◆ Execute()

__forceinline VOID TP005_03_V2_0_AI_V::Execute ( )
virtual

◆ Init()

VOID TP005_03_V2_0_AI_V::Init ( )
virtual

◆ Map()

VOID TP005_03_V2_0_AI_V::Map ( TP005_03_V2_0_AI_V_Registers struct_Registers_Base_Address)

Analog input board P005.03 V2.0 memory map.

Parameters
[in]struct_Registers_Base_AddressBase address within FPGA address space
Returns
None
Note
None

References struct_Registers.

◆ Send_Information()

VOID TP005_03_V2_0_AI_V::Send_Information ( TProtocol_Base object_Protocol)
virtual

Member Data Documentation

◆ f32_Gain_1

F32 TP005_03_V2_0_AI_V::f32_Gain_1
private

Effective gain of the channel 1.

Referenced by Execute(), Init(), and TP005_03_V2_0_AI_V().

◆ f32_Gain_2

F32 TP005_03_V2_0_AI_V::f32_Gain_2
private

Effective gain of the channel 2.

Referenced by Execute(), Init(), and TP005_03_V2_0_AI_V().

◆ f32_Gain_3

F32 TP005_03_V2_0_AI_V::f32_Gain_3
private

Effective gain of the channel 3.

Referenced by Execute(), Init(), and TP005_03_V2_0_AI_V().

◆ f32_Offset_1

F32 TP005_03_V2_0_AI_V::f32_Offset_1
private

Effective offset of the channel 1.

Referenced by Execute(), Init(), and TP005_03_V2_0_AI_V().

◆ f32_Offset_2

F32 TP005_03_V2_0_AI_V::f32_Offset_2
private

Effective offset of the channel 2.

Referenced by Execute(), Init(), and TP005_03_V2_0_AI_V().

◆ f32_Offset_3

F32 TP005_03_V2_0_AI_V::f32_Offset_3
private

Effective offset of the channel 3.

Referenced by Execute(), Init(), and TP005_03_V2_0_AI_V().

◆ i16_Analog_Input_Data_1

I16 TP005_03_V2_0_AI_V::i16_Analog_Input_Data_1

Analog input channel 1 block output as I16.

Referenced by Execute(), Send_Information(), and TP005_03_V2_0_AI_V().

◆ i16_Analog_Input_Data_2

I16 TP005_03_V2_0_AI_V::i16_Analog_Input_Data_2

Analog input channel 2 block output as I16.

Referenced by Execute(), Send_Information(), and TP005_03_V2_0_AI_V().

◆ i16_Analog_Input_Data_3

I16 TP005_03_V2_0_AI_V::i16_Analog_Input_Data_3

Analog input channel 3 block output as I16.

Referenced by Execute(), Send_Information(), and TP005_03_V2_0_AI_V().

◆ object_bool_Hardware_Error

TBlock_Output_Connector TP005_03_V2_0_AI_V::object_bool_Hardware_Error

Critical hardware error flag.

Referenced by TP005_03_V2_0_AI_V().

◆ object_bool_Magnitude_Hardware_Level_Error

TBlock_Output_Connector TP005_03_V2_0_AI_V::object_bool_Magnitude_Hardware_Level_Error

Hardware limit reached error flag.

Referenced by TP005_03_V2_0_AI_V().

◆ object_bool_Magnitude_Software_Level_Error

TBlock_Output_Connector TP005_03_V2_0_AI_V::object_bool_Magnitude_Software_Level_Error

Referenced by Execute(), and TP005_03_V2_0_AI_V().

◆ object_bool_Symmenty_Error

TBlock_Output_Connector TP005_03_V2_0_AI_V::object_bool_Symmenty_Error

Signal symmery error flag.

Referenced by TP005_03_V2_0_AI_V().

◆ object_f32_AN

TBlock_Output_Connector TP005_03_V2_0_AI_V::object_f32_AN

Analog input channel 1 block output.

Referenced by Execute(), and TP005_03_V2_0_AI_V().

◆ object_f32_Analog_Input_Data_1

TBlock_Output_Connector TP005_03_V2_0_AI_V::object_f32_Analog_Input_Data_1

Analog input channel 1 block output.

Referenced by Execute(), Send_Information(), and TP005_03_V2_0_AI_V().

◆ object_f32_Analog_Input_Data_2

TBlock_Output_Connector TP005_03_V2_0_AI_V::object_f32_Analog_Input_Data_2

Analog input channel 2 block output.

Referenced by Execute(), Send_Information(), and TP005_03_V2_0_AI_V().

◆ object_f32_Analog_Input_Data_3

TBlock_Output_Connector TP005_03_V2_0_AI_V::object_f32_Analog_Input_Data_3

Analog input channel 3 block output.

Referenced by Execute(), Send_Information(), and TP005_03_V2_0_AI_V().

◆ object_f32_Analog_Input_Data_DC

TBlock_Output_Connector TP005_03_V2_0_AI_V::object_f32_Analog_Input_Data_DC

Analog input channels DC offset.

Referenced by Execute(), Send_Information(), and TP005_03_V2_0_AI_V().

◆ object_f32_Analog_Input_Full_Scale_1

TBlock_Input_Connector TP005_03_V2_0_AI_V::object_f32_Analog_Input_Full_Scale_1

Analog input channel 1 fill scale value. Also used for channel total gain adjustment.

Referenced by Init(), and TP005_03_V2_0_AI_V().

◆ object_f32_Analog_Input_Full_Scale_2

TBlock_Input_Connector TP005_03_V2_0_AI_V::object_f32_Analog_Input_Full_Scale_2

Analog input channel 1 fill scale value. Also used for channel total gain gain adjustment.

Referenced by Init(), and TP005_03_V2_0_AI_V().

◆ object_f32_Analog_Input_Full_Scale_3

TBlock_Input_Connector TP005_03_V2_0_AI_V::object_f32_Analog_Input_Full_Scale_3

Analog input channel 1 fill scale value. Also used for channel total gain gain adjustment.

Referenced by Init(), and TP005_03_V2_0_AI_V().

◆ object_f32_Analog_Input_Offset_1

TBlock_Input_Connector TP005_03_V2_0_AI_V::object_f32_Analog_Input_Offset_1

Analog input channel 1 offset.

Referenced by Init(), and TP005_03_V2_0_AI_V().

◆ object_f32_Analog_Input_Offset_2

TBlock_Input_Connector TP005_03_V2_0_AI_V::object_f32_Analog_Input_Offset_2

Analog input channel 2 offset.

Referenced by Init(), and TP005_03_V2_0_AI_V().

◆ object_f32_Analog_Input_Offset_3

TBlock_Input_Connector TP005_03_V2_0_AI_V::object_f32_Analog_Input_Offset_3

Analog input channel 3 offset.

Referenced by Init(), and TP005_03_V2_0_AI_V().

◆ object_f32_BN

TBlock_Output_Connector TP005_03_V2_0_AI_V::object_f32_BN

Analog input channel 2 block output.

Referenced by Execute(), and TP005_03_V2_0_AI_V().

◆ object_f32_CN

TBlock_Output_Connector TP005_03_V2_0_AI_V::object_f32_CN

Analog input channel 3 block output.

Referenced by Execute(), and TP005_03_V2_0_AI_V().

◆ object_f32_Magnitude_Software_Level

TBlock_Input_Connector TP005_03_V2_0_AI_V::object_f32_Magnitude_Software_Level

Referenced by Execute(), and TP005_03_V2_0_AI_V().

◆ struct_Registers

volatile TP005_03_V2_0_AI_V_Registers* TP005_03_V2_0_AI_V::struct_Registers
private

Hardware mapped registers.

Referenced by Execute(), Map(), and Send_Information().

◆ u16_Analog_Input_Status

U16 TP005_03_V2_0_AI_V::u16_Analog_Input_Status

Analog input status.

Referenced by Execute(), Send_Information(), and TP005_03_V2_0_AI_V().


The documentation for this class was generated from the following files: