Selected Documentation for Messaging-Cells Library
Classes | Enumerations
Inner-working

Module describing basic inner-working of the library. More...

Classes

class  kernel
 The kernel of a workeru that is using the library. More...
 
class  agent
 The base class for any library object including cell s, missive s, agent_grp s and agent_ref s. More...
 
class  agent_grp
 A class that is used internally to group missive s, cell s or any agent derived class. You can use it too. More...
 
class  agent_ref
 A class that is used internally to hold a reference (local or remote ) to missive s, cell s or any agent derived class. You can use it too. More...
 

Enumerations

Detailed Description

Module describing basic inner-working of the library.





Enumeration Type Documentation

enum mck_ack_t : uint8_t

ack state of a particular routing port.

Enumerator
mck_ready_ack 

It is ready to route (send) again through this route.

mck_busy_ack 

It is has routed (sent) through this route and is waiting to be ready again.

mck_virgin_ack 

It is has never used this route yet.