|
The Assimilation Monitoring Project
|
|
Macros | |
| #define | FRAMESETTYPE_HEARTBEAT 1 |
| A heartbeat packet. More... | |
| #define | FRAMESETTYPE_PING 2 |
| Are you alive? (can also come from the CMA) More... | |
| #define | FRAMESETTYPE_PONG 3 |
| I am alive (can also go to the CMA) More... | |
| #define | FRAMESETTYPE_ACK 16 |
| Frame referred to has been acted on. (can also come from the CMA) More... | |
| #define | FRAMESETTYPE_CONNSHUT 17 |
| Shutting down this connection (can also come from CMA) More... | |
| #define | FRAMESETTYPE_CONNNAK 18 |
| Ignoring your connection start request (can also come from CMA) More... | |
| #define | FRAMESETTYPE_STARTUP 25 |
| System originating packet looking for heartbeat configuration. More... | |
| #define | FRAMESETTYPE_HBDEAD 26 |
| System named in packet appears to be dead. More... | |
| #define | FRAMESETTYPE_HBSHUTDOWN 27 |
| System originating packet has shut down. More... | |
| #define | FRAMESETTYPE_HBLATE 28 |
| System named in packet sent a late heartbeat. More... | |
| #define | FRAMESETTYPE_HBBACKALIVE 29 |
| System named in packet sent heartbeat after being marked dead. More... | |
| #define | FRAMESETTYPE_HBMARTIAN 30 |
| System named in packet appears gave unexpected heartbeat. More... | |
| #define | FRAMESETTYPE_SWDISCOVER 31 |
| Packet encapsulates switch discovery packet. More... | |
| #define | FRAMESETTYPE_JSDISCOVERY 32 |
| Packet contains JSON-formatted discovery data. More... | |
| #define | FRAMESETTYPE_RSCOPREPLY 33 |
| Packet contains return result from a resource operation. More... | |
| #define | FRAMESETTYPE_SENDHB 64 |
| Send Heartbeats to these addresses. More... | |
| #define | FRAMESETTYPE_EXPECTHB 65 |
| Expect (listen for) Heartbeats from these addresses. More... | |
| #define | FRAMESETTYPE_SENDEXPECTHB 66 |
| Send Heartbeats to these addresses, and expect them as well. More... | |
| #define | FRAMESETTYPE_STOPSENDHB 67 |
| Stop sending Heartbeats to these addresses. More... | |
| #define | FRAMESETTYPE_STOPEXPECTHB 68 |
| Stop expecting (listening for) Heartbeats from these addresses. More... | |
| #define | FRAMESETTYPE_STOPSENDEXPECTHB 69 |
| Stop sending Heartbeats to these addresses, and stop expecting them as well. More... | |
| #define | FRAMESETTYPE_SETCONFIG 70 |
| Initial configuration packet. More... | |
| #define | FRAMESETTYPE_INCRDEBUG 71 |
| Increment debug for some or all classes. More... | |
| #define | FRAMESETTYPE_DECRDEBUG 72 |
| Increment debug for some or all classes. More... | |
| #define | FRAMESETTYPE_DODISCOVER 73 |
| Perform (repeating) JSON discovery action. More... | |
| #define | FRAMESETTYPE_STOPDISCOVER 74 |
| Stop a repeating JSON discovery action. More... | |
| #define | FRAMESETTYPE_DORSCOP 75 |
| Do a (possibly-repeating) JSON resource action. More... | |
| #define | FRAMESETTYPE_STOPRSCOP 76 |
| Stop a (possibly-repeating) JSON resource action. More... | |
| #define FRAMESETTYPE_ACK 16 |
Frame referred to has been acted on. (can also come from the CMA)
Definition at line 35 of file framesettypes.h.
Referenced by _fsprotocol_ackseqno(), and _fsprotocol_receive().
| #define FRAMESETTYPE_CONNNAK 18 |
Ignoring your connection start request (can also come from CMA)
Definition at line 37 of file framesettypes.h.
Referenced by _fsproto_fsa(), and _fsprotocol_receive().
| #define FRAMESETTYPE_CONNSHUT 17 |
Shutting down this connection (can also come from CMA)
Definition at line 36 of file framesettypes.h.
Referenced by _fsproto_fsa(), and _fsprotocol_receive().
| #define FRAMESETTYPE_DECRDEBUG 72 |
Increment debug for some or all classes.
Definition at line 55 of file framesettypes.h.
| #define FRAMESETTYPE_DODISCOVER 73 |
Perform (repeating) JSON discovery action.
Definition at line 56 of file framesettypes.h.
| #define FRAMESETTYPE_DORSCOP 75 |
Do a (possibly-repeating) JSON resource action.
Definition at line 58 of file framesettypes.h.
| #define FRAMESETTYPE_EXPECTHB 65 |
Expect (listen for) Heartbeats from these addresses.
Definition at line 48 of file framesettypes.h.
| #define FRAMESETTYPE_HBBACKALIVE 29 |
System named in packet sent heartbeat after being marked dead.
Definition at line 42 of file framesettypes.h.
Referenced by _real_comealive_agent(), and gotnetpkt().
| #define FRAMESETTYPE_HBDEAD 26 |
System named in packet appears to be dead.
Definition at line 39 of file framesettypes.h.
Referenced by _real_deadtime_agent().
| #define FRAMESETTYPE_HBLATE 28 |
System named in packet sent a late heartbeat.
Definition at line 41 of file framesettypes.h.
Referenced by _real_warntime_agent().
| #define FRAMESETTYPE_HBMARTIAN 30 |
System named in packet appears gave unexpected heartbeat.
Definition at line 43 of file framesettypes.h.
Referenced by _real_martian_agent().
| #define FRAMESETTYPE_HBSHUTDOWN 27 |
System originating packet has shut down.
Definition at line 40 of file framesettypes.h.
Referenced by nano_initiate_shutdown().
| #define FRAMESETTYPE_HEARTBEAT 1 |
A heartbeat packet.
Definition at line 32 of file framesettypes.h.
Referenced by _hbsender_sendheartbeat(), nano_shutdown(), and nanoobey_expecthb().
| #define FRAMESETTYPE_INCRDEBUG 71 |
Increment debug for some or all classes.
Definition at line 54 of file framesettypes.h.
| #define FRAMESETTYPE_JSDISCOVERY 32 |
Packet contains JSON-formatted discovery data.
Definition at line 45 of file framesettypes.h.
Referenced by _jsondiscovery_send().
| #define FRAMESETTYPE_PING 2 |
Are you alive? (can also come from the CMA)
Definition at line 33 of file framesettypes.h.
Referenced by main(), and obey_pingpong().
| #define FRAMESETTYPE_PONG 3 |
I am alive (can also go to the CMA)
Definition at line 34 of file framesettypes.h.
Referenced by obey_pingpong().
| #define FRAMESETTYPE_RSCOPREPLY 33 |
Packet contains return result from a resource operation.
Definition at line 46 of file framesettypes.h.
Referenced by _nano_send_rscexitstatus().
| #define FRAMESETTYPE_SENDEXPECTHB 66 |
Send Heartbeats to these addresses, and expect them as well.
Definition at line 49 of file framesettypes.h.
Referenced by fakecma_startup(), and nanoobey_sendexpecthb().
| #define FRAMESETTYPE_SENDHB 64 |
Send Heartbeats to these addresses.
Definition at line 47 of file framesettypes.h.
Referenced by gotnetpkt().
| #define FRAMESETTYPE_SETCONFIG 70 |
Initial configuration packet.
Definition at line 53 of file framesettypes.h.
Referenced by create_setconfig().
| #define FRAMESETTYPE_STARTUP 25 |
System originating packet looking for heartbeat configuration.
Definition at line 38 of file framesettypes.h.
Referenced by gotnetpkt(), and nano_reqconfig().
| #define FRAMESETTYPE_STOPDISCOVER 74 |
Stop a repeating JSON discovery action.
Definition at line 57 of file framesettypes.h.
| #define FRAMESETTYPE_STOPEXPECTHB 68 |
Stop expecting (listening for) Heartbeats from these addresses.
Definition at line 51 of file framesettypes.h.
| #define FRAMESETTYPE_STOPRSCOP 76 |
Stop a (possibly-repeating) JSON resource action.
Definition at line 59 of file framesettypes.h.
| #define FRAMESETTYPE_STOPSENDEXPECTHB 69 |
Stop sending Heartbeats to these addresses, and stop expecting them as well.
Definition at line 52 of file framesettypes.h.
| #define FRAMESETTYPE_STOPSENDHB 67 |
Stop sending Heartbeats to these addresses.
Definition at line 50 of file framesettypes.h.
| #define FRAMESETTYPE_SWDISCOVER 31 |
Packet encapsulates switch discovery packet.
Definition at line 44 of file framesettypes.h.
Referenced by _switchdiscovery_dispatch().