GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > ITC / V2-1-7

Constituent: itc     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

ITC_cmddefs.h File Reference

Structures associated with CCSDS commands to subsystem ITC. More...

#include "PBI/Endianness.h"

Include dependency graph for ITC_cmddefs.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Data Structures

struct  _ITC_cmdResponse_Pkt
 Change task command confirmation level \ APID 0x695 \ function code 1. More...

struct  _ITC_cmdResponse_Prm
 Change task command confirmation level \ APID 0x695 \ function code 1. More...

struct  _ITC_msgResponse_Pkt
 Change task messaging level \ APID 0x695 \ function code 0. More...

struct  _ITC_msgResponse_Prm
 Change task messaging level \ APID 0x695 \ function code 0. More...


Typedefs

typedef _ITC_msgResponse_Prm ITC_msgResponse_Prm
 Typedef for structure _ITC_msgResponse_Prm.

typedef _ITC_cmdResponse_Prm ITC_cmdResponse_Prm
 Typedef for structure _ITC_cmdResponse_Prm.

typedef _ITC_msgResponse_Pkt ITC_msgResponse_Pkt
 Typedef for packet _ITC_msgResponse_Pkt.

typedef _ITC_cmdResponse_Pkt ITC_cmdResponse_Pkt
 Typedef for packet _ITC_cmdResponse_Pkt.

typedef enum _ITC_Apid695Fcodes ITC_Apid695Fcodes
 Typedef for enumeration _ITC_Apid695Fcodes.


Enumerations

enum  _ITC_Apid695Fcodes {
  ITC_MSGRESPONSE_FCODE = 0,
  ITC_CMDRESPONSE_FCODE = 1
}
 Function code enumerations for apid 0x695. More...


Functions

unsigned int ITC_msgResponse (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the MsgLevel command.

unsigned int ITC_cmdResponse (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)
 Callback function for the CmdResponse command.


Detailed Description

Structures associated with CCSDS commands to subsystem ITC.

Warning:
Machine generated code - NEVER edit by hand

Enumeration Type Documentation

enum _ITC_Apid695Fcodes
 

Function code enumerations for apid 0x695.

Enumeration values:
ITC_MSGRESPONSE_FCODE  APID 0x695 function code 0
ITC_CMDRESPONSE_FCODE  APID 0x695 function code 1


Function Documentation

unsigned int ITC_cmdResponse void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len
 

Callback function for the CmdResponse command.

Parameters:
prm User context parameter
qitem Queue item
pay Payload pointer
len Payload length
Returns:

Here is the call graph for this function:

unsigned int ITC_msgResponse void *  prm,
const struct _ITC_QueueItem qitem,
void *  pay,
unsigned int  len
 

Callback function for the MsgLevel command.

Parameters:
prm User context parameter
qitem Queue item
pay Payload pointer
len Payload length
Returns:


Generated on Thu Mar 3 20:40:13 2005 by doxygen 1.3.3