GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LSW / V1-0-0

Constituent: lsw     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

LSW_prvdefs.h File Reference

Private definitions for the LSW trace facility. More...

#include "PBS/FORK.h"
#include "PBS/FPA.h"
#include "PBS/MTX.h"
#include "PBS/RW.ih"
#include "PBS/WUT.h"
#include "IMM/FPM_pubdefs.h"
#include "IMM/RBM_pubdefs.h"
#include "ITC/ITC_pubdefs.h"
#include "LSW/LSW_pubdefs.h"
#include "TRC/TRC_pubdefs.h"

Include dependency graph for LSW_prvdefs.h:

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


Data Structures

struct  _LSW_Tickle
 Structure of a fork message to tickle the mLSW task. More...
struct  _LSW_Packet
 Structure to control packetization of dumps to CTDB. More...
struct  _LSW_Control
 Structure of trace control block. More...

Defines

#define LSW_L_STACK_DUMP   (64 * 1024)
 Maximum size of a stack dump.
#define LSW_F_TRACE_FACILITY   (0x02)
 The "facility level" ID of LSW when writing trace records.
#define LSW_K_MSG_CMD   (0xff)
 An instance level trace ID ... requested by command.

Typedefs

typedef enum _LSW_ControlState LSW_ControlState
 Typedef for enum _LSW_ControlState.
typedef _LSW_Tickle LSW_Tickle
 Typedef for struct _LSW_Tickle.
typedef _LSW_Packet LSW_Packet
 Typedef for struct _LSW_Packet.
typedef _LSW_Control LSW_Control
 Typedef for struct _LSW_Control.

Enumerations

enum  _LSW_ControlState {
  LSW_CTL_UNINITIALIZED = 0,
  LSW_CTL_BROKEN = 1,
  LSW_CTL_INITIALIZED = 2,
  LSW_CTL_STARTED = 3
}
 Enumeration of trace control states. More...

Functions

FORK_cb_status LSW_forkSnap (FORK_cb_prm *prm, FORK_msg_hdr *hdr)
 Service a request to take a snapshot.

Variables

LSW_ControlLSW_lcb
 Control block for LSW facility.

Detailed Description

Private definitions for the LSW trace facility.

CVS $Id: LSW_prvdefs.h,v 1.3 2006/12/20 01:25:28 apw Exp $
Author:
A.P.Waite

Enumeration Type Documentation

enum _LSW_ControlState
 

Enumeration of trace control states.

Enumerator:
LSW_CTL_UNINITIALIZED  Uninitialized
LSW_CTL_BROKEN  Fatal error
LSW_CTL_INITIALIZED  Initialized
LSW_CTL_STARTED  Started


Function Documentation

FORK_cb_status LSW_forkSnap FORK_cb_prm *  prm,
FORK_msg_hdr *  hdr
 

Service a request to take a snapshot.

LSW_forkSnap() services a request to take a snapshot.


Generated on Wed Dec 20 01:35:47 2006 by  doxygen 1.4.4