GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package

AEMFRENV frees - Telemetry Struct


"AEM Free Board Environmental ADCs" (APP/LHK)

View Options: (help)

Ancestry:

    0x000 pkt AemEnv0
    0x014 str AEMFRENV frees

Definition:

    Alignment:2-byte boundary
    APID:550/0x226
    Attribute(s):
    Length: 64 bits (8 bytes)
    Offset:0x014

Description:

Layout: (hide detail; help)

AEM Free Board Environmental ADCs (AEMFRENV)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
014 AEMFRVDD vdd
016 AEMFRTEMP temp
018 AEMFRHV1 hv1
01A AEMFRHV2 hv2

    typedef struct _LHK_AEMFRENV {
    
        /* AEM VDD */
        LHK_AEMFRVDD         vdd;
    
        /* AEM Free board Temperature */
        LHK_AEMFRTEMP        temp;
    
        /* AEM Free Board HV1 */
        LHK_AEMFRHV1         hv1;
    
        /* AEM Free Board HV2 */
        LHK_AEMFRHV2         hv2;
    
    } LHK_AEMFRENV;
    

Fields:

      Attribute(s):  

      Brief:  "AEM Free Board HV1"

      Instance(s):  hv1

      Attribute(s):  

      Brief:  "AEM Free Board HV2"

      Instance(s):  hv2

      Attribute(s):  

      Brief:  "AEM Free board Temperature"

      Instance(s):  temp

      Attribute(s):  

      Brief:  "AEM VDD"

      Instance(s):  vdd