HFCC-01 Low-Level Software (LLSW) Rel_6802_HFCC-01-RP-CSAR-CB
Loading...
Searching...
No Matches
deviceLibModule.h File Reference
#include "commonDataTypes.h"
#include "modStatus.h"
#include "modConfig.h"
#include "modA429.h"
#include "modAnalogIn.h"
#include "modDiscreteIn.h"
#include "modDiscreteOut.h"
#include "modPwm.h"
#include "modRvdt.h"
#include "modPsu.h"
#include "modHsb.h"
#include "modHeartbeat.h"
Include dependency graph for deviceLibModule.h:
deviceLibModule.h Node1 deviceLibModule.h Node2 commonDataTypes.h Node1->Node2 Node3 modStatus.h Node1->Node3 Node4 modConfig.h Node1->Node4 Node7 modA429.h Node1->Node7 Node8 modAnalogIn.h Node1->Node8 Node9 modDiscreteIn.h Node1->Node9 Node10 modDiscreteOut.h Node1->Node10 Node11 modPwm.h Node1->Node11 Node12 modRvdt.h Node1->Node12 Node13 modPsu.h Node1->Node13 Node14 modHsb.h Node1->Node14 Node16 modHeartbeat.h Node1->Node16 Node4->Node3 Node5 INTEGRITY.h Node4->Node5 Node6 modInfo.h Node4->Node6 Node6->Node2 Node6->Node3 Node7->Node2 Node7->Node3 Node7->Node4 Node8->Node2 Node8->Node3 Node8->Node4 Node9->Node2 Node9->Node3 Node9->Node4 Node10->Node2 Node10->Node3 Node10->Node4 Node11->Node2 Node11->Node3 Node11->Node4 Node12->Node2 Node12->Node3 Node12->Node4 Node13->Node2 Node13->Node3 Node14->Node2 Node14->Node3 Node14->Node4 Node15 modHsbCommon.h Node14->Node15 Node15->Node2 Node16->Node2 Node16->Node3 Node16->Node4 Node16->Node6

Go to the source code of this file.

Enumerations

enum  ModuleType {
  A429 = 0x02U , ANIN = 0x04U , DIN = 0x08U , DOUT = 0x10U ,
  PWM = 0x20U , RVDT = 0x40U , PSU = 0x80U
}
 This is enum definition for module type. More...

Enumeration Type Documentation

◆ ModuleType

enum ModuleType

This is enum definition for module type.

Enumerator
A429 

Arinc 429 module type.

ANIN 

Analog input module type.

DIN 

Discrete input module type.

DOUT 

Discrete output module type.

PWM 

PWM module type.

RVDT 

RVDT module type.

PSU 

PSU module type.