Public Attributes

RPCNode Struct Reference
[Remote Procedure Call Subsystem]

#include <RPCNode.h>

Collaboration diagram for RPCNode:
Collaboration graph
[legend]

List of all members.

Public Attributes

char * uniqueIdentifier
 String identifier of the RPC.
union {
   void(*   staticFunctionPointer )(RPCParameters *rpcParms)
   RPCParameters *   rpcParms
   void *   functionPointer
}; 
 Force casting of member functions to void *.
bool isPointerToMember
 Is this a member function pointer? True if so. If false it's a regular C function.

Detailed Description

Definition at line 29 of file RPCNode.h.


Member Data Documentation

union { ... }

Force casting of member functions to void *.

Definition at line 45 of file RPCNode.h.

Is this a member function pointer? True if so. If false it's a regular C function.

Definition at line 49 of file RPCNode.h.

Definition at line 42 of file RPCNode.h.

Definition at line 38 of file RPCNode.h.

String identifier of the RPC.

Definition at line 33 of file RPCNode.h.


The documentation for this struct was generated from the following file: