#include <SerialRemoteManager.hh>
Inherits RemoteManager.
This class contains all the information a communication manager has about a remote communications manager and provides an abstracted method for sending messages.
| Public Member Functions | |
| SerialRemoteManager (SerialCommPortal *portal) | |
| virtual bool | sendMsg (Message *msg, unsigned char *preamble=NULL, int preamble_size=0) | 
| 
 | 
| Constructor 
 | 
| 
 | ||||||||||||||||
| Sends a message to the remote manager 
 
 Implements RemoteManager. |