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

LFSDIRDELETE (1608/0x648:3) - Telecommand Packet


"Directory Delete" (APP/LFS)

ITOS Mnemonic:  LFSDIRDELETE

View Options: (help)

Context:

Description:

    Deletes a directory specified by the LFSFILEID path. Only the device and directory number portions of the file ID are used. Valid devices for this telecommand are '/ram' (1), '/ee0' (2), and '/ee1' (3).

Layout:  (hide detail; help)

Directory Delete (DirDelete)
Telecommand Packet Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 Version=0 T=1 SH APID=0x648:3
002 SF=3 Sequence Count
004 Packet Length=11
006 0 Function Code=3
008 NODETRANID flag
00A PAD16 pad16
00C FILEID fileId
010 Packet Checksum

    typedef struct _LFS_DirDelete_Pkt {
    
        /* CCSDS header */
        char                 hdr[8];
    
        /* Command payload */
        LFS_DirDelete_Prm    pay;
    
    } LFS_DirDelete_Pkt;
    

Fields:

      Attribute(s):  

      Brief:  "File Storage ID"

      Instance(s):  fileId

      Attribute(s):  

      Brief:  "Compound of node and transaction ID"

      Instance(s):  flag

      Compound of node and transaction ID

      Brief:  "16-bit padding"

      Instance(s):  pad16