ReadStreamAlreadyPolling Class Reference

Indicates that a ReadStream is already polling when a polling method was called. More...

#include <RobotAPI/libraries/armem/core/error/ArMemError.h>

+ Inheritance diagram for ReadStreamAlreadyPolling:

Public Member Functions

 ReadStreamAlreadyPolling (const MemoryID &queriedId, const std::string &calledFunction)
 
- Public Member Functions inherited from ArMemError
 ArMemError (const std::string &msg)
 

Static Public Member Functions

static std::string makeMsg (const MemoryID &queriedId, const std::string &calledFunction)
 

Detailed Description

Indicates that a ReadStream is already polling when a polling method was called.

Definition at line 226 of file ArMemError.h.

Constructor & Destructor Documentation

◆ ReadStreamAlreadyPolling()

ReadStreamAlreadyPolling ( const MemoryID queriedId,
const std::string &  calledFunction 
)

Definition at line 249 of file ArMemError.cpp.

Member Function Documentation

◆ makeMsg()

std::string makeMsg ( const MemoryID queriedId,
const std::string &  calledFunction 
)
static

Definition at line 256 of file ArMemError.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: