33# include <ipcClient.H>
36# define NUM_MESSAGES 1
38int main(
int argc,
char* argv[])
45 num_messages = std::stoi(argv[1]);
52 if (num_messages <= 0)
54 cout <<
"num_messages must be positive" << endl;
58 for (
int i = 0; i < num_messages; i++)
Unique identifier for distributed systems.
void print() const
Print UID components to standard output.
const uint64_t & get_random_number() const noexcept
Get a random number component.