MotorWare f2806x Module API Documentation
Data Structures | Macros | Typedefs | Functions | Variables
dlog4ch.h File Reference

Contains the public interface to the data logging (DLOG) module routines. More...

#include "sw/modules/types/src/types.h"

Go to the source code of this file.

Data Structures

struct  _DLOG_4CH_
 Defines the data logging (DLOG) object. More...
 

Macros

#define DLOG_4CH_DEFAULTS
 Defines the default initalization for the DLOG object. More...
 

Typedefs

typedef struct _DLOG_4CH_ DLOG_4CH
 Defines the data logging (DLOG) object. More...
 
typedef struct _DLOG_4CH_Obj_ * DLOG_4CH_handle
 Defines the DLOG handle. More...
 

Functions

void DLOG_4CH_init (void *ptr)
 Initializes the data logger. More...
 
void DLOG_4CH_update (void *ptr)
 Updates the data logger. More...
 

Variables

DLOG_4CH dlog
 Defines the DLOG object. More...
 
int16_t DlogCh1
 Defines DLOG channel 1. More...
 
int16_t DlogCh2
 Defines DLOG channel 2. More...
 
int16_t DlogCh3
 Defines DLOG channel 3. More...
 
int16_t DlogCh4
 Defines DLOG channel 4. More...
 

Detailed Description

Contains the public interface to the data logging (DLOG) module routines.

(C) Copyright 2011, Texas Instruments, Inc.

Definition in file dlog4ch.h.