#include <Messages.hh>
Inheritance diagram for clBaseMsg:

Protected Member Functions | |
| void | EndianConv (float *, const float *) |
| Result endian conversion. | |
| void | EndianConv (double *, const double *) |
For communication between userinterfaces and processing servers the usual rule is to first send request message. This is null-terminated string of length GLOBAL_HEADER_LEN. For results there is GLOBAL_HEADER_LEN amount of null-terminated string header data and then endianess converted result data follows.
Set/GetRequest generates/parses this string from request struct. Set/GetResult generates/parses the result message.
Definition at line 437 of file Messages.hh.
|
||||||||||||
|
Result endian conversion.
Definition at line 35 of file Messages.cc. Referenced by clSoundMsg::GetData(), clLocateMsg::GetResult(), clBeamAudioMsg::GetResult(), clLofarMsg::GetResult(), clDirMsg2::GetResult(), clDirMsg::GetResult(), clSpectMsg::GetResult(), clSoundMsg::SetData(), clLocateMsg::SetResult(), clBeamAudioMsg::SetResult(), clLofarMsg::SetResult(), clDirMsg2::SetResult(), clDirMsg::SetResult(), and clSpectMsg::SetResult(). |
|
||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 55 of file Messages.cc. |
1.3.3