[core]  [oils]  [libraries]  [C++ messages]  [coding guidelines] [up to overview ]

mTest (in msg_demo)

Last updated:


Syntax

#include <msg/demo/mTest.h>
mTest ();


mTest

A simple test message just used for tests and demonstrations.


Example

Here is how you send a message:
try 
  { mTest m;
    m.Send();
  }
catch(exception& ex)
  { cerr << "an error has occurred: " << ex.what() << endl;
    exit(1); 
  }


This file is part of Project Mnemonic.