Inheritance:
Public Methods
-
CReader( const CReader* , Object to copy from* / const CDSLibComponent* = NULL Container for this new object* / )
- Copy-constructor.
-
~CReader()
- Destructor
-
bool AcceptsContainer(const CDSLibComponent* )
- If the argument is a CScheduler or any descendant class, sets the argument as the container and returns true.
-
virtual bool DescendantOf( const std::string & Class name* / ) const
- Returns if the argument is "CReader" or the name of one of its base classes
-
std::string Value( const std::string & Value of the "name" parameter of the template command* / ) const
- Returns a string to be inserted in the generated code instead of a <value > template command
Public Members
-
Base class for all the others that define communication mechanisms from the dynamic system to the external world
Public Methods
-
virtual bool AddComponent(CDSLibComponent* pComponent)
-
bool AllArrange()
-
void AllGenerateCode(const std::string &strTemplatesPath, CCodeSection* pCodeSection) const
-
virtual bool AllRepeatedValue(const CDSLibComponent* pCaller, const std::string & strValueName, const std::string & strValue) const
-
void AllReportMessages(CMessages* pMessagesReport)
-
virtual std::string Class() const
-
virtual CDSLibComponent* Clone( const CDSLibComponent* pContainer = NULL) const
-
const CDSLibComponent* Component(const std::string & strIdentifier, const std::string & strClass) const
-
const CDSLibComponentPointers& Components() const
-
const CDSLibComponent* Container( const std::string & strClass = "", unsigned int uSkip = 0) const
-
void DeleteObjects()
-
const std::string& Identifier() const
-
int ComponentIndex() const
-
const CMessages& Messages() const
-
virtual bool RepeatedValue(const std::string &, const std::string &) const
-
bool SetIdentifier(const std::string & strIdentifier)
Protected Methods
-
virtual void AddMessage(unsigned int uNumber)
-
virtual void Arrange()
-
CDSLibComponentPointers& Components()
-
virtual void ComponentsGenerateCode(const std::string &strTemplatesPath, CCodeSection* pCodeSection) const
-
virtual void GenerateCode(const std::string & strTemplatesPath, CCodeSection* pCodeSection) const
-
std::string LongLongToString(long long llNumber) const
-
CMessages& Messages()
-
bool ParseTemplate(const std::string & strTemplatesPath, const std::string & strTemplate, CCodeSection* pOutputSection) const
-
void SetContainer(const CDSLibComponent* pContainer)
-
long long StringToLongLong(const std::string &strNumber) const
-
std::string DoubleToString(double dNumber) const
Documentation
Base class for all the others that define communication mechanisms from the dynamic system to the external world
- Base class for all the others that define communication mechanisms from
the dynamic system to the external world
CReader( const CReader* , Object to copy from* / const CDSLibComponent* = NULL Container for this new object* / )
- Copy-constructor. Copies all the attributes of CReader and calls
the copy-constructor of CDSLibComponent
~CReader()
- Destructor
bool AcceptsContainer(const CDSLibComponent* )
- If the argument is a CScheduler or any descendant class, sets the
argument as the container and returns true. Otherwise, it
generates the message NON_SUITABLE_CONTAINER_ERROR and retun false
virtual bool DescendantOf( const std::string & Class name* / ) const
- Returns if the argument is "CReader" or the name of one of
its base classes
std::string Value( const std::string & Value of the "name" parameter of the template command* / ) const
- Returns a string to be inserted in the generated code instead of a
<value > template command
- Direct child classes:
- CRTLFifoReader
- Author:
- Ivan Martinez
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.