Comments translated from French to English.
parent
a185e48244
commit
34c717dd02
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Constructeur de l'objet.
|
// Object's constructor.
|
||||||
|
|
||||||
CAutoMush::CAutoMush(CInstanceManager* iMan, CObject* object)
|
CAutoMush::CAutoMush(CInstanceManager* iMan, CObject* object)
|
||||||
: CAuto(iMan, object)
|
: CAuto(iMan, object)
|
||||||
|
@ -50,7 +50,7 @@ CAutoMush::CAutoMush(CInstanceManager* iMan, CObject* object)
|
||||||
Init();
|
Init();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Destructeur de l'objet.
|
// Object's destructor.
|
||||||
|
|
||||||
CAutoMush::~CAutoMush()
|
CAutoMush::~CAutoMush()
|
||||||
{
|
{
|
||||||
|
@ -58,7 +58,7 @@ CAutoMush::~CAutoMush()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// D<EFBFBD>truit l'objet.
|
// Destroys the object.
|
||||||
|
|
||||||
void CAutoMush::DeleteObject(BOOL bAll)
|
void CAutoMush::DeleteObject(BOOL bAll)
|
||||||
{
|
{
|
||||||
|
@ -66,7 +66,7 @@ void CAutoMush::DeleteObject(BOOL bAll)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Initialise l'objet.
|
// Initialize the object.
|
||||||
|
|
||||||
void CAutoMush::Init()
|
void CAutoMush::Init()
|
||||||
{
|
{
|
||||||
|
@ -79,7 +79,7 @@ void CAutoMush::Init()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Gestion d'un <20>v<EFBFBD>nement.
|
// Management of an event.
|
||||||
|
|
||||||
BOOL CAutoMush::EventProcess(const Event &event)
|
BOOL CAutoMush::EventProcess(const Event &event)
|
||||||
{
|
{
|
||||||
|
@ -234,7 +234,7 @@ BOOL CAutoMush::EventProcess(const Event &event)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Cherche une cible proche.
|
// Seeking a nearby target.
|
||||||
|
|
||||||
BOOL CAutoMush::SearchTarget()
|
BOOL CAutoMush::SearchTarget()
|
||||||
{
|
{
|
||||||
|
@ -306,7 +306,7 @@ BOOL CAutoMush::SearchTarget()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Retourne une erreur li<6C>e <20> l'<27>tat de l'automate.
|
// Returns an error due the state of the automation.
|
||||||
|
|
||||||
Error CAutoMush::RetError()
|
Error CAutoMush::RetError()
|
||||||
{
|
{
|
||||||
|
@ -314,7 +314,7 @@ Error CAutoMush::RetError()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Sauve tous les param<61>tres de l'automate.
|
// Saves all parameters of the controller.
|
||||||
|
|
||||||
BOOL CAutoMush::Write(char *line)
|
BOOL CAutoMush::Write(char *line)
|
||||||
{
|
{
|
||||||
|
@ -340,7 +340,7 @@ BOOL CAutoMush::Write(char *line)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Restitue tous les param<61>tres de l'automate.
|
// Restores all parameters of the controller.
|
||||||
|
|
||||||
BOOL CAutoMush::Read(char *line)
|
BOOL CAutoMush::Read(char *line)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue