home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / mus / Maestix / include / proto / maestix_protos.h
C/C++ Source or Header  |  1995-06-19  |  674b  |  16 lines

  1. /* maestix.library prototypes */
  2.  
  3. struct MaestroBase* AllocMaestro(struct TagItem*);
  4. struct MaestroBase* AllocMaestroTags(ULONG,...);
  5. void FlushReceive(struct MaestroBase*);
  6. void FlushTransmit(struct MaestroBase*);
  7. void FreeMaestro(struct MaestroBase*);
  8. ULONG GetStatus(struct MaestroBase*,ULONG);
  9. void ReceiveData(struct MaestroBase*,struct DataMessage*)
  10. void SetMaestro(struct MaestroBase*,struct TagItem*);
  11. void SetMaestroTags(struct MaestroBase*,ULONG,...);
  12. void StartRealtime(struct MaestroBase*,struct TagItem*);
  13. void StartRealtimeTags(struct MaestroBase*,ULONG,...);
  14. void StopRealtime(struct MaestroBase*);
  15. void TransmitData(struct MaestroBase*,struct DataMessage*);
  16.