#include <gu_c.hxx>
Public Member Functions | |
void | setupReceive (const GpibAddress &gaFrom) |
Setup to receive from gaFrom. | |
void | setupReceive () |
Setup to receive from unspecified talker. | |
void | setupSend (const GpibAddress &gaTo) |
void | setupSendAdd (const GpibAddress &gaTo) |
void | setupSend (const GpibAddrList &gal) |
void | cmdAdd (int i) |
void | addr (int cmd, const GpibAddress &ga) |
unsigned | size () |
count of commands buffered so far | |
char * | mpch () |
char * | pch () |
buffer to send commands from | |
void | clear () |
clear and reuse buffer | |
GpibCmds (const GpibAddress &ga) | |
Construct a GpibCmds. |
It defines several members to construct command sequences easily.
|
Construct a GpibCmds. ga if the controllers (i.e. our) address |
|
Setup to receive from unspecified talker. Inserts UNL MLA [MSA] |
|
Setup to receive from gaFrom. inserts UNL MLA [MSA] TAG [SCG] |