HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
frame.c File Reference
#include "frame.h"
#include <stdio.h>

Go to the source code of this file.

Functions

int Frame_IsDFrame_EndOfEvent (void *fr)
 
int Frame_IsCFrame (void *fr, short *err_code)
 
int Frame_IsDFrame (void *fr)
 
int Frame_IsMsgStat (void *fr)
 
int Frame_GetEventTyNbTs (void *fr, unsigned short *ev_ty, unsigned int *ev_nb, unsigned short *ev_tsl, unsigned short *ev_tsm, unsigned short *ev_tsh)
 
void Frame_Print (void *fp, void *fr, int fr_sz, unsigned int vflg)
 

Function Documentation

int Frame_GetEventTyNbTs ( void *  fr,
unsigned short *  ev_ty,
unsigned int *  ev_nb,
unsigned short *  ev_tsl,
unsigned short *  ev_tsm,
unsigned short *  ev_tsh 
)

Definition at line 125 of file frame.c.

int Frame_IsCFrame ( void *  fr,
short *  err_code 
)

Definition at line 57 of file frame.c.

int Frame_IsDFrame ( void *  fr)

Definition at line 78 of file frame.c.

int Frame_IsDFrame_EndOfEvent ( void *  fr)

Definition at line 34 of file frame.c.

int Frame_IsMsgStat ( void *  fr)

Definition at line 97 of file frame.c.

void Frame_Print ( void *  fp,
void *  fr,
int  fr_sz,
unsigned int  vflg 
)

Definition at line 176 of file frame.c.