RTXI 1.3
Synch Class Reference

#include <synch.h>

Inheritance diagram for Synch:
DefaultGUIModel RT::Thread Plugin::Object Workspace::Instance Event::Handler RT::List< T >::Node Settings::Object IO::Block Settings::Object

List of all members.

Public Member Functions

 Synch (void)
virtual ~Synch (void)
virtual void execute (void)

Protected Member Functions

virtual void update (DefaultGUIModel::update_flags_t)

Detailed Description

Definition at line 23 of file synch.h.


Constructor & Destructor Documentation

Synch::Synch ( void  )

Definition at line 38 of file synch.cpp.

Synch::~Synch ( void  ) [virtual]

Definition at line 50 of file synch.cpp.


Member Function Documentation

void Synch::execute ( void  ) [virtual]

Function called periodically by the realtime task.

See also:
RT::System

Reimplemented from RT::Thread.

Definition at line 54 of file synch.cpp.

void Synch::update ( DefaultGUIModel::update_flags_t  flag) [protected, virtual]

Callback function that is called when the system state changes.

Parameters:
flagThe kind of update to signal.
See also:
DefaultGUIModel::update_flags_t

Reimplemented from DefaultGUIModel.

Definition at line 59 of file synch.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines