Implementation of a concrete DataLink. More...
#include <DataHandling.h>
Public Member Functions | |
virtual void | CopyA1_to_A2 () |
Copy a1 into a2. More... | |
virtual void | CopyA2_to_A1 () |
Copy a2 into a1. More... | |
DataLinkImp (Data_T d) | |
virtual void | Link (void *a1, void *a2) |
test if the given address is one of the Link More... | |
virtual void | Reset () |
both linked data to default More... | |
virtual void | ResetA1 () |
set A1 to default More... | |
virtual void | ResetA2 () |
set A2 to default More... | |
virtual | ~DataLinkImp () |
Protected Member Functions | |
virtual void * | A1 () |
virtual void * | A2 () |
Implementation of a concrete DataLink.
Definition at line 129 of file DataHandling.h.