The objectbase library contains the most basic objects users need to design their agents and swarms. It also serves, at present, as a repository for the probe machinery, which is provided for every SwarmObject.
val_t
struct val { char type; union { id object; SEL selector; const char *string; char _char; unsigned char _uchar; short _short; unsigned short _ushort; int _int; unsigned int _uint; long _long; unsigned long _ulong; float _float; double _double; } val; }
The global librarian for ProbeMaps.
The version of Swarm being used.