TReK ANSI-C  5.3.3
All ANSI-C APIs
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
cfdp_shared.h File Reference

CFDP toolkit enumerations. More...

Enumerations

enum  cfdp_class_of_service_type {
  CFDP_UNDEFINED_CLASS_OF_SERVICE_TYPE = 0 ,
  CFDP_CLASS_1 ,
  CFDP_CLASS_2
}
 CFDP class of service enumerations. More...
 
enum  cfdp_filestore_action_type {
  CFDP_UNDEFINED_FILESTORE_ACTION_TYPE = -1 ,
  CFDP_CREATE_FILE ,
  CFDP_DELETE_FILE ,
  CFDP_RENAME_FILE ,
  CFDP_APPEND_FILE ,
  CFDP_REPLACE_FILE ,
  CFDP_CREATE_DIR ,
  CFDP_REMOVE_DIR ,
  CFDP_DENY_FILE ,
  CFDP_DENY_DIR ,
  CFDP_CLOSE_REC_FILE
}
 CFDP filestore enumerations. More...
 
enum  cfdp_auto_pause_and_resume_mode_type {
  CFDP_UNDEFINED_AUTO_PAUSE_AND_RESUME_MODE = 0 ,
  CFDP_PEER_TO_PEER_MODE ,
  CFDP_CLIENT_OR_GROUND_MODE ,
  CFDP_SERVER_OR_FLIGHT_MODE
}
 CFDP auto pause and resume mode enumerations. More...
 

Detailed Description

CFDP toolkit enumerations.

Enumeration Type Documentation

◆ cfdp_auto_pause_and_resume_mode_type

CFDP auto pause and resume mode enumerations.

Enumerator
CFDP_UNDEFINED_AUTO_PAUSE_AND_RESUME_MODE 

Undefined CFDP auto pause and resume mode.

CFDP_PEER_TO_PEER_MODE 

CFDP peer to peer mode.

CFDP_CLIENT_OR_GROUND_MODE 

CFDP client or ground mode.

CFDP_SERVER_OR_FLIGHT_MODE 

CFDP server or flight mode.

◆ cfdp_class_of_service_type

CFDP class of service enumerations.

Enumerator
CFDP_UNDEFINED_CLASS_OF_SERVICE_TYPE 

Undefined CFDP class of service.

CFDP_CLASS_1 

CFDP class 1 service.

CFDP_CLASS_2 

CFDP class 2 service.

◆ cfdp_filestore_action_type

CFDP filestore enumerations.

Enumerator
CFDP_UNDEFINED_FILESTORE_ACTION_TYPE 

Undefined CFDP filestore action.

CFDP_CREATE_FILE 

CFDP create file.

CFDP_DELETE_FILE 

CFDP delete file.

CFDP_RENAME_FILE 

CFDP rename file.

CFDP_APPEND_FILE 

CFDP append file.

CFDP_REPLACE_FILE 

CFDP replace file.

CFDP_CREATE_DIR 

CFDP create directory

CFDP_REMOVE_DIR 

CFDP remove directory.

CFDP_DENY_FILE 

CFDP delete file.

CFDP_DENY_DIR 

CFDP remove directory.

CFDP_CLOSE_REC_FILE 

CLOSE a TReK record file using a CFDP message.