iCub-main
Classes | Typedefs
msgList.h File Reference
#include <mutex>
#include <yarp/dev/CanBusInterface.h>
#include "fbCanBusMessage.h"
#include <list>
+ Include dependency graph for msgList.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MsgList
 

Typedefs

typedef std::list< FCMSG >::iterator MsgIt
 
typedef std::list< FCMSG >::const_iterator MsgConstIt
 

Typedef Documentation

◆ MsgConstIt

typedef std::list<FCMSG>::const_iterator MsgConstIt

Definition at line 18 of file msgList.h.

◆ MsgIt

typedef std::list<FCMSG>::iterator MsgIt

Definition at line 17 of file msgList.h.