[BACK]Return to oxasir.h CVS log [TXT][DIR] Up to [local] / OpenXM / doc / oxlib

File: [local] / OpenXM / doc / oxlib / Attic / oxasir.h (download)

Revision 1.1, Tue Feb 8 13:25:41 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN

This module is a document for using oxasir as a C-library.
test?.c are sample programs.

/* $OpenXM: OpenXM/doc/oxlib/oxasir.h,v 1.1 2000/02/08 13:25:41 takayama Exp $ */

/* These are temporaly at OpenXM/doc/OpenXM-web  */
#include "cmotag.h"
#include "oxMessageTag.h"
#include "smCommand.h"

#ifndef  _OXASIR_H_
#define _OXASIR_H_ 1

void asir_ox_push_cmo(void *cmo);
int asir_ox_pop_cmo(void *cmo, int limit);
void asir_ox_push_cmd(unsigned int cmd);
void asir_ox_execute_string(char *s);
int asir_ox_peek_cmo_size(void);
void asir_ox_init(int byteorder);

#endif