diff options
Diffstat (limited to 'raul/Atom.hpp')
-rw-r--r-- | raul/Atom.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/raul/Atom.hpp b/raul/Atom.hpp index 4dc28e2..7581e46 100644 --- a/raul/Atom.hpp +++ b/raul/Atom.hpp @@ -31,7 +31,11 @@ namespace Raul { -/** An OSC atom (fundamental data types OSC messages are composed of). +/** A piece of data with some type. + * + * Atoms can be of various primitive types (integer, float, etc) as well as + * a string or primitive. The primitive types are entirely contained within + * the Atom, i.e. the Atom is POD. String, URI, and blob atoms are not POD. * * \ingroup raul */ |